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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.ModelElementXto
Direct Known Subclasses:
ActivityDefinitionXto, ApplicationXto, DataFlowXto, DataPathXto, DeployedModelDescriptionXto, EventActionDefinitionXto, EventHandlerDefinitionXto, InteractionContextXto, ModelDescriptionXto, ModelParticipantXto, ParameterMappingXto, ProcessDefinitionXto, TriggerXto, TypeDeclarationXto, VariableDefinitionXto

public class ModelElementXto
extends Object

Abstract element containing base data for all model elements

Java class for ModelElement complex type.

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

 <complexType name="ModelElement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="modelOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="qualifiedId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="partitionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="partitionOid" type="{http://www.w3.org/2001/XMLSchema}short"/>
         <element name="attributes" type="{http://eclipse.org/stardust/ws/v2012a/api}Attributes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ModelElementXto()
           
 
Method Summary
 AttributesXto getAttributes()
          Gets the value of the attributes property.
 String getDescription()
          Gets the value of the description property.
 String getId()
          Gets the value of the id property.
 long getModelOid()
          Gets the value of the modelOid property.
 String getName()
          Gets the value of the name property.
 String getPartitionId()
          Gets the value of the partitionId property.
 short getPartitionOid()
          Gets the value of the partitionOid property.
 String getQualifiedId()
          Gets the value of the qualifiedId property.
 void setAttributes(AttributesXto value)
          Sets the value of the attributes property.
 void setDescription(String value)
          Sets the value of the description property.
 void setId(String value)
          Sets the value of the id property.
 void setModelOid(long value)
          Sets the value of the modelOid property.
 void setName(String value)
          Sets the value of the name property.
 void setPartitionId(String value)
          Sets the value of the partitionId property.
 void setPartitionOid(short value)
          Sets the value of the partitionOid property.
 void setQualifiedId(String value)
          Sets the value of the qualifiedId property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelElementXto

public ModelElementXto()
Method Detail

getModelOid

public long getModelOid()
Gets the value of the modelOid property.


setModelOid

public void setModelOid(long value)
Sets the value of the modelOid property.


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getQualifiedId

public String getQualifiedId()
Gets the value of the qualifiedId property.

Returns:
possible object is String

setQualifiedId

public void setQualifiedId(String value)
Sets the value of the qualifiedId property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getPartitionId

public String getPartitionId()
Gets the value of the partitionId property.

Returns:
possible object is String

setPartitionId

public void setPartitionId(String value)
Sets the value of the partitionId property.

Parameters:
value - allowed object is String

getPartitionOid

public short getPartitionOid()
Gets the value of the partitionOid property.


setPartitionOid

public void setPartitionOid(short value)
Sets the value of the partitionOid property.


getAttributes

public AttributesXto getAttributes()
Gets the value of the attributes property.

Returns:
possible object is AttributesXto

setAttributes

public void setAttributes(AttributesXto value)
Sets the value of the attributes property.

Parameters:
value - allowed object is AttributesXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.