public class WorkflowContextState extends AbstractIdentifiableContextState
Java class for WorkflowContextState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkflowContextState">
<complexContent>
<extension base="{http://domain-model-uri/15/04}AbstractIdentifiableContextState">
<sequence>
<element name="OrderDetail" type="{http://domain-model-uri/15/04}Order" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Order |
orderDetail |
identificationbindingEndTime, bindingMDIBVersion, bindingStartTime, contextAssociation, unbindingMDIBVersion, validatordescriptorVersion, extension, handle, referencedDescriptor, stateVersion| Constructor and Description |
|---|
WorkflowContextState() |
| Modifier and Type | Method and Description |
|---|---|
Order |
getOrderDetail()
Gets the value of the orderDetail property.
|
void |
setOrderDetail(Order value)
Sets the value of the orderDetail property.
|
getIdentification, setIdentificationgetBindingEndTime, getBindingMDIBVersion, getBindingStartTime, getContextAssociation, getUnbindingMDIBVersion, getValidator, setBindingEndTime, setBindingMDIBVersion, setBindingStartTime, setContextAssociation, setUnbindingMDIBVersion, setValidatorgetDescriptorVersion, getExtension, getHandle, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setHandle, setReferencedDescriptor, setStateVersionprotected Order orderDetail
Copyright © 2016. All rights reserved.