Package org.opensaml.saml.saml2.metadata
Interface LocalizedName
- All Superinterfaces:
LangBearing
,SAMLObject
,XMLObject
,XSString
- All Known Subinterfaces:
Description
,DisplayName
,OrganizationDisplayName
,OrganizationName
,ServiceDescription
,ServiceName
- All Known Implementing Classes:
DescriptionImpl
,DisplayNameImpl
,LocalizedNameImpl
,OrganizationDisplayNameImpl
,OrganizationNameImpl
,ServiceDescriptionImpl
,ServiceNameImpl
LocalizedName.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Local name of the XSI type.static final QName
QName 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, setXMLLang
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
-
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-