public class

WorkflowStepContentDataType

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

Class Overview

Some details about a step in a Business Process (Workflow)

Java class for Workflow_Step_Content_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Workflow_Step_Content_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Order" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Workflow_Step_Type_Reference" type="{urn:com.workday/bsvc}Workflow_Step_TypeObjectType" minOccurs="0"/>
         <element name="Task_Reference" type="{urn:com.workday/bsvc}Referenced_TaskObjectType" minOccurs="0"/>
         <element name="Checklist_Reference" type="{urn:com.workday/bsvc}ChecklistObjectType" minOccurs="0"/>
         <element name="Report_Background_Process_Definition_Data" type="{urn:com.workday/bsvc}Workflow_Step_Report_Background_Process_Definition_DataType" minOccurs="0"/>
         <element name="Report_Group_Background_Process_Definition_Data" type="{urn:com.workday/bsvc}Workflow_Report_Group_Step_Background_Future_Process_Definition_DataType" minOccurs="0"/>
         <element name="Partitioned_Background_Process_Reference" type="{urn:com.workday/bsvc}Partitioned_Background_ProcessObjectType" minOccurs="0"/>
         <element name="To_Do_Reference" type="{urn:com.workday/bsvc}To_DoObjectType" minOccurs="0"/>
         <element name="Event_Service_Reference" type="{urn:com.workday/bsvc}Event_ServiceObjectType" minOccurs="0"/>
         <element name="Integration_Background_Process_Definition_Data" type="{urn:com.workday/bsvc}Integration_Background_Process_Definition_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ChecklistObjectType checklistReference
protected EventServiceObjectType eventServiceReference
protected IntegrationBackgroundProcessDefinitionDataType integrationBackgroundProcessDefinitionData
protected String order
protected PartitionedBackgroundProcessObjectType partitionedBackgroundProcessReference
protected WorkflowStepReportBackgroundProcessDefinitionDataType reportBackgroundProcessDefinitionData
protected WorkflowReportGroupStepBackgroundFutureProcessDefinitionDataType reportGroupBackgroundProcessDefinitionData
protected ReferencedTaskObjectType taskReference
protected ToDoObjectType toDoReference
protected WorkflowStepTypeObjectType workflowStepTypeReference
Public Constructors
WorkflowStepContentDataType()
Public Methods
ChecklistObjectType getChecklistReference()
Gets the value of the checklistReference property.
EventServiceObjectType getEventServiceReference()
Gets the value of the eventServiceReference property.
IntegrationBackgroundProcessDefinitionDataType getIntegrationBackgroundProcessDefinitionData()
Gets the value of the integrationBackgroundProcessDefinitionData property.
String getOrder()
Gets the value of the order property.
PartitionedBackgroundProcessObjectType getPartitionedBackgroundProcessReference()
Gets the value of the partitionedBackgroundProcessReference property.
WorkflowStepReportBackgroundProcessDefinitionDataType getReportBackgroundProcessDefinitionData()
Gets the value of the reportBackgroundProcessDefinitionData property.
WorkflowReportGroupStepBackgroundFutureProcessDefinitionDataType getReportGroupBackgroundProcessDefinitionData()
Gets the value of the reportGroupBackgroundProcessDefinitionData property.
ReferencedTaskObjectType getTaskReference()
Gets the value of the taskReference property.
ToDoObjectType getToDoReference()
Gets the value of the toDoReference property.
WorkflowStepTypeObjectType getWorkflowStepTypeReference()
Gets the value of the workflowStepTypeReference property.
void setChecklistReference(ChecklistObjectType value)
Sets the value of the checklistReference property.
void setEventServiceReference(EventServiceObjectType value)
Sets the value of the eventServiceReference property.
void setIntegrationBackgroundProcessDefinitionData(IntegrationBackgroundProcessDefinitionDataType value)
Sets the value of the integrationBackgroundProcessDefinitionData property.
void setOrder(String value)
Sets the value of the order property.
void setPartitionedBackgroundProcessReference(PartitionedBackgroundProcessObjectType value)
Sets the value of the partitionedBackgroundProcessReference property.
void setReportBackgroundProcessDefinitionData(WorkflowStepReportBackgroundProcessDefinitionDataType value)
Sets the value of the reportBackgroundProcessDefinitionData property.
void setReportGroupBackgroundProcessDefinitionData(WorkflowReportGroupStepBackgroundFutureProcessDefinitionDataType value)
Sets the value of the reportGroupBackgroundProcessDefinitionData property.
void setTaskReference(ReferencedTaskObjectType value)
Sets the value of the taskReference property.
void setToDoReference(ToDoObjectType value)
Sets the value of the toDoReference property.
void setWorkflowStepTypeReference(WorkflowStepTypeObjectType value)
Sets the value of the workflowStepTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ChecklistObjectType checklistReference

protected EventServiceObjectType eventServiceReference

protected IntegrationBackgroundProcessDefinitionDataType integrationBackgroundProcessDefinitionData

protected String order

protected PartitionedBackgroundProcessObjectType partitionedBackgroundProcessReference

protected WorkflowStepReportBackgroundProcessDefinitionDataType reportBackgroundProcessDefinitionData

protected WorkflowReportGroupStepBackgroundFutureProcessDefinitionDataType reportGroupBackgroundProcessDefinitionData

protected ReferencedTaskObjectType taskReference

protected ToDoObjectType toDoReference

protected WorkflowStepTypeObjectType workflowStepTypeReference

Public Constructors

public WorkflowStepContentDataType ()

Public Methods

public ChecklistObjectType getChecklistReference ()

Gets the value of the checklistReference property.

Returns

public EventServiceObjectType getEventServiceReference ()

Gets the value of the eventServiceReference property.

Returns

public IntegrationBackgroundProcessDefinitionDataType getIntegrationBackgroundProcessDefinitionData ()

Gets the value of the integrationBackgroundProcessDefinitionData property.

public String getOrder ()

Gets the value of the order property.

Returns
  • possible object is String

public PartitionedBackgroundProcessObjectType getPartitionedBackgroundProcessReference ()

Gets the value of the partitionedBackgroundProcessReference property.

Returns

public WorkflowStepReportBackgroundProcessDefinitionDataType getReportBackgroundProcessDefinitionData ()

Gets the value of the reportBackgroundProcessDefinitionData property.

public WorkflowReportGroupStepBackgroundFutureProcessDefinitionDataType getReportGroupBackgroundProcessDefinitionData ()

Gets the value of the reportGroupBackgroundProcessDefinitionData property.

public ReferencedTaskObjectType getTaskReference ()

Gets the value of the taskReference property.

Returns

public ToDoObjectType getToDoReference ()

Gets the value of the toDoReference property.

Returns

public WorkflowStepTypeObjectType getWorkflowStepTypeReference ()

Gets the value of the workflowStepTypeReference property.

Returns

public void setChecklistReference (ChecklistObjectType value)

Sets the value of the checklistReference property.

Parameters
value Allowed object is ChecklistObjectType

public void setEventServiceReference (EventServiceObjectType value)

Sets the value of the eventServiceReference property.

Parameters
value Allowed object is EventServiceObjectType

public void setIntegrationBackgroundProcessDefinitionData (IntegrationBackgroundProcessDefinitionDataType value)

Sets the value of the integrationBackgroundProcessDefinitionData property.

Parameters
value Allowed object is IntegrationBackgroundProcessDefinitionDataType

public void setOrder (String value)

Sets the value of the order property.

Parameters
value Allowed object is String

public void setPartitionedBackgroundProcessReference (PartitionedBackgroundProcessObjectType value)

Sets the value of the partitionedBackgroundProcessReference property.

Parameters
value Allowed object is PartitionedBackgroundProcessObjectType

public void setReportBackgroundProcessDefinitionData (WorkflowStepReportBackgroundProcessDefinitionDataType value)

Sets the value of the reportBackgroundProcessDefinitionData property.

Parameters
value Allowed object is WorkflowStepReportBackgroundProcessDefinitionDataType

public void setReportGroupBackgroundProcessDefinitionData (WorkflowReportGroupStepBackgroundFutureProcessDefinitionDataType value)

Sets the value of the reportGroupBackgroundProcessDefinitionData property.

public void setTaskReference (ReferencedTaskObjectType value)

Sets the value of the taskReference property.

Parameters
value Allowed object is ReferencedTaskObjectType

public void setToDoReference (ToDoObjectType value)

Sets the value of the toDoReference property.

Parameters
value Allowed object is ToDoObjectType

public void setWorkflowStepTypeReference (WorkflowStepTypeObjectType value)

Sets the value of the workflowStepTypeReference property.

Parameters
value Allowed object is WorkflowStepTypeObjectType