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

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

public class TypeDeclarationXto
extends ModelElementXto

A client side view of a type declaration.

Java class for TypeDeclaration complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TypeDeclaration">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelElement">
       <sequence>
         <element name="xpdlType" type="{http://eclipse.org/stardust/ws/v2012a/api}XpdlType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
TypeDeclarationXto()
           
 
Method Summary
 XpdlTypeXto getXpdlType()
          Gets the value of the xpdlType property.
 void setXpdlType(XpdlTypeXto value)
          Sets the value of the xpdlType 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

TypeDeclarationXto

public TypeDeclarationXto()
Method Detail

getXpdlType

public XpdlTypeXto getXpdlType()
Gets the value of the xpdlType property.

Returns:
possible object is XpdlTypeXto

setXpdlType

public void setXpdlType(XpdlTypeXto value)
Sets the value of the xpdlType property.

Parameters:
value - allowed object is XpdlTypeXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.