public class VariableReferenceXto extends OperandXto
Java class for VariableReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VariableReference">
<simpleContent>
<extension base="<http://eclipse.org/stardust/ws/v2012a/api/query>Operand">
<attribute name="scope" type="{http://eclipse.org/stardust/ws/v2012a/api/query}VariableReferenceScope" default="Local" />
</extension>
</simpleContent>
</complexType>
| Constructor and Description |
|---|
VariableReferenceXto() |
| Modifier and Type | Method and Description |
|---|---|
VariableReferenceScopeXto |
getScope()
Gets the value of the scope property.
|
void |
setScope(VariableReferenceScopeXto value)
Sets the value of the scope property.
|
getValue, setValuepublic VariableReferenceScopeXto getScope()
VariableReferenceScopeXtopublic void setScope(VariableReferenceScopeXto value)
value - allowed object is
VariableReferenceScopeXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.