public class TypeDeclarationXto extends ModelElementXto
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 and Description |
|---|
TypeDeclarationXto() |
| Modifier and Type | Method and Description |
|---|---|
XpdlTypeXto |
getXpdlType()
Gets the value of the xpdlType property.
|
void |
setXpdlType(XpdlTypeXto value)
Sets the value of the xpdlType property.
|
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedIdpublic XpdlTypeXto getXpdlType()
XpdlTypeXtopublic void setXpdlType(XpdlTypeXto value)
value - allowed object is
XpdlTypeXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.