|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openliberty.xmltooling.dst2_1.CommonAttributes
public class CommonAttributes
| Field Summary | |
|---|---|
private java.lang.String |
id
|
static java.lang.String |
ID
|
static java.lang.String |
MODIFICATION_TIME
|
private org.joda.time.DateTime |
modificationTime
|
| Constructor Summary | |
|---|---|
CommonAttributes()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
xs:string |
org.joda.time.DateTime |
getModificationTime()
xs:dateTime |
void |
marshallAttributes(org.w3c.dom.Element domElement)
This is a convenience method used by any Marshaller that is marshalling an object that has CommonAttributes |
boolean |
processAttribute(org.w3c.dom.Attr attribute,
org.opensaml.xml.AbstractXMLObject abstractXMLObject)
This method assists the unmarshaller, adding an XML Attribute to the CommonAttributes object |
void |
setId(java.lang.String id,
org.opensaml.xml.AbstractXMLObject abstractXMLObject)
xs:string |
void |
setModificationTime(org.joda.time.DateTime modificationTime,
org.opensaml.xml.AbstractXMLObject abstractXMLObject)
xs:dateTime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String MODIFICATION_TIME
public static java.lang.String ID
private java.lang.String id
private org.joda.time.DateTime modificationTime
| Constructor Detail |
|---|
public CommonAttributes()
| Method Detail |
|---|
public void marshallAttributes(org.w3c.dom.Element domElement)
public boolean processAttribute(org.w3c.dom.Attr attribute,
org.opensaml.xml.AbstractXMLObject abstractXMLObject)
attribute - the attribute to set
public java.lang.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(java.lang.String id,
org.opensaml.xml.AbstractXMLObject abstractXMLObject)
id - public org.joda.time.DateTime getModificationTime()
public void setModificationTime(org.joda.time.DateTime modificationTime,
org.opensaml.xml.AbstractXMLObject abstractXMLObject)
modificationTime -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||