public class Condition extends Object implements XACMLRootElement
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:3.0:core:schema:wd-17}Expression"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected JAXBElement<?> |
expression |
XACML3_NAMESPACE
Constructor and Description |
---|
Condition() |
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.
|
String |
toXML()
Default toXML Method to Marshal Object into XML.
|
protected JAXBElement<?> expression
public JAXBElement<?> getExpression()
JAXBElement
<
AttributeValue
>
JAXBElement
<
AttributeDesignator
>
JAXBElement
<
Function
>
JAXBElement
<
AttributeSelector
>
JAXBElement
<
Expression
>
JAXBElement
<
Apply
>
JAXBElement
<
VariableReference
>
public void setExpression(JAXBElement<?> value)
value
- allowed object is
JAXBElement
<
AttributeValue
>
JAXBElement
<
AttributeDesignator
>
JAXBElement
<
Function
>
JAXBElement
<
AttributeSelector
>
JAXBElement
<
Expression
>
JAXBElement
<
Apply
>
JAXBElement
<
VariableReference
>
public String toXML()
toXML
in interface XACMLRootElement
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.