org.eclipse.stardust.engine.api.ws
Class TypeDeclarationXto
java.lang.Object
org.eclipse.stardust.engine.api.ws.ModelElementXto
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>
| 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 |
TypeDeclarationXto
public TypeDeclarationXto()
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.