|
||||||||||
| 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 java.lang.String |
dataType
|
protected java.lang.Boolean |
mustBePresent
|
protected java.lang.String |
requestContextPath
|
| Constructor Summary | |
|---|---|
AttributeSelectorType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDataType()
Gets the value of the dataType property. |
java.lang.String |
getRequestContextPath()
Gets the value of the requestContextPath property. |
boolean |
isMustBePresent()
Gets the value of the mustBePresent property. |
void |
setDataType(java.lang.String value)
Sets the value of the dataType property. |
void |
setMustBePresent(java.lang.Boolean value)
Sets the value of the mustBePresent property. |
void |
setRequestContextPath(java.lang.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 java.lang.String requestContextPath
protected java.lang.String dataType
protected java.lang.Boolean mustBePresent
| Constructor Detail |
|---|
public AttributeSelectorType()
| Method Detail |
|---|
public java.lang.String getRequestContextPath()
Stringpublic void setRequestContextPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDataType()
Stringpublic void setDataType(java.lang.String value)
value - allowed object is
Stringpublic boolean isMustBePresent()
Booleanpublic void setMustBePresent(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||