|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.BusinessObjectValueXto
public class BusinessObjectValueXto
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 |
|---|
public BusinessObjectValueXto()
| Method Detail |
|---|
public long getProcessInstanceOid()
public void setProcessInstanceOid(long value)
public ParameterXto getValue()
ParameterXtopublic void setValue(ParameterXto value)
value - allowed object is
ParameterXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||