| java.lang.Object | |
| ↳ | com.workday.integrations.EIBDefinitionDataType |
EIB Definition Data element
Java class for EIB_Definition_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EIB_Definition_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Integration_System_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Integration_System_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Orchestration_Step_Data" type="{urn:com.workday/bsvc}Orchestration_Step_DataType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| integrationSystemID | |||||||||||
| integrationSystemName | |||||||||||
| orchestrationStepData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the integrationSystemID property.
| |||||||||||
Gets the value of the integrationSystemName property.
| |||||||||||
Gets the value of the orchestrationStepData property.
| |||||||||||
Sets the value of the integrationSystemID property.
| |||||||||||
Sets the value of the integrationSystemName property.
| |||||||||||
Sets the value of the orchestrationStepData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the integrationSystemID property.
Gets the value of the integrationSystemName property.
Gets the value of the orchestrationStepData 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 orchestrationStepData property.
For example, to add a new item, do as follows:
getOrchestrationStepData().add(newItem);
Objects of the following type(s) are allowed in the list
OrchestrationStepDataType
Sets the value of the integrationSystemID property.
| value | Allowed object is String |
|---|
Sets the value of the integrationSystemName property.
| value | Allowed object is String |
|---|
Sets the value of the orchestrationStepData property.
| orchestrationStepData | Allowed object is
OrchestrationStepDataType
|
|---|