public class

EIBDefinitionDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected String integrationSystemID
protected String integrationSystemName
protected List<OrchestrationStepDataType> orchestrationStepData
Public Constructors
EIBDefinitionDataType()
Public Methods
String getIntegrationSystemID()
Gets the value of the integrationSystemID property.
String getIntegrationSystemName()
Gets the value of the integrationSystemName property.
List<OrchestrationStepDataType> getOrchestrationStepData()
Gets the value of the orchestrationStepData property.
void setIntegrationSystemID(String value)
Sets the value of the integrationSystemID property.
void setIntegrationSystemName(String value)
Sets the value of the integrationSystemName property.
void setOrchestrationStepData(List<OrchestrationStepDataType> orchestrationStepData)
Sets the value of the orchestrationStepData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String integrationSystemID

protected String integrationSystemName

protected List<OrchestrationStepDataType> orchestrationStepData

Public Constructors

public EIBDefinitionDataType ()

Public Methods

public String getIntegrationSystemID ()

Gets the value of the integrationSystemID property.

Returns
  • possible object is String

public String getIntegrationSystemName ()

Gets the value of the integrationSystemName property.

Returns
  • possible object is String

public List<OrchestrationStepDataType> getOrchestrationStepData ()

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

public void setIntegrationSystemID (String value)

Sets the value of the integrationSystemID property.

Parameters
value Allowed object is String

public void setIntegrationSystemName (String value)

Sets the value of the integrationSystemName property.

Parameters
value Allowed object is String

public void setOrchestrationStepData (List<OrchestrationStepDataType> orchestrationStepData)

Sets the value of the orchestrationStepData property.

Parameters
orchestrationStepData Allowed object is OrchestrationStepDataType