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 String
Name for the AttributeName attribute.static final String
Name for the AttributeNamespace attribute.static final String
Element name, no namespace.static final QName
Default element name.static final String
Local name of the XSI type.static final QName
QName of the XSI type. -
Method Summary
Modifier and TypeMethodDescriptionGet the contents of the AttributeName attribute.Get the contents of the AttributeNamespace attribute.void
setAttributeName
(String attributeName) Set the contents of the AttributeName attribute.void
setAttributeNamespace
(String attributeNamespace) Set the contents of the AttributeNamespace attribute.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. -
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
-