public class VariableDefinitionType extends Object
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:2.0:policy:schema:os}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 |
| Constructor and Description |
|---|
VariableDefinitionType() |
| 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.
|
protected JAXBElement<?> expression
protected String variableId
public JAXBElement<?> getExpression()
JAXBElement<AttributeDesignatorType>
JAXBElement<AttributeSelectorType>
JAXBElement<VariableReferenceType>
JAXBElement<ExpressionType>
JAXBElement<AttributeDesignatorType>
JAXBElement<AttributeValueType>
JAXBElement<ApplyType>
JAXBElement<AttributeDesignatorType>
JAXBElement<FunctionType>
JAXBElement<SubjectAttributeDesignatorType>public void setExpression(JAXBElement<?> value)
value - allowed object is
JAXBElement<AttributeDesignatorType>
JAXBElement<AttributeSelectorType>
JAXBElement<VariableReferenceType>
JAXBElement<ExpressionType>
JAXBElement<AttributeDesignatorType>
JAXBElement<AttributeValueType>
JAXBElement<ApplyType>
JAXBElement<AttributeDesignatorType>
JAXBElement<FunctionType>
JAXBElement<SubjectAttributeDesignatorType>public String getVariableId()
StringCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.