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>
Modifier and Type | Field and Description |
---|---|
protected JAXBElement<?> |
expression |
Constructor and Description |
---|
ConditionType() |
Modifier and Type | Method and Description |
---|---|
JAXBElement<?> |
getExpression()
Gets the value of the expression property.
|
void |
setExpression(JAXBElement<?> value)
Sets the value of the expression property.
|
protected JAXBElement<?> expression
public JAXBElement<?> getExpression()
JAXBElement
<
AttributeDesignatorType
>
JAXBElement
<
AttributeSelectorType
>
JAXBElement
<
VariableReferenceType
>
JAXBElement
<
ExpressionType
>
JAXBElement
<
AttributeDesignatorType
>
JAXBElement
<
AttributeValueType
>
JAXBElement
<
ApplyType
>
JAXBElement
<
AttributeDesignatorType
>
JAXBElement
<
FunctionType
>
JAXBElement
<
SubjectAttributeDesignatorType
>
public void setExpression(JAXBElement<?> value)
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 © 2023 JBoss by Red Hat. All rights reserved.