public class ModelElementXto extends Object
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 and Description |
|---|
ModelElementXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public long getModelOid()
public void setModelOid(long value)
public 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
AttributesXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.