Package org.opensaml.saml.saml2.metadata
Interface AdditionalMetadataLocation
- All Superinterfaces:
SAMLObject,XMLObject,XSURI
- All Known Implementing Classes:
AdditionalMetadataLocationImpl
SAML 2.0 Metadata AdditionalMetadataLocation.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGets the namespace URI.voidsetNamespaceURI(String namespaceURI) Sets the namespace URI.Methods 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
-
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
NAMESPACE_ATTRIB_NAME
"affiliationOwnerID" attribute's local name.- See Also:
-
-
Method Details
-
getNamespaceURI
Gets the namespace URI.- Returns:
- the namespace URI
-
setNamespaceURI
Sets the namespace URI.- Parameters:
namespaceURI- the namespace URI
-