org.opensaml.samlext.saml2mdui.impl
Class LocalizedNameImpl

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.xml.validation.AbstractValidatingXMLObject
          extended by org.opensaml.common.impl.AbstractSAMLObject
              extended by org.opensaml.samlext.saml2mdui.impl.LocalizedNameImpl
All Implemented Interfaces:
SAMLObject, LocalizedName, LangBearing, ValidatingXMLObject, XMLObject
Direct Known Subclasses:
DescriptionImpl, DisplayNameImpl

public class LocalizedNameImpl
extends AbstractSAMLObject
implements LocalizedName

Concrete implementation of LocalizedName.


Field Summary
private  LocalizedString name
          Display name.
 
Fields inherited from interface org.opensaml.samlext.saml2mdui.LocalizedName
TYPE_LOCAL_NAME
 
Fields inherited from interface org.opensaml.xml.LangBearing
XML_LANG_ATTR_LOCAL_NAME, XML_LANG_ATTR_NAME
 
Constructor Summary
protected LocalizedNameImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
          Constructor.
 
Method Summary
 LocalizedString getName()
          Gets the name.
 List<XMLObject> getOrderedChildren()
          
 String getXMLLang()
          
 void setName(LocalizedString newName)
          Sets the name.
 void setXMLLang(String newLang)
          
 
Methods inherited from class org.opensaml.common.impl.AbstractSAMLObject
equals, hashCode, prepareForAssignment
 
Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate, validateChildren
 
Methods inherited from class org.opensaml.xml.AbstractXMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

name

private LocalizedString name
Display name.

Constructor Detail

LocalizedNameImpl

protected LocalizedNameImpl(String namespaceURI,
                            String elementLocalName,
                            String namespacePrefix)
Constructor.

Parameters:
namespaceURI - the namespaceURI
elementLocalName - the elementLocalName
namespacePrefix - the namespacePrefix
Method Detail

getName

public LocalizedString getName()
Gets the name.

Specified by:
getName in interface LocalizedName
Returns:
the name

setName

public void setName(LocalizedString newName)
Sets the name.

Specified by:
setName in interface LocalizedName
Parameters:
newName - new name

getXMLLang

public String getXMLLang()

Specified by:
getXMLLang in interface LangBearing

setXMLLang

public void setXMLLang(String newLang)

Specified by:
setXMLLang in interface LangBearing

getOrderedChildren

public List<XMLObject> getOrderedChildren()

Specified by:
getOrderedChildren in interface XMLObject


Copyright © 1999-2013. All Rights Reserved.