public class LeafAttributes extends CommonAttributes
| Modifier and Type | Field and Description |
|---|---|
private String |
aCC |
static String |
ACC |
static String |
ACC_TIME |
private DateTime |
aCCTime |
private String |
modifier |
static String |
MODIFIER |
ID, MODIFICATION_TIME| Constructor and Description |
|---|
LeafAttributes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getACC() |
DateTime |
getACCTime() |
String |
getModifier() |
void |
marshallAttributes(Element domElement)
This is a convenience method used by any Marshaller that is marshalling
an object that has LeafAttributes
|
boolean |
processAttribute(Attr attribute,
org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
This method assists the unmarshaller, adding an XML Attribute to
the LeafAttributes object
|
void |
setACC(String aCC,
org.opensaml.core.xml.AbstractXMLObject abstractXMLObject) |
void |
setACCTime(DateTime aCCTime,
org.opensaml.core.xml.AbstractXMLObject abstractXMLObject) |
void |
setModifier(String modifier,
org.opensaml.core.xml.AbstractXMLObject abstractXMLObject) |
getId, getModificationTime, setId, setModificationTimepublic static String ACC_TIME
public static String ACC
public static String MODIFIER
private String aCC
private DateTime aCCTime
private String modifier
public void marshallAttributes(Element domElement)
marshallAttributes in class CommonAttributespublic boolean processAttribute(Attr attribute, org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
processAttribute in class CommonAttributesattribute - the attribute to setpublic String getACC()
public void setACC(String aCC, org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
acc - xs:anyURIpublic DateTime getACCTime()
public void setACCTime(DateTime aCCTime, org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
aCCTime - xs:dateTimepublic String getModifier()
public void setModifier(String modifier, org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
modifier - md:entityIDType xs:anyURI maxlength 1024Copyright © 1999–2015. All rights reserved.