Package org.opensaml.saml.saml2.core
Interface BaseID
- All Superinterfaces:
SAMLObject,XMLObject
- All Known Implementing Classes:
BaseIDImpl,BaseIDXSAnyAdapter
SAML 2.0 Core BaseID.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringElement local name.static final QNameDefault element name.static final StringNameQualifier attribute name.static final StringSPNameQualifier attribute name.static final StringLocal name of the XSI type.static final QNameQName of the XSI type. -
Method Summary
Modifier and TypeMethodDescriptionGets the NameQualifier value.Gets the SPNameQualifier value.voidsetNameQualifier(String newNameQualifier) Sets the NameQualifier value.voidsetSPNameQualifier(String newSPNameQualifier) Sets the SPNameQualifier value.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 local name.- 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. -
NAME_QUALIFIER_ATTRIB_NAME
NameQualifier attribute name.- See Also:
-
SP_NAME_QUALIFIER_ATTRIB_NAME
SPNameQualifier attribute name.- See Also:
-
-
Method Details
-
getNameQualifier
Gets the NameQualifier value.- Returns:
- the NameQualifier value
-
setNameQualifier
Sets the NameQualifier value.- Parameters:
newNameQualifier- the NameQualifier value
-
getSPNameQualifier
Gets the SPNameQualifier value.- Returns:
- the SPNameQualifier value
-
setSPNameQualifier
Sets the SPNameQualifier value.- Parameters:
newSPNameQualifier- the SPNameQualifier value
-