org.jboss.security.xacml.core.model.policy
Class VariableReferenceType
java.lang.Object
org.jboss.security.xacml.core.model.policy.ExpressionType
org.jboss.security.xacml.core.model.policy.VariableReferenceType
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
variableId
protected String variableId
VariableReferenceType
public VariableReferenceType()
getVariableId
public String getVariableId()
- Gets the value of the variableId property.
- Returns:
- possible object is
String
setVariableId
public void setVariableId(String value)
- Sets the value of the variableId property.
- Parameters:
value
- allowed object is
String
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.