| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationScheduledFutureProcessDataType |
Integration Scheduled Future Process Data element
Java class for Integration_Scheduled_Future_Process_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Scheduled_Future_Process_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Integration_System_Reference" type="{urn:com.workday/bsvc}Integration_System_IdentifierObjectType"/>
<choice>
<element name="Integration_Parameter_Initialization_Data" type="{urn:com.workday/bsvc}Integration_Parameter_Initialization_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="EIB_Parameter_Initialization_Data" type="{urn:com.workday/bsvc}EIB_Parameter_Initialization_DataType" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| eibParameterInitializationData | |||||||||||
| integrationParameterInitializationData | |||||||||||
| integrationSystemReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the eibParameterInitializationData property.
| |||||||||||
Gets the value of the integrationParameterInitializationData property.
| |||||||||||
Gets the value of the integrationSystemReference property.
| |||||||||||
Sets the value of the eibParameterInitializationData property.
| |||||||||||
Sets the value of the integrationParameterInitializationData property.
| |||||||||||
Sets the value of the integrationSystemReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the eibParameterInitializationData 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 eibParameterInitializationData property.
For example, to add a new item, do as follows:
getEIBParameterInitializationData().add(newItem);
Objects of the following type(s) are allowed in the list
EIBParameterInitializationDataType
Gets the value of the integrationParameterInitializationData 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 integrationParameterInitializationData property.
For example, to add a new item, do as follows:
getIntegrationParameterInitializationData().add(newItem);
Objects of the following type(s) are allowed in the list
IntegrationParameterInitializationDataType
Gets the value of the integrationSystemReference property.
IntegrationSystemIdentifierObjectType
Sets the value of the eibParameterInitializationData property.
| eibParameterInitializationData | Allowed object is
EIBParameterInitializationDataType
|
|---|
Sets the value of the integrationParameterInitializationData property.
| integrationParameterInitializationData | Allowed object is
IntegrationParameterInitializationDataType
|
|---|
Sets the value of the integrationSystemReference property.
| value | Allowed object is
IntegrationSystemIdentifierObjectType
|
|---|