public class VariableDefinition extends Object implements XACMLRootElement
Java class for VariableDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VariableDefinitionType"> <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> <attribute name="VariableId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected JAXBElement<?> |
expression |
protected String |
variableId |
XACML3_NAMESPACE
Constructor and Description |
---|
VariableDefinition() |
Modifier and Type | Method and Description |
---|---|
JAXBElement<?> |
getExpression()
Gets the value of the expression property.
|
String |
getVariableId()
Gets the value of the variableId property.
|
void |
setExpression(JAXBElement<?> value)
Sets the value of the expression property.
|
void |
setVariableId(String value)
Sets the value of the variableId property.
|
String |
toXML()
Default toXML Method to Marshal Object into XML.
|
protected JAXBElement<?> expression
protected String variableId
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 getVariableId()
String
public void setVariableId(String value)
value
- allowed object is
String
public String toXML()
toXML
in interface XACMLRootElement
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.