public class

EventRemainingProcessViewWWSType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected EventObjectType eventReference
protected List<WorkflowStepType> workflowStep
Public Constructors
EventRemainingProcessViewWWSType()
Public Methods
EventObjectType getEventReference()
Gets the value of the eventReference property.
List<WorkflowStepType> getWorkflowStep()
Gets the value of the workflowStep property.
void setEventReference(EventObjectType value)
Sets the value of the eventReference property.
void setWorkflowStep(List<WorkflowStepType> workflowStep)
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 EventObjectType eventReference

protected List<WorkflowStepType> workflowStep

Public Constructors

public EventRemainingProcessViewWWSType ()

Public Methods

public EventObjectType getEventReference ()

Gets the value of the eventReference property.

Returns

public List<WorkflowStepType> getWorkflowStep ()

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

public void setEventReference (EventObjectType value)

Sets the value of the eventReference property.

Parameters
value Allowed object is EventObjectType

public void setWorkflowStep (List<WorkflowStepType> workflowStep)

Sets the value of the workflowStep property.

Parameters
workflowStep Allowed object is WorkflowStepType