| java.lang.Object | |
| ↳ | com.workday.integrations.OrchestrationStepDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| displayOptionReference | |||||||||||
| integrationLaunchOptionReference | |||||||||||
| integrationServiceComponentData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the displayOptionReference property.
| |||||||||||
Gets the value of the integrationLaunchOptionReference property.
| |||||||||||
Gets the value of the integrationServiceComponentData property.
| |||||||||||
Sets the value of the displayOptionReference property.
| |||||||||||
Sets the value of the integrationLaunchOptionReference property.
| |||||||||||
Sets the value of the integrationServiceComponentData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
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
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
Sets the value of the displayOptionReference property.
| displayOptionReference | Allowed object is
DisplayOptionObjectType
|
|---|
Sets the value of the integrationLaunchOptionReference property.
| integrationLaunchOptionReference | Allowed object is
IntegrationLaunchOptionObjectType
|
|---|
Sets the value of the integrationServiceComponentData property.
| integrationServiceComponentData | Allowed object is
IntegrationServiceComponentDataType
|
|---|