public class PaginationAttributeGroup extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaginationAttributeGroup.SetReq |
| Modifier and Type | Field and Description |
|---|---|
private Integer |
count |
static String |
COUNT |
private Integer |
offset |
static String |
OFFSET |
static String |
SET_ID |
static String |
SET_REQ |
private String |
setID |
private PaginationAttributeGroup.SetReq |
setReq |
| Constructor and Description |
|---|
PaginationAttributeGroup() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount() |
Integer |
getOffset() |
String |
getSetID() |
PaginationAttributeGroup.SetReq |
getSetReq() |
void |
marshallAttributes(Element domElement)
This is a convenience method used by any Marshaller that is marshalling
an object that has PaginationAttributeGroup
|
boolean |
processAttribute(Attr attribute,
org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
This method assists the unmarshaller, adding an XML Attribute to
the PaginationAttributeGroup object
|
void |
setCount(Integer count,
org.opensaml.core.xml.AbstractXMLObject abstractXMLobject) |
void |
setOffset(Integer offset,
org.opensaml.core.xml.AbstractXMLObject abstractXMLobject) |
void |
setSetID(String setID,
org.opensaml.core.xml.AbstractXMLObject abstractXMLobject) |
void |
setSetReq(PaginationAttributeGroup.SetReq setReq,
org.opensaml.core.xml.AbstractXMLObject abstractXMLobject) |
public static String COUNT
public static String OFFSET
public static String SET_ID
public static String SET_REQ
private Integer count
private Integer offset
private String setID
private PaginationAttributeGroup.SetReq setReq
public void marshallAttributes(Element domElement)
public boolean processAttribute(Attr attribute, org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
attribute - the attribute to setpublic Integer getCount()
public void setCount(Integer count, org.opensaml.core.xml.AbstractXMLObject abstractXMLobject)
public Integer getOffset()
public void setOffset(Integer offset, org.opensaml.core.xml.AbstractXMLObject abstractXMLobject)
public void setSetID(String setID, org.opensaml.core.xml.AbstractXMLObject abstractXMLobject)
public String getSetID()
public void setSetReq(PaginationAttributeGroup.SetReq setReq, org.opensaml.core.xml.AbstractXMLObject abstractXMLobject)
public PaginationAttributeGroup.SetReq getSetReq()
Copyright © 1999–2015. All rights reserved.