Class LocalizedURIImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.core.xml.schema.impl.XSURIImpl
org.opensaml.saml.saml2.metadata.impl.LocalizedURIImpl
- All Implemented Interfaces:
LangBearing,XSURI,XMLObject,SAMLObject,LocalizedURI
- Direct Known Subclasses:
InformationURLImpl,LogoImpl,OrganizationURLImpl,PrivacyStatementURLImpl,RegistrationPolicyImpl,UsagePolicyImpl
Concrete implementation of
LocalizedURI.-
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.LocalizedURI
TYPE_LOCAL_NAME, TYPE_NAMEFields inherited from interface org.opensaml.core.xml.schema.XSURI
TYPE_LOCAL_NAME, TYPE_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLocalizedURIImpl(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.XSURIImpl
getOrderedChildren, getURI, setURIMethods 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()
-