public class CreateItemAttributeGroup extends 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>
| Modifier and Type | Field and Description |
|---|---|
private String |
id |
static String |
ID |
static String |
ITEM_ID |
private String |
itemID |
static String |
OBJECT_TYPE |
private String |
objectType |
| Constructor and Description |
|---|
CreateItemAttributeGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getItemID() |
String |
getObjectType() |
void |
marshallAttributes(Element domElement)
This is a convenience method used by any Marshaller that is marshalling
an object that has a CreateItemAttributeGroup
|
boolean |
processAttribute(Attr attribute,
org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
This method assists the unmarshaller, adding an XML Attribute to
the CreateItemAttributeGroup object
|
void |
setId(String id,
org.opensaml.core.xml.AbstractXMLObject abstractXMLobject) |
void |
setItemID(String itemID,
org.opensaml.core.xml.AbstractXMLObject abstractXMLobject) |
void |
setObjectType(String objectType,
org.opensaml.core.xml.AbstractXMLObject abstractXMLobject) |
public static final String ITEM_ID
public static final String ID
public static final String OBJECT_TYPE
private String id
private String objectType
private String itemID
public void marshallAttributes(Element domElement)
public boolean processAttribute(Attr attribute, org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
attribute - the attribute to setpublic void setItemID(String itemID, org.opensaml.core.xml.AbstractXMLObject abstractXMLobject)
public String getItemID()
public void setId(String id, org.opensaml.core.xml.AbstractXMLObject abstractXMLobject)
public String getId()
public void setObjectType(String objectType, org.opensaml.core.xml.AbstractXMLObject abstractXMLobject)
public String getObjectType()
Copyright © 1999–2015. All rights reserved.