public class SPlan extends SGOElement
| Constructor and Description |
|---|
SPlan()
Creates new empty instance of
SPlan. |
| Modifier and Type | Method and Description |
|---|---|
Long |
getProcessInstanceId() |
PlanState |
getState() |
void |
postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Callback method invoked after unmarshalling XML data into target.
|
void |
preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Callback method invoked before unmarshalling into target.
|
void |
setProcessInstanceId(Long processInstanceId) |
void |
setState(PlanState state) |
GOElement |
toGoalElement(Goal parent,
ProcessInstance processInstance,
ModelInstance modelInstance) |
getName, setName, toStringpublic SPlan()
SPlan.public PlanState getState()
public void setState(PlanState state)
public Long getProcessInstanceId()
public void setProcessInstanceId(Long processInstanceId)
public void preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallbackparent - instance of JAXB mapped class that will eventually reference target.
null when target is root element.public void postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallbackparent - instance of JAXB mapped class that will reference target.
null when target is root element.public GOElement toGoalElement(Goal parent, ProcessInstance processInstance, ModelInstance modelInstance)
toGoalElement in class SGOElementCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.