| java.lang.Object | |
| ↳ | com.workday.integrations.EventRecordProcessViewWWSType |
All completed or in progress steps for the event
Java class for Event_Record_Process_View_WWSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Event_Record_Process_View_WWSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Process_Reference" type="{urn:com.workday/bsvc}Action_EventObjectType" minOccurs="0"/>
<element name="Workflow_Step" type="{urn:com.workday/bsvc}Workflow_StepType" minOccurs="0"/>
<element name="Status_Reference" type="{urn:com.workday/bsvc}Event_Record_ActionObjectType" minOccurs="0"/>
<element name="Completed_Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Due_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Workflow_Process_Participant_Reference" type="{urn:com.workday/bsvc}Workflow_Process_ParticipantObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| completedDate | |||||||||||
| dueDate | |||||||||||
| processReference | |||||||||||
| statusReference | |||||||||||
| workflowProcessParticipantReference | |||||||||||
| workflowStep | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the completedDate property.
| |||||||||||
Gets the value of the dueDate property.
| |||||||||||
Gets the value of the processReference property.
| |||||||||||
Gets the value of the statusReference property.
| |||||||||||
Gets the value of the workflowProcessParticipantReference property.
| |||||||||||
Gets the value of the workflowStep property.
| |||||||||||
Sets the value of the completedDate property.
| |||||||||||
Sets the value of the dueDate property.
| |||||||||||
Sets the value of the processReference property.
| |||||||||||
Sets the value of the statusReference property.
| |||||||||||
Sets the value of the workflowProcessParticipantReference property.
| |||||||||||
Sets the value of the workflowStep property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the completedDate property.
Gets the value of the dueDate property.
Gets the value of the processReference property.
ActionEventObjectType
Gets the value of the statusReference property.
EventRecordActionObjectType
Gets the value of the workflowProcessParticipantReference 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 workflowProcessParticipantReference property.
For example, to add a new item, do as follows:
getWorkflowProcessParticipantReference().add(newItem);
Objects of the following type(s) are allowed in the list
WorkflowProcessParticipantObjectType
Gets the value of the workflowStep property.
WorkflowStepType
Sets the value of the completedDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the dueDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the processReference property.
| value | Allowed object is
ActionEventObjectType
|
|---|
Sets the value of the statusReference property.
| value | Allowed object is
EventRecordActionObjectType
|
|---|
Sets the value of the workflowProcessParticipantReference property.
| workflowProcessParticipantReference | Allowed object is
WorkflowProcessParticipantObjectType
|
|---|
Sets the value of the workflowStep property.
| value | Allowed object is
WorkflowStepType
|
|---|