public class BusinessObjectXto extends Object
Java class for BusinessObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BusinessObject">
<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"/>
<element name="modelId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="values" type="{http://eclipse.org/stardust/ws/v2012a/api}BusinessObjectValues"/>
<element name="items" type="{http://eclipse.org/stardust/ws/v2012a/api}BusinessObjectDefinitions"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
BusinessObjectXto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
BusinessObjectDefinitionsXto |
getItems()
Gets the value of the items property.
|
String |
getModelId()
Gets the value of the modelId property.
|
long |
getModelOid()
Gets the value of the modelOid property.
|
String |
getName()
Gets the value of the name property.
|
BusinessObjectValuesXto |
getValues()
Gets the value of the values property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setItems(BusinessObjectDefinitionsXto value)
Sets the value of the items property.
|
void |
setModelId(String value)
Sets the value of the modelId property.
|
void |
setModelOid(long value)
Sets the value of the modelOid property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setValues(BusinessObjectValuesXto value)
Sets the value of the values property.
|
public long getModelOid()
public void setModelOid(long value)
public void setId(String value)
value - allowed object is
Stringpublic String getModelId()
Stringpublic void setModelId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic BusinessObjectValuesXto getValues()
BusinessObjectValuesXtopublic void setValues(BusinessObjectValuesXto value)
value - allowed object is
BusinessObjectValuesXtopublic BusinessObjectDefinitionsXto getItems()
BusinessObjectDefinitionsXtopublic void setItems(BusinessObjectDefinitionsXto value)
value - allowed object is
BusinessObjectDefinitionsXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.