|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ModelElementXto
org.eclipse.stardust.engine.api.ws.VariableDefinitionXto
public class VariableDefinitionXto
A client side view of a data definition.
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 Summary | |
|---|---|
VariableDefinitionXto()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.eclipse.stardust.engine.api.ws.ModelElementXto |
|---|
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedId |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VariableDefinitionXto()
| Method Detail |
|---|
public QName getType()
QNamepublic void setType(QName value)
value - allowed object is
QNamepublic String getTypeId()
Stringpublic void setTypeId(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||