|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.security.xacml.core.model.policy.ExpressionType
org.jboss.security.xacml.core.model.policy.AttributeSelectorType
public class AttributeSelectorType
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>
| Field Summary | |
|---|---|
protected String |
dataType
|
protected Boolean |
mustBePresent
|
protected String |
requestContextPath
|
| Constructor Summary | |
|---|---|
AttributeSelectorType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String requestContextPath
protected String dataType
protected Boolean mustBePresent
| Constructor Detail |
|---|
public AttributeSelectorType()
| Method Detail |
|---|
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()
Booleanpublic void setMustBePresent(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||