public class VariableReference extends Expression implements XACMLRootElement
Java class for VariableReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VariableReferenceType"> <complexContent> <extension base="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}ExpressionType"> <attribute name="VariableId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
variableId |
XACML3_NAMESPACE
Constructor and Description |
---|
VariableReference() |
Modifier and Type | Method and Description |
---|---|
String |
getVariableId()
Gets the value of the variableId property.
|
void |
setVariableId(String value)
Sets the value of the variableId property.
|
String |
toXML()
Default toXML Method to Marshal Object into XML.
|
protected String variableId
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.