org.openliberty.xmltooling.dst2_1
Class LocalizedLeafAttributes

java.lang.Object
  extended by org.openliberty.xmltooling.dst2_1.CommonAttributes
      extended by org.openliberty.xmltooling.dst2_1.LeafAttributes
          extended by org.openliberty.xmltooling.dst2_1.LocalizedLeafAttributes

public class LocalizedLeafAttributes
extends LeafAttributes


Field Summary
private  java.lang.String lang
           
static java.lang.String LANG
           
private  java.lang.String script
           
static java.lang.String SCRIPT
           
 
Fields inherited from class org.openliberty.xmltooling.dst2_1.LeafAttributes
ACC, ACC_TIME, MODIFIER
 
Fields inherited from class org.openliberty.xmltooling.dst2_1.CommonAttributes
ID, MODIFICATION_TIME
 
Constructor Summary
LocalizedLeafAttributes()
           
 
Method Summary
 java.lang.String getScript()
           
 java.lang.String getXMLLang()
           
 void marshallAttributes(org.w3c.dom.Element domElement)
          This is a convenience method used by any Marshaller that is marshalling an object that has LocalizedLeafAttributes
 boolean processAttribute(org.w3c.dom.Attr attribute, org.opensaml.xml.AbstractXMLObject abstractXMLObject)
          This method assists the unmarshaller, adding an XML Attribute to the LocalizedLeafAttributes object
 void setScript(java.lang.String script, org.opensaml.xml.AbstractXMLObject abstractXMLObject)
           
 void setXMLLang(java.lang.String lang, org.opensaml.xml.AbstractXMLObject abstractXMLObject)
           
 
Methods inherited from class org.openliberty.xmltooling.dst2_1.LeafAttributes
getACC, getACCTime, getModifier, setACC, setACCTime, setModifier
 
Methods inherited from class org.openliberty.xmltooling.dst2_1.CommonAttributes
getId, getModificationTime, setId, setModificationTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LANG

public static java.lang.String LANG

SCRIPT

public static java.lang.String SCRIPT

lang

private java.lang.String lang

script

private java.lang.String script
Constructor Detail

LocalizedLeafAttributes

public LocalizedLeafAttributes()
Method Detail

marshallAttributes

public void marshallAttributes(org.w3c.dom.Element domElement)
This is a convenience method used by any Marshaller that is marshalling an object that has LocalizedLeafAttributes

Overrides:
marshallAttributes in class LeafAttributes

processAttribute

public boolean processAttribute(org.w3c.dom.Attr attribute,
                                org.opensaml.xml.AbstractXMLObject abstractXMLObject)
This method assists the unmarshaller, adding an XML Attribute to the LocalizedLeafAttributes object

Overrides:
processAttribute in class LeafAttributes
Parameters:
attribute - the attribute to set
Returns:
whether an attribute was found and set

getXMLLang

public java.lang.String getXMLLang()
Returns:
xml:lang

setXMLLang

public void setXMLLang(java.lang.String lang,
                       org.opensaml.xml.AbstractXMLObject abstractXMLObject)
Parameters:
lang - xml:lang

getScript

public java.lang.String getScript()
Returns:
xs:anyURI

setScript

public void setScript(java.lang.String script,
                      org.opensaml.xml.AbstractXMLObject abstractXMLObject)
Parameters:
script - xs:anyURI