public class NotifyAttributeGroup extends Object
<xs:attributeGroup name="NotifyAttributeGroup">
<xs:attribute name="timeStamp" use="optional" type="xs:dateTime"/>
</xs:attributeGroup>
| Modifier and Type | Field and Description |
|---|---|
private DateTime |
timeStamp |
static String |
TIMESTAMP |
| Constructor and Description |
|---|
NotifyAttributeGroup() |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
getTimeStamp() |
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 |
setTimeStamp(DateTime timeStamp,
org.opensaml.core.xml.AbstractXMLObject abstractXMLobject) |
public static final String TIMESTAMP
private DateTime timeStamp
public void marshallAttributes(Element domElement)
public boolean processAttribute(Attr attribute, org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
attribute - the attribute to setpublic void setTimeStamp(DateTime timeStamp, org.opensaml.core.xml.AbstractXMLObject abstractXMLobject)
public DateTime getTimeStamp()
Copyright © 1999–2015. All rights reserved.