org.eclipse.stardust.engine.api.ws
Class VariableDefinitionXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.ModelElementXto
      extended by org.eclipse.stardust.engine.api.ws.VariableDefinitionXto

public class VariableDefinitionXto
extends ModelElementXto

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

VariableDefinitionXto

public VariableDefinitionXto()
Method Detail

getType

public QName getType()
Gets the value of the type property.

Returns:
possible object is QName

setType

public void setType(QName value)
Sets the value of the type property.

Parameters:
value - allowed object is QName

getTypeId

public String getTypeId()
Gets the value of the typeId property.

Returns:
possible object is String

setTypeId

public void setTypeId(String value)
Sets the value of the typeId property.

Parameters:
value - allowed object is String


Copyright © 2017 Eclipse Stardust. All Rights Reserved.