org.openliberty.xmltooling.dst2_1
Class ItemDataAttributeGroup
java.lang.Object
org.openliberty.xmltooling.dst2_1.ItemDataAttributeGroup
public class ItemDataAttributeGroup
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ITEM_ID_REF
public static final java.lang.String ITEM_ID_REF
- See Also:
- Constant Field Values
NOT_SORTED
public static final java.lang.String NOT_SORTED
- See Also:
- Constant Field Values
CHANGE_FORMAT
public static final java.lang.String CHANGE_FORMAT
- See Also:
- Constant Field Values
itemIDRef
private java.lang.String itemIDRef
notSorted
private ItemDataAttributeGroup.NotSorted notSorted
changeFormat
private ChangeFormat.ChangeFormatAttribute changeFormat
ItemDataAttributeGroup
public ItemDataAttributeGroup()
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 ItemDataAttributeGroup
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 ItemDataAttributeGroup object
- Parameters:
attribute - the attribute to set
- Returns:
- whether an attribute was found and set
setItemIDRef
public void setItemIDRef(java.lang.String itemIDRef,
org.opensaml.xml.AbstractXMLObject abstractXMLobject)
getItemIDRef
public java.lang.String getItemIDRef()
setNotSorted
public void setNotSorted(ItemDataAttributeGroup.NotSorted notSorted,
org.opensaml.xml.AbstractXMLObject abstractXMLobject)
getNotSorted
public ItemDataAttributeGroup.NotSorted getNotSorted()
setChangeFormat
public void setChangeFormat(ChangeFormat.ChangeFormatAttribute changeFormat,
org.opensaml.xml.AbstractXMLObject abstractXMLobject)
getChangeFormat
public ChangeFormat.ChangeFormatAttribute getChangeFormat()