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

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

public class ConditionType
extends Object

Java class for ConditionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ConditionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Expression"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.bind.JAXBElement<?> expression
           
 
Constructor Summary
ConditionType()
           
 
Method Summary
 javax.xml.bind.JAXBElement<?> getExpression()
          Gets the value of the expression property.
 void setExpression(javax.xml.bind.JAXBElement<?> value)
          Sets the value of the expression property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expression

protected javax.xml.bind.JAXBElement<?> expression
Constructor Detail

ConditionType

public ConditionType()
Method Detail

getExpression

public javax.xml.bind.JAXBElement<?> getExpression()
Gets the value of the expression property.

Returns:
possible object is JAXBElement<AttributeDesignatorType> JAXBElement<AttributeSelectorType> JAXBElement<VariableReferenceType> JAXBElement<ExpressionType> JAXBElement<AttributeDesignatorType> JAXBElement<AttributeValueType> JAXBElement<ApplyType> JAXBElement<AttributeDesignatorType> JAXBElement<FunctionType> JAXBElement<SubjectAttributeDesignatorType>

setExpression

public void setExpression(javax.xml.bind.JAXBElement<?> value)
Sets the value of the expression property.

Parameters:
value - allowed object is JAXBElement<AttributeDesignatorType> JAXBElement<AttributeSelectorType> JAXBElement<VariableReferenceType> JAXBElement<ExpressionType> JAXBElement<AttributeDesignatorType> JAXBElement<AttributeValueType> JAXBElement<ApplyType> JAXBElement<AttributeDesignatorType> JAXBElement<FunctionType> JAXBElement<SubjectAttributeDesignatorType>


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