org.openliberty.xmltooling.dst2_1
Class CreateItemAttributeGroup

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

public class CreateItemAttributeGroup
extends java.lang.Object

   <xs:attributeGroup name="CreateItemAttributeGroup">
     <xs:attribute ref="dst:objectType" use="optional"/>
     <xs:attribute name="id" use="optional" type="xs:ID"/>
     <xs:attribute ref="lu:itemID" use="optional"/>
   </xs:attributeGroup>
 

Author:
asa

Field Summary
private  java.lang.String id
           
static java.lang.String ID
           
static java.lang.String ITEM_ID
           
private  java.lang.String itemID
           
static java.lang.String OBJECT_TYPE
           
private  java.lang.String objectType
           
 
Constructor Summary
CreateItemAttributeGroup()
           
 
Method Summary
 java.lang.String getId()
           
 java.lang.String getItemID()
           
 java.lang.String getObjectType()
           
 void marshallAttributes(org.w3c.dom.Element domElement)
          This is a convenience method used by any Marshaller that is marshalling an object that has a CreateItemAttributeGroup
 boolean processAttribute(org.w3c.dom.Attr attribute, org.opensaml.xml.AbstractXMLObject abstractXMLObject)
          This method assists the unmarshaller, adding an XML Attribute to the CreateItemAttributeGroup object
 void setId(java.lang.String id, org.opensaml.xml.AbstractXMLObject abstractXMLobject)
           
 void setItemID(java.lang.String itemID, org.opensaml.xml.AbstractXMLObject abstractXMLobject)
           
 void setObjectType(java.lang.String objectType, 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

public static final java.lang.String ITEM_ID
See Also:
Constant Field Values

ID

public static final java.lang.String ID
See Also:
Constant Field Values

OBJECT_TYPE

public static final java.lang.String OBJECT_TYPE
See Also:
Constant Field Values

id

private java.lang.String id

objectType

private java.lang.String objectType

itemID

private java.lang.String itemID
Constructor Detail

CreateItemAttributeGroup

public CreateItemAttributeGroup()
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 a CreateItemAttributeGroup


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 CreateItemAttributeGroup object

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

setItemID

public void setItemID(java.lang.String itemID,
                      org.opensaml.xml.AbstractXMLObject abstractXMLobject)

getItemID

public java.lang.String getItemID()

setId

public void setId(java.lang.String id,
                  org.opensaml.xml.AbstractXMLObject abstractXMLobject)

getId

public java.lang.String getId()

setObjectType

public void setObjectType(java.lang.String objectType,
                          org.opensaml.xml.AbstractXMLObject abstractXMLobject)

getObjectType

public java.lang.String getObjectType()