public interface AttributeType extends XACMLObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTRIBUTEID_ATTTRIB_NAME
Name of the AttributeId attribute.
|
static java.lang.String |
DATATYPE_ATTRIB_NAME
Name for the Datatype attribute.
|
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 XACML20.
|
static java.lang.String |
ISSUER_ATTRIB_NAME
Name of the Issuer 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 XACML20.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeId()
gets the AttributeId.
|
java.util.List<AttributeValueType> |
getAttributeValues()
Gets the list of attribute values for this attribute.
|
java.lang.String |
getDataType()
Get the datatype of the attribute.
|
java.lang.String |
getIssuer()
Gets the issuer of the attribute.
|
void |
setAttributeID(java.lang.String attributeId)
Sets the AttributeId.
|
void |
setDataType(java.lang.String datatype)
Sets the datatype of the attribute.
|
void |
setIssuer(java.lang.String issuer)
Sets the issuer of the attribute.
|
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, 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 ATTRIBUTEID_ATTTRIB_NAME
static final java.lang.String DATATYPE_ATTRIB_NAME
static final java.lang.String ISSUER_ATTRIB_NAME
java.lang.String getAttributeId()
java.util.List<AttributeValueType> getAttributeValues()
java.lang.String getDataType()
java.lang.String getIssuer()
void setAttributeID(java.lang.String attributeId)
attributeId - is the wanted AttributeIdvoid setDataType(java.lang.String datatype)
datatype - is the wanted datatypevoid setIssuer(java.lang.String issuer)
issuer - is the issuer of the attribute