org.jboss.security.xacml.core.model.policy
Class VariableReferenceType

java.lang.Object
  extended by org.jboss.security.xacml.core.model.policy.ExpressionType
      extended by 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>
 


Field Summary
protected  String variableId
           
 
Constructor Summary
VariableReferenceType()
           
 
Method Summary
 String getVariableId()
          Gets the value of the variableId property.
 void setVariableId(String value)
          Sets the value of the variableId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

variableId

protected String variableId
Constructor Detail

VariableReferenceType

public VariableReferenceType()
Method Detail

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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.