public class CommonAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
id |
static String |
ID |
static String |
MODIFICATION_TIME |
private DateTime |
modificationTime |
| Constructor and Description |
|---|
CommonAttributes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
xs:string
|
DateTime |
getModificationTime()
xs:dateTime
|
void |
marshallAttributes(Element domElement)
This is a convenience method used by any Marshaller that is marshalling
an object that has CommonAttributes
|
boolean |
processAttribute(Attr attribute,
org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
This method assists the unmarshaller, adding an XML Attribute to
the CommonAttributes object
|
void |
setId(String id,
org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
xs:string
|
void |
setModificationTime(DateTime modificationTime,
org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
xs:dateTime
|
public static String MODIFICATION_TIME
public static String ID
private String id
private DateTime modificationTime
public void marshallAttributes(Element domElement)
public boolean processAttribute(Attr attribute, org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
attribute - the attribute to setpublic String getId()
ID-WSF Utility v1.1 IDType
This type should be used to provide IDs to components that have IDs that may not be scoped within the local xml instance document.
public void setId(String id, org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
id - public DateTime getModificationTime()
public void setModificationTime(DateTime modificationTime, org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
modificationTime - Copyright © 1999–2015. All rights reserved.