|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ModelElementXto
public class ModelElementXto
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 |
|---|
public ModelElementXto()
| Method Detail |
|---|
public long getModelOid()
public void setModelOid(long value)
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getQualifiedId()
Stringpublic void setQualifiedId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getPartitionId()
Stringpublic void setPartitionId(String value)
value - allowed object is
Stringpublic short getPartitionOid()
public void setPartitionOid(short value)
public AttributesXto getAttributes()
AttributesXtopublic void setAttributes(AttributesXto value)
value - allowed object is
AttributesXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||