|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.BusinessObjectXto
public class BusinessObjectXto
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 Summary | |
|---|---|
BusinessObjectXto()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BusinessObjectXto()
| Method Detail |
|---|
public long getModelOid()
public void setModelOid(long value)
public String getId()
Stringpublic 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
BusinessObjectDefinitionsXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||