| java.lang.Object | |
| ↳ | com.workday.integrations.LaunchEIBRequestType |
Launch EIB Request
Java class for Launch_EIB_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Launch_EIB_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Integration_System_Reference" type="{urn:com.workday/bsvc}Integration_System__Audited_ObjectType"/>
<element name="Service_Component_Data" type="{urn:com.workday/bsvc}Integration_Service_Component_Override_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| integrationSystemReference | |||||||||||
| serviceComponentData | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the integrationSystemReference property.
| |||||||||||
Gets the value of the serviceComponentData property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the integrationSystemReference property.
| |||||||||||
Sets the value of the serviceComponentData property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the integrationSystemReference property.
IntegrationSystemAuditedObjectType
Gets the value of the serviceComponentData 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 serviceComponentData property.
For example, to add a new item, do as follows:
getServiceComponentData().add(newItem);
Objects of the following type(s) are allowed in the list
IntegrationServiceComponentOverrideDataType
Gets the value of the version property.
Sets the value of the integrationSystemReference property.
| value | Allowed object is
IntegrationSystemAuditedObjectType
|
|---|
Sets the value of the serviceComponentData property.
| serviceComponentData | Allowed object is
IntegrationServiceComponentOverrideDataType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|