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

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

public class BusinessObjectValueXto
extends Object

Java class for BusinessObjectValue complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BusinessObjectValue">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="processInstanceOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="value" type="{http://eclipse.org/stardust/ws/v2012a/api}Parameter"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
BusinessObjectValueXto()
           
 
Method Summary
 long getProcessInstanceOid()
          Gets the value of the processInstanceOid property.
 ParameterXto getValue()
          Gets the value of the value property.
 void setProcessInstanceOid(long value)
          Sets the value of the processInstanceOid property.
 void setValue(ParameterXto value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessObjectValueXto

public BusinessObjectValueXto()
Method Detail

getProcessInstanceOid

public long getProcessInstanceOid()
Gets the value of the processInstanceOid property.


setProcessInstanceOid

public void setProcessInstanceOid(long value)
Sets the value of the processInstanceOid property.


getValue

public ParameterXto getValue()
Gets the value of the value property.

Returns:
possible object is ParameterXto

setValue

public void setValue(ParameterXto value)
Sets the value of the value property.

Parameters:
value - allowed object is ParameterXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.