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 and Description |
|---|
BusinessObjectValueXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public long getProcessInstanceOid()
public void setProcessInstanceOid(long value)
public ParameterXto getValue()
ParameterXtopublic void setValue(ParameterXto value)
value - allowed object is
ParameterXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.