Class LocalizedNameImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.core.xml.schema.impl.XSStringImpl
org.opensaml.saml.saml2.metadata.impl.LocalizedNameImpl
- All Implemented Interfaces:
LangBearing,XSString,XMLObject,SAMLObject,LocalizedName
- Direct Known Subclasses:
DescriptionImpl,DisplayNameImpl,OrganizationDisplayNameImpl,OrganizationNameImpl,ServiceDescriptionImpl,ServiceNameImpl
Concrete implementation of
LocalizedName.-
Field Summary
FieldsFields inherited from interface org.opensaml.core.xml.LangBearing
XML_LANG_ATTR_LOCAL_NAME, XML_LANG_ATTR_NAMEFields inherited from interface org.opensaml.saml.saml2.metadata.LocalizedName
TYPE_LOCAL_NAME, TYPE_NAMEFields inherited from interface org.opensaml.core.xml.schema.XSString
TYPE_LOCAL_NAME, TYPE_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLocalizedNameImpl(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the@xml:langattribute value.inthashCode()voidsetXMLLang(String newLang) Sets the@xml:langattribute value.Methods inherited from class org.opensaml.core.xml.schema.impl.XSStringImpl
getOrderedChildren, getValue, setValueMethods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
language
Language.
-
-
Constructor Details
-
Method Details
-
getXMLLang
Returns the@xml:langattribute value.- Specified by:
getXMLLangin interfaceLangBearing- Returns:
- The
@xml:langattribute value ornull.
-
setXMLLang
Sets the@xml:langattribute value.- Specified by:
setXMLLangin interfaceLangBearing- Parameters:
newLang- The@xml:langattribute value
-
hashCode
public int hashCode()
-