public class LocalizedLeafAttributes extends LeafAttributes
| Modifier and Type | Field and Description |
|---|---|
private String |
lang |
static String |
LANG |
private String |
script |
static String |
SCRIPT |
ACC, ACC_TIME, MODIFIERID, MODIFICATION_TIME| Constructor and Description |
|---|
LocalizedLeafAttributes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getScript() |
String |
getXMLLang() |
void |
marshallAttributes(Element domElement)
This is a convenience method used by any Marshaller that is marshalling
an object that has LocalizedLeafAttributes
|
boolean |
processAttribute(Attr attribute,
org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
This method assists the unmarshaller, adding an XML Attribute to
the LocalizedLeafAttributes object
|
void |
setScript(String script,
org.opensaml.core.xml.AbstractXMLObject abstractXMLObject) |
void |
setXMLLang(String lang,
org.opensaml.core.xml.AbstractXMLObject abstractXMLObject) |
getACC, getACCTime, getModifier, setACC, setACCTime, setModifiergetId, getModificationTime, setId, setModificationTimepublic static String LANG
public static String SCRIPT
private String lang
private String script
public void marshallAttributes(Element domElement)
marshallAttributes in class LeafAttributespublic boolean processAttribute(Attr attribute, org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
processAttribute in class LeafAttributesattribute - the attribute to setpublic String getXMLLang()
public void setXMLLang(String lang, org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
lang - xml:langpublic String getScript()
public void setScript(String script, org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
script - xs:anyURICopyright © 1999–2015. All rights reserved.