org.jboss.security.xacml.core.model.policy
Class AttributeSelectorType

java.lang.Object
  extended by org.jboss.security.xacml.core.model.policy.ExpressionType
      extended by org.jboss.security.xacml.core.model.policy.AttributeSelectorType

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>
 


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

requestContextPath

protected String requestContextPath

dataType

protected String dataType

mustBePresent

protected Boolean mustBePresent
Constructor Detail

AttributeSelectorType

public AttributeSelectorType()
Method Detail

getRequestContextPath

public String getRequestContextPath()
Gets the value of the requestContextPath property.

Returns:
possible object is String

setRequestContextPath

public void setRequestContextPath(String value)
Sets the value of the requestContextPath property.

Parameters:
value - allowed object is String

getDataType

public String getDataType()
Gets the value of the dataType property.

Returns:
possible object is String

setDataType

public void setDataType(String value)
Sets the value of the dataType property.

Parameters:
value - allowed object is String

isMustBePresent

public boolean isMustBePresent()
Gets the value of the mustBePresent property.

Returns:
possible object is Boolean

setMustBePresent

public void setMustBePresent(Boolean value)
Sets the value of the mustBePresent property.

Parameters:
value - allowed object is Boolean


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.