| java.lang.Object | |
| ↳ | com.workday.integrations.EventRemainingProcessViewWWSType |
All remaining steps for the event
Java class for Event_Remaining_Process_View_WWSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Event_Remaining_Process_View_WWSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Event_Reference" type="{urn:com.workday/bsvc}EventObjectType" minOccurs="0"/>
<element name="Workflow_Step" type="{urn:com.workday/bsvc}Workflow_StepType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| eventReference | |||||||||||
| workflowStep | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the eventReference property.
| |||||||||||
Gets the value of the workflowStep property.
| |||||||||||
Sets the value of the eventReference property.
| |||||||||||
Sets the value of the workflowStep property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the eventReference property.
EventObjectType
Gets the value of the workflowStep property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the workflowStep property.
For example, to add a new item, do as follows:
getWorkflowStep().add(newItem);
Objects of the following type(s) are allowed in the list
WorkflowStepType
Sets the value of the eventReference property.
| value | Allowed object is
EventObjectType
|
|---|
Sets the value of the workflowStep property.
| workflowStep | Allowed object is
WorkflowStepType
|
|---|