public interface Attribute extends SAMLObject, AttributeExtensibleXMLObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BASIC
Basic attribute format ID.
|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the Attribute element.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static java.lang.String |
FRIENDLY_NAME_ATTRIB_NAME
Name of the FriendlyName attribute.
|
static java.lang.String |
NAME_ATTTRIB_NAME
Name of the Name attribute.
|
static java.lang.String |
NAME_FORMAT_ATTRIB_NAME
Name for the NameFormat attribute.
|
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type.
|
static java.lang.String |
UNSPECIFIED
Unspecified attribute format ID.
|
static java.lang.String |
URI_REFERENCE
URI reference attribute format ID.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XMLObject> |
getAttributeValues()
Gets the list of attribute values for this attribute.
|
java.lang.String |
getFriendlyName()
Get the friendly name of this attribute.
|
java.lang.String |
getName()
Get the name of this attribute.
|
java.lang.String |
getNameFormat()
Get the name format of this attribute.
|
void |
setFriendlyName(java.lang.String friendlyName)
Sets the friendly name of this attribute.
|
void |
setName(java.lang.String name)
Sets the name of this attribute.
|
void |
setNameFormat(java.lang.String nameFormat)
Sets the name format of this attribute.
|
getUnknownAttributesdetach, 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, setSchemaLocationstatic final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String NAME_ATTTRIB_NAME
static final java.lang.String NAME_FORMAT_ATTRIB_NAME
static final java.lang.String FRIENDLY_NAME_ATTRIB_NAME
static final java.lang.String UNSPECIFIED
static final java.lang.String URI_REFERENCE
static final java.lang.String BASIC
java.lang.String getName()
void setName(java.lang.String name)
name - the name of this attributejava.lang.String getNameFormat()
void setNameFormat(java.lang.String nameFormat)
nameFormat - the name format of this attributejava.lang.String getFriendlyName()
void setFriendlyName(java.lang.String friendlyName)
friendlyName - the friendly name of this attributejava.util.List<XMLObject> getAttributeValues()