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 TypeMethodDescriptiondefault String
Deprecated, for removal: This API element is subject to removal in a future version.Gets the namespace URI.default void
setLocationURI
(String uri) Deprecated, for removal: This API element is subject to removal in a future version.void
setNamespaceURI
(String namespaceURI) Sets the namespace URI.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
-
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
-
getLocationURI
Deprecated, for removal: This API element is subject to removal in a future version.Gets the location URI.- Returns:
- the location URI
-
setLocationURI
Deprecated, for removal: This API element is subject to removal in a future version.Sets the location URI.- Parameters:
uri
- the location URI
-
getNamespaceURI
Gets the namespace URI.- Returns:
- the namespace URI
-
setNamespaceURI
Sets the namespace URI.- Parameters:
namespaceURI
- the namespace URI
-