public class

OrchestrationStepDataType

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

Class Overview

Orchestration Step Data element

Java class for Orchestration_Step_DataType complex type.

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

 <complexType name="Orchestration_Step_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Integration_Launch_Option_Reference" type="{urn:com.workday/bsvc}Integration_Launch_OptionObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Display_Option_Reference" type="{urn:com.workday/bsvc}Display_OptionObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Integration_Service_Component_Data" type="{urn:com.workday/bsvc}Integration_Service_Component_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<DisplayOptionObjectType> displayOptionReference
protected List<IntegrationLaunchOptionObjectType> integrationLaunchOptionReference
protected List<IntegrationServiceComponentDataType> integrationServiceComponentData
Public Constructors
OrchestrationStepDataType()
Public Methods
List<DisplayOptionObjectType> getDisplayOptionReference()
Gets the value of the displayOptionReference property.
List<IntegrationLaunchOptionObjectType> getIntegrationLaunchOptionReference()
Gets the value of the integrationLaunchOptionReference property.
List<IntegrationServiceComponentDataType> getIntegrationServiceComponentData()
Gets the value of the integrationServiceComponentData property.
void setDisplayOptionReference(List<DisplayOptionObjectType> displayOptionReference)
Sets the value of the displayOptionReference property.
void setIntegrationLaunchOptionReference(List<IntegrationLaunchOptionObjectType> integrationLaunchOptionReference)
Sets the value of the integrationLaunchOptionReference property.
void setIntegrationServiceComponentData(List<IntegrationServiceComponentDataType> integrationServiceComponentData)
Sets the value of the integrationServiceComponentData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<DisplayOptionObjectType> displayOptionReference

protected List<IntegrationLaunchOptionObjectType> integrationLaunchOptionReference

protected List<IntegrationServiceComponentDataType> integrationServiceComponentData

Public Constructors

public OrchestrationStepDataType ()

Public Methods

public List<DisplayOptionObjectType> getDisplayOptionReference ()

Gets the value of the displayOptionReference 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 displayOptionReference property.

For example, to add a new item, do as follows:

    getDisplayOptionReference().add(newItem);
 

Objects of the following type(s) are allowed in the list DisplayOptionObjectType

public List<IntegrationLaunchOptionObjectType> getIntegrationLaunchOptionReference ()

Gets the value of the integrationLaunchOptionReference 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 integrationLaunchOptionReference property.

For example, to add a new item, do as follows:

    getIntegrationLaunchOptionReference().add(newItem);
 

Objects of the following type(s) are allowed in the list IntegrationLaunchOptionObjectType

public List<IntegrationServiceComponentDataType> getIntegrationServiceComponentData ()

Gets the value of the integrationServiceComponentData 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 integrationServiceComponentData property.

For example, to add a new item, do as follows:

    getIntegrationServiceComponentData().add(newItem);
 

Objects of the following type(s) are allowed in the list IntegrationServiceComponentDataType

public void setDisplayOptionReference (List<DisplayOptionObjectType> displayOptionReference)

Sets the value of the displayOptionReference property.

Parameters
displayOptionReference Allowed object is DisplayOptionObjectType

public void setIntegrationLaunchOptionReference (List<IntegrationLaunchOptionObjectType> integrationLaunchOptionReference)

Sets the value of the integrationLaunchOptionReference property.

Parameters
integrationLaunchOptionReference Allowed object is IntegrationLaunchOptionObjectType

public void setIntegrationServiceComponentData (List<IntegrationServiceComponentDataType> integrationServiceComponentData)

Sets the value of the integrationServiceComponentData property.

Parameters
integrationServiceComponentData Allowed object is IntegrationServiceComponentDataType