public class VariableReferenceType extends ExpressionType
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:2.0:policy:schema:os}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 |
| Constructor and Description |
|---|
VariableReferenceType() |
| 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.
|
protected String variableId
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.