public class ItemDataAttributeGroup extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ItemDataAttributeGroup.NotSorted |
| Modifier and Type | Field and Description |
|---|---|
static String |
CHANGE_FORMAT |
private ChangeFormat.ChangeFormatAttribute |
changeFormat |
static String |
ITEM_ID_REF |
private String |
itemIDRef |
static String |
NOT_SORTED |
private ItemDataAttributeGroup.NotSorted |
notSorted |
| Constructor and Description |
|---|
ItemDataAttributeGroup() |
| Modifier and Type | Method and Description |
|---|---|
ChangeFormat.ChangeFormatAttribute |
getChangeFormat() |
String |
getItemIDRef() |
ItemDataAttributeGroup.NotSorted |
getNotSorted() |
void |
marshallAttributes(Element domElement)
This is a convenience method used by any Marshaller that is marshalling
an object that has ItemDataAttributeGroup
|
boolean |
processAttribute(Attr attribute,
org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
This method assists the unmarshaller, adding an XML Attribute to
the ItemDataAttributeGroup object
|
void |
setChangeFormat(ChangeFormat.ChangeFormatAttribute changeFormat,
org.opensaml.core.xml.AbstractXMLObject abstractXMLobject) |
void |
setItemIDRef(String itemIDRef,
org.opensaml.core.xml.AbstractXMLObject abstractXMLobject) |
void |
setNotSorted(ItemDataAttributeGroup.NotSorted notSorted,
org.opensaml.core.xml.AbstractXMLObject abstractXMLobject) |
public static final String ITEM_ID_REF
public static final String NOT_SORTED
public static final String CHANGE_FORMAT
private String itemIDRef
private ItemDataAttributeGroup.NotSorted notSorted
private ChangeFormat.ChangeFormatAttribute changeFormat
public void marshallAttributes(Element domElement)
public boolean processAttribute(Attr attribute, org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
attribute - the attribute to setpublic void setItemIDRef(String itemIDRef, org.opensaml.core.xml.AbstractXMLObject abstractXMLobject)
public String getItemIDRef()
public void setNotSorted(ItemDataAttributeGroup.NotSorted notSorted, org.opensaml.core.xml.AbstractXMLObject abstractXMLobject)
public ItemDataAttributeGroup.NotSorted getNotSorted()
public void setChangeFormat(ChangeFormat.ChangeFormatAttribute changeFormat, org.opensaml.core.xml.AbstractXMLObject abstractXMLobject)
public ChangeFormat.ChangeFormatAttribute getChangeFormat()
Copyright © 1999–2015. All rights reserved.