public interface AttributeDesignatorType extends ExpressionType
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME
Local name of the element ActionAttributeDesignator.
|
static QName |
ACTION_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME
QName of the element ActionAttributeDesignator.
|
static String |
ATTRIBUTE_ID_ATTRIB_NAME
AttribtueId attribute name.
|
static String |
DATA_TYPE_ATTRIB_NAME
DataType attribute name.
|
static String |
ENVIRONMENT_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME
Local name of the element EnvironmentAttribtueDesignator.
|
static QName |
ENVIRONMENT_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME
QName of the element EnvironmentAttribtueDesignator.
|
static String |
ISSUER_ATTRIB_NAME
Issuer attribute name.
|
static String |
MUST_BE_PRESENT_ATTRIB_NAME
MustBePresent attribute name.
|
static String |
RESOURCE_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME
Local name of the element ResourceAttributeDesignator.
|
static QName |
RESOURCE_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME
QName of the element ResourceAttributeDesignator.
|
static String |
SCHEMA_TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
SCHEMA_TYPE_NAME
QName of the XSI type.
|
static String |
SUBJECT_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME
Local name of the element SubjectAttributeDesignator.
|
static QName |
SUBJECT_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME
QName of the element SubjectAttributeDesignator.
|
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME_XACML20
Modifier and Type | Method and Description |
---|---|
String |
getAttributeId()
Gets the ID of the designated attribute.
|
String |
getDataType()
Gets the data type of the designated attribute.
|
String |
getIssuer()
Gets the issuer of the designated attribute.
|
Boolean |
getMustBePresent()
Gets whether the designated attribute must be present.
|
org.opensaml.xml.schema.XSBooleanValue |
getMustBePresentXSBoolean()
Gets whether the designated attribute must be present.
|
void |
setAttribtueId(String id)
Sets the ID of the designated attribute.
|
void |
setDataType(String type)
Sets the data type of the designated attribute.
|
void |
setIssuer(String issuer)
Sets the issuer of the designated attribute.
|
void |
setMustBePresent(Boolean present)
Sets whether the designated attribute must be present.
|
void |
setMustBePresentXSBoolean(org.opensaml.xml.schema.XSBooleanValue present)
Sets whether the designated attribute must be present.
|
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
static final String SUBJECT_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME
static final QName SUBJECT_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME
static final String RESOURCE_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME
static final QName RESOURCE_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME
static final String ACTION_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME
static final QName ACTION_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME
static final String ENVIRONMENT_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME
static final QName ENVIRONMENT_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME
static final String SCHEMA_TYPE_LOCAL_NAME
static final QName SCHEMA_TYPE_NAME
static final String ATTRIBUTE_ID_ATTRIB_NAME
static final String DATA_TYPE_ATTRIB_NAME
static final String ISSUER_ATTRIB_NAME
static final String MUST_BE_PRESENT_ATTRIB_NAME
String getAttributeId()
void setAttribtueId(String id)
id
- ID of the designated attributeString getDataType()
void setDataType(String type)
type
- data type of the designated attributeString getIssuer()
void setIssuer(String issuer)
issuer
- issuer of the designated attributeorg.opensaml.xml.schema.XSBooleanValue getMustBePresentXSBoolean()
void setMustBePresentXSBoolean(org.opensaml.xml.schema.XSBooleanValue present)
present
- whether the designated attribute must be presentvoid setMustBePresent(Boolean present)
present
- whether the designated attribute must be presentBoolean getMustBePresent()
Copyright © 1999-2013. All Rights Reserved.