Package org.opensaml.saml.saml2.metadata
Interface LocalizedURI
- All Superinterfaces:
LangBearing,SAMLObject,XMLObject,XSURI
- All Known Subinterfaces:
InformationURL,Logo,OrganizationURL,PrivacyStatementURL,RegistrationPolicy,UsagePolicy
- All Known Implementing Classes:
InformationURLImpl,LocalizedURIImpl,LogoImpl,OrganizationURLImpl,PrivacyStatementURLImpl,RegistrationPolicyImpl,UsagePolicyImpl
LocalizedURI.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringLocal name of the XSI type.static final QNameQName of the XSI type.Fields inherited from interface org.opensaml.core.xml.LangBearing
XML_LANG_ATTR_LOCAL_NAME, XML_LANG_ATTR_NAME -
Method Summary
Methods inherited from interface org.opensaml.core.xml.LangBearing
getXMLLang, setXMLLangMethods 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
-
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-