public class AttributeSelectorType extends ExpressionType
Java class for AttributeSelectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeSelectorType">
<complexContent>
<extension base="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}ExpressionType">
<attribute name="RequestContextPath" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="DataType" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="MustBePresent" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dataType |
protected Boolean |
mustBePresent |
protected String |
requestContextPath |
| Constructor and Description |
|---|
AttributeSelectorType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataType()
Gets the value of the dataType property.
|
String |
getRequestContextPath()
Gets the value of the requestContextPath property.
|
boolean |
isMustBePresent()
Gets the value of the mustBePresent property.
|
void |
setDataType(String value)
Sets the value of the dataType property.
|
void |
setMustBePresent(Boolean value)
Sets the value of the mustBePresent property.
|
void |
setRequestContextPath(String value)
Sets the value of the requestContextPath property.
|
protected String requestContextPath
protected String dataType
protected Boolean mustBePresent
public String getRequestContextPath()
Stringpublic void setRequestContextPath(String value)
value - allowed object is
Stringpublic String getDataType()
Stringpublic void setDataType(String value)
value - allowed object is
Stringpublic boolean isMustBePresent()
BooleanCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.