org.openliberty.xmltooling.dst2_1
Class ModifyItemAttributeGroup
java.lang.Object
org.openliberty.xmltooling.dst2_1.SelectQualifAttributes
org.openliberty.xmltooling.dst2_1.ModifyItemAttributeGroup
public class ModifyItemAttributeGroup
- extends SelectQualifAttributes
|
Method Summary |
java.lang.String |
getId()
|
java.lang.String |
getItemID()
|
org.joda.time.DateTime |
getNotChangedSince()
|
java.lang.Boolean |
getOverrideAllowed()
|
void |
marshallAttributes(org.w3c.dom.Element domElement)
This is a convenience method used by any Marshaller that is marshalling
an object that has ModifyItemAttributeGroup |
boolean |
processAttribute(org.w3c.dom.Attr attribute,
org.opensaml.xml.AbstractXMLObject abstractXMLObject)
This method assists the unmarshaller, adding an XML Attribute to
the ModifyItemAttributeGroup object |
void |
setId(java.lang.String id,
org.opensaml.xml.AbstractXMLObject abstractXMLObject)
|
void |
setItemID(java.lang.String itemID,
org.opensaml.xml.AbstractXMLObject abstractXMLObject)
|
void |
setNotChangedSince(org.joda.time.DateTime notChangedSince,
org.opensaml.xml.AbstractXMLObject abstractXMLObject)
|
void |
setOverrideAllowed(java.lang.Boolean overrideAllowed,
org.opensaml.xml.AbstractXMLObject abstractXMLObject)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NOT_CHANGED_SINCE
public static final java.lang.String NOT_CHANGED_SINCE
- See Also:
- Constant Field Values
OVERRIDE_ALLOWED
public static final java.lang.String OVERRIDE_ALLOWED
- See Also:
- Constant Field Values
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
ITEM_ID
public static final java.lang.String ITEM_ID
- See Also:
- Constant Field Values
notChangedSince
private org.joda.time.DateTime notChangedSince
overrideAllowed
private java.lang.Boolean overrideAllowed
id
private java.lang.String id
itemID
private java.lang.String itemID
ModifyItemAttributeGroup
public ModifyItemAttributeGroup()
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 ModifyItemAttributeGroup
- Overrides:
marshallAttributes in class SelectQualifAttributes
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 ModifyItemAttributeGroup object
- Overrides:
processAttribute in class SelectQualifAttributes
- Parameters:
attribute - the attribute to set
- Returns:
- whether an attribute was found and set
setNotChangedSince
public void setNotChangedSince(org.joda.time.DateTime notChangedSince,
org.opensaml.xml.AbstractXMLObject abstractXMLObject)
getNotChangedSince
public org.joda.time.DateTime getNotChangedSince()
setOverrideAllowed
public void setOverrideAllowed(java.lang.Boolean overrideAllowed,
org.opensaml.xml.AbstractXMLObject abstractXMLObject)
getOverrideAllowed
public java.lang.Boolean getOverrideAllowed()
setId
public void setId(java.lang.String id,
org.opensaml.xml.AbstractXMLObject abstractXMLObject)
getId
public java.lang.String getId()
setItemID
public void setItemID(java.lang.String itemID,
org.opensaml.xml.AbstractXMLObject abstractXMLObject)
getItemID
public java.lang.String getItemID()