public class VariableDefinitionXto extends ModelElementXto
Java class for VariableDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VariableDefinition">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelElement">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element name="typeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
VariableDefinitionXto() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getType()
Gets the value of the type property.
|
String |
getTypeId()
Gets the value of the typeId property.
|
void |
setType(QName value)
Sets the value of the type property.
|
void |
setTypeId(String value)
Sets the value of the typeId property.
|
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedIdpublic QName getType()
QNamepublic void setType(QName value)
value - allowed object is
QNamepublic String getTypeId()
StringCopyright © 2016 Eclipse Stardust. All Rights Reserved.