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_NAME
Fields inherited from interface org.opensaml.saml.saml2.metadata.LocalizedURI
TYPE_LOCAL_NAME, TYPE_NAME
Fields inherited from interface org.opensaml.core.xml.schema.XSURI
TYPE_LOCAL_NAME, TYPE_NAME
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
LocalizedURIImpl
(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the@xml:lang
attribute value.int
hashCode()
void
setXMLLang
(String newLang) Sets the@xml:lang
attribute value.Methods inherited from class org.opensaml.core.xml.schema.impl.XSURIImpl
getOrderedChildren, getURI, setURI
Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, 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, setSchemaType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, 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
-
LocalizedURIImpl
Constructor.- Parameters:
namespaceURI
- the namespaceURIelementLocalName
- the elementLocalNamenamespacePrefix
- the namespacePrefix
-
-
Method Details
-
getXMLLang
Returns the@xml:lang
attribute value.- Specified by:
getXMLLang
in interfaceLangBearing
- Returns:
- The
@xml:lang
attribute value ornull
.
-
setXMLLang
Sets the@xml:lang
attribute value.- Specified by:
setXMLLang
in interfaceLangBearing
- Parameters:
newLang
- The@xml:lang
attribute value
-
hashCode
public int hashCode()
-