org.jboss.security.xacml.core.model.policy
Class ConditionType
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expression
protected javax.xml.bind.JAXBElement<?> expression
ConditionType
public ConditionType()
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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.