org.openliberty.xmltooling.dst2_1
Class PaginationAttributeGroup

java.lang.Object
  extended by org.openliberty.xmltooling.dst2_1.PaginationAttributeGroup

public class PaginationAttributeGroup
extends java.lang.Object


Nested Class Summary
static class PaginationAttributeGroup.SetReq
           
 
Field Summary
private  java.lang.Integer count
           
static java.lang.String COUNT
           
private  java.lang.Integer offset
           
static java.lang.String OFFSET
           
static java.lang.String SET_ID
           
static java.lang.String SET_REQ
           
private  java.lang.String setID
           
private  PaginationAttributeGroup.SetReq setReq
           
 
Constructor Summary
PaginationAttributeGroup()
           
 
Method Summary
 java.lang.Integer getCount()
           
 java.lang.Integer getOffset()
           
 java.lang.String getSetID()
           
 PaginationAttributeGroup.SetReq getSetReq()
           
 void marshallAttributes(org.w3c.dom.Element domElement)
          This is a convenience method used by any Marshaller that is marshalling an object that has PaginationAttributeGroup
 boolean processAttribute(org.w3c.dom.Attr attribute, org.opensaml.xml.AbstractXMLObject abstractXMLObject)
          This method assists the unmarshaller, adding an XML Attribute to the PaginationAttributeGroup object
 void setCount(java.lang.Integer count, org.opensaml.xml.AbstractXMLObject abstractXMLobject)
           
 void setOffset(java.lang.Integer offset, org.opensaml.xml.AbstractXMLObject abstractXMLobject)
           
 void setSetID(java.lang.String setID, org.opensaml.xml.AbstractXMLObject abstractXMLobject)
           
 void setSetReq(PaginationAttributeGroup.SetReq setReq, org.opensaml.xml.AbstractXMLObject abstractXMLobject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT

public static java.lang.String COUNT

OFFSET

public static java.lang.String OFFSET

SET_ID

public static java.lang.String SET_ID

SET_REQ

public static java.lang.String SET_REQ

count

private java.lang.Integer count

offset

private java.lang.Integer offset

setID

private java.lang.String setID

setReq

private PaginationAttributeGroup.SetReq setReq
Constructor Detail

PaginationAttributeGroup

public PaginationAttributeGroup()
Method Detail

marshallAttributes

public void marshallAttributes(org.w3c.dom.Element domElement)
This is a convenience method used by any Marshaller that is marshalling an object that has PaginationAttributeGroup


processAttribute

public boolean processAttribute(org.w3c.dom.Attr attribute,
                                org.opensaml.xml.AbstractXMLObject abstractXMLObject)
This method assists the unmarshaller, adding an XML Attribute to the PaginationAttributeGroup object

Parameters:
attribute - the attribute to set
Returns:
whether an attribute was found and set

getCount

public java.lang.Integer getCount()

setCount

public void setCount(java.lang.Integer count,
                     org.opensaml.xml.AbstractXMLObject abstractXMLobject)

getOffset

public java.lang.Integer getOffset()

setOffset

public void setOffset(java.lang.Integer offset,
                      org.opensaml.xml.AbstractXMLObject abstractXMLobject)

setSetID

public void setSetID(java.lang.String setID,
                     org.opensaml.xml.AbstractXMLObject abstractXMLobject)

getSetID

public java.lang.String getSetID()

setSetReq

public void setSetReq(PaginationAttributeGroup.SetReq setReq,
                      org.opensaml.xml.AbstractXMLObject abstractXMLobject)

getSetReq

public PaginationAttributeGroup.SetReq getSetReq()