org.openliberty.xmltooling.dst2_1
Class ItemDataAttributeGroup

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

public class ItemDataAttributeGroup
extends java.lang.Object


Nested Class Summary
static class ItemDataAttributeGroup.NotSorted
           
 
Field Summary
static java.lang.String CHANGE_FORMAT
           
private  ChangeFormat.ChangeFormatAttribute changeFormat
           
static java.lang.String ITEM_ID_REF
           
private  java.lang.String itemIDRef
           
static java.lang.String NOT_SORTED
           
private  ItemDataAttributeGroup.NotSorted notSorted
           
 
Constructor Summary
ItemDataAttributeGroup()
           
 
Method Summary
 ChangeFormat.ChangeFormatAttribute getChangeFormat()
           
 java.lang.String getItemIDRef()
           
 ItemDataAttributeGroup.NotSorted getNotSorted()
           
 void marshallAttributes(org.w3c.dom.Element domElement)
          This is a convenience method used by any Marshaller that is marshalling an object that has ItemDataAttributeGroup
 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
 void setChangeFormat(ChangeFormat.ChangeFormatAttribute changeFormat, org.opensaml.xml.AbstractXMLObject abstractXMLobject)
           
 void setItemIDRef(java.lang.String itemIDRef, org.opensaml.xml.AbstractXMLObject abstractXMLobject)
           
 void setNotSorted(ItemDataAttributeGroup.NotSorted notSorted, 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

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
Constructor Detail

ItemDataAttributeGroup

public ItemDataAttributeGroup()
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 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()