public class

EventRecordProcessViewWWSType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.EventRecordProcessViewWWSType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar completedDate
protected XMLGregorianCalendar dueDate
protected ActionEventObjectType processReference
protected EventRecordActionObjectType statusReference
protected List<WorkflowProcessParticipantObjectType> workflowProcessParticipantReference
protected WorkflowStepType workflowStep
Public Constructors
EventRecordProcessViewWWSType()
Public Methods
XMLGregorianCalendar getCompletedDate()
Gets the value of the completedDate property.
XMLGregorianCalendar getDueDate()
Gets the value of the dueDate property.
ActionEventObjectType getProcessReference()
Gets the value of the processReference property.
EventRecordActionObjectType getStatusReference()
Gets the value of the statusReference property.
List<WorkflowProcessParticipantObjectType> getWorkflowProcessParticipantReference()
Gets the value of the workflowProcessParticipantReference property.
WorkflowStepType getWorkflowStep()
Gets the value of the workflowStep property.
void setCompletedDate(XMLGregorianCalendar value)
Sets the value of the completedDate property.
void setDueDate(XMLGregorianCalendar value)
Sets the value of the dueDate property.
void setProcessReference(ActionEventObjectType value)
Sets the value of the processReference property.
void setStatusReference(EventRecordActionObjectType value)
Sets the value of the statusReference property.
void setWorkflowProcessParticipantReference(List<WorkflowProcessParticipantObjectType> workflowProcessParticipantReference)
Sets the value of the workflowProcessParticipantReference property.
void setWorkflowStep(WorkflowStepType value)
Sets the value of the workflowStep property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar completedDate

protected XMLGregorianCalendar dueDate

protected ActionEventObjectType processReference

protected EventRecordActionObjectType statusReference

protected List<WorkflowProcessParticipantObjectType> workflowProcessParticipantReference

protected WorkflowStepType workflowStep

Public Constructors

public EventRecordProcessViewWWSType ()

Public Methods

public XMLGregorianCalendar getCompletedDate ()

Gets the value of the completedDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getDueDate ()

Gets the value of the dueDate property.

Returns
  • possible object is XMLGregorianCalendar

public ActionEventObjectType getProcessReference ()

Gets the value of the processReference property.

Returns

public EventRecordActionObjectType getStatusReference ()

Gets the value of the statusReference property.

Returns

public List<WorkflowProcessParticipantObjectType> getWorkflowProcessParticipantReference ()

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

public WorkflowStepType getWorkflowStep ()

Gets the value of the workflowStep property.

Returns

public void setCompletedDate (XMLGregorianCalendar value)

Sets the value of the completedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDueDate (XMLGregorianCalendar value)

Sets the value of the dueDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setProcessReference (ActionEventObjectType value)

Sets the value of the processReference property.

Parameters
value Allowed object is ActionEventObjectType

public void setStatusReference (EventRecordActionObjectType value)

Sets the value of the statusReference property.

Parameters
value Allowed object is EventRecordActionObjectType

public void setWorkflowProcessParticipantReference (List<WorkflowProcessParticipantObjectType> workflowProcessParticipantReference)

Sets the value of the workflowProcessParticipantReference property.

Parameters
workflowProcessParticipantReference Allowed object is WorkflowProcessParticipantObjectType

public void setWorkflowStep (WorkflowStepType value)

Sets the value of the workflowStep property.

Parameters
value Allowed object is WorkflowStepType