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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.BusinessObjectXto

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 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

BusinessObjectXto

public BusinessObjectXto()
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

getModelId

public String getModelId()
Gets the value of the modelId property.

Returns:
possible object is String

setModelId

public void setModelId(String value)
Sets the value of the modelId 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

getValues

public BusinessObjectValuesXto getValues()
Gets the value of the values property.

Returns:
possible object is BusinessObjectValuesXto

setValues

public void setValues(BusinessObjectValuesXto value)
Sets the value of the values property.

Parameters:
value - allowed object is BusinessObjectValuesXto

getItems

public BusinessObjectDefinitionsXto getItems()
Gets the value of the items property.

Returns:
possible object is BusinessObjectDefinitionsXto

setItems

public void setItems(BusinessObjectDefinitionsXto value)
Sets the value of the items property.

Parameters:
value - allowed object is BusinessObjectDefinitionsXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.