Package org.opensaml.saml.saml1.core
Interface AttributeDesignator
- All Superinterfaces:
SAMLObject,XMLObject
- All Known Subinterfaces:
Attribute
- All Known Implementing Classes:
AttributeDesignatorImpl,AttributeImpl
This interface defines how the object representing a SAML 1
AttributeDesignator element behaves.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName for the AttributeName attribute.static final StringName for the AttributeNamespace attribute.static final StringElement name, no namespace.static final QNameDefault element name.static final StringLocal name of the XSI type.static final QNameQName of the XSI type. -
Method Summary
Modifier and TypeMethodDescriptionGet the contents of the AttributeName attribute.Get the contents of the AttributeNamespace attribute.voidsetAttributeName(String attributeName) Set the contents of the AttributeName attribute.voidsetAttributeNamespace(String attributeNamespace) Set the contents of the AttributeNamespace attribute.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. -
ATTRIBUTENAME_ATTRIB_NAME
Name for the AttributeName attribute.- See Also:
-
ATTRIBUTENAMESPACE_ATTRIB_NAME
Name for the AttributeNamespace attribute.- See Also:
-
-
Method Details
-
getAttributeName
Get the contents of the AttributeName attribute.- Returns:
- the AttributeName attribute
-
setAttributeName
Set the contents of the AttributeName attribute.- Parameters:
attributeName- value to set
-
getAttributeNamespace
Get the contents of the AttributeNamespace attribute.- Returns:
- the AttributeNamespace attribute
-
setAttributeNamespace
Set the contents of the AttributeNamespace attribute.- Parameters:
attributeNamespace- value to set
-