public interface Attribute extends SAMLObject, org.opensaml.core.xml.AttributeExtensibleXMLObject
| Modifier and Type | Field and Description |
|---|---|
static String |
BASIC
Basic attribute format ID.
|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the Attribute element.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
FRIENDLY_NAME_ATTRIB_NAME
Name of the FriendlyName attribute.
|
static String |
NAME_ATTTRIB_NAME
Name of the Name attribute.
|
static String |
NAME_FORMAT_ATTRIB_NAME
Name for the NameFormat attribute.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
static String |
UNSPECIFIED
Unspecified attribute format ID.
|
static String |
URI_REFERENCE
URI reference attribute format ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.opensaml.core.xml.XMLObject> |
getAttributeValues()
Gets the list of attribute values for this attribute.
|
String |
getFriendlyName()
Get the friendly name of this attribute.
|
String |
getName()
Get the name of this attribute.
|
String |
getNameFormat()
Get the name format of this attribute.
|
void |
setFriendlyName(String friendlyName)
Sets the friendly name of this attribute.
|
void |
setName(String name)
Sets the name of this attribute.
|
void |
setNameFormat(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 String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String NAME_ATTTRIB_NAME
static final String NAME_FORMAT_ATTRIB_NAME
static final String FRIENDLY_NAME_ATTRIB_NAME
static final String UNSPECIFIED
static final String URI_REFERENCE
static final String BASIC
String getName()
void setName(String name)
name - the name of this attributeString getNameFormat()
void setNameFormat(String nameFormat)
nameFormat - the name format of this attributeString getFriendlyName()
void setFriendlyName(String friendlyName)
friendlyName - the friendly name of this attributeList<org.opensaml.core.xml.XMLObject> getAttributeValues()
Copyright © 1999–2014. All rights reserved.