public interface MissingAttributeDetailType extends XACMLObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTRIBUTE_ID_ATTRIB_NAME
AttributeId attribute name.
|
static java.lang.String |
DATA_TYPE_ATTRIB_NAME
DataType attribute name.
|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element MissingAttributeDetail.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
QName of the element MissingAttributeDetail.
|
static java.lang.String |
ISSUER_ATTRIB_NAME
Issuer attribute name.
|
static java.lang.String |
SCHEMA_TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
SCHEMA_TYPE_NAME
QName of the XSI type.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeId()
Gets the ID of the attribute.
|
java.util.List<AttributeValueType> |
getAttributeValues()
Gets the missing attribute values.
|
java.lang.String |
getDataType()
Gets the data type of the attribute.
|
java.lang.String |
getIssuer()
Gets the issuer of the attribute.
|
void |
setAttributeId(java.lang.String id)
Sets the ID of the attribute.
|
void |
setDataType(java.lang.String type)
Sets the data type 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 SCHEMA_TYPE_LOCAL_NAME
static final javax.xml.namespace.QName SCHEMA_TYPE_NAME
static final java.lang.String ATTRIBUTE_ID_ATTRIB_NAME
static final java.lang.String DATA_TYPE_ATTRIB_NAME
static final java.lang.String ISSUER_ATTRIB_NAME
java.util.List<AttributeValueType> getAttributeValues()
java.lang.String getAttributeId()
void setAttributeId(java.lang.String id)
id - ID of the attributejava.lang.String getDataType()
void setDataType(java.lang.String type)
type - data type of the attributejava.lang.String getIssuer()
void setIssuer(java.lang.String issuer)
issuer - issuer of the attribute