| java.lang.Object | |
| ↳ | com.workday.integrations.EIBDefinitionType |
EIB Definition
Java class for EIB_DefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EIB_DefinitionType">
<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" minOccurs="0"/>
<element name="EIB_Definition_Data" type="{urn:com.workday/bsvc}EIB_Definition_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| eibDefinitionData | |||||||||||
| integrationSystemReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the eibDefinitionData property.
| |||||||||||
Gets the value of the integrationSystemReference property.
| |||||||||||
Sets the value of the eibDefinitionData property.
| |||||||||||
Sets the value of the integrationSystemReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the eibDefinitionData property.
EIBDefinitionDataType
Gets the value of the integrationSystemReference property.
IntegrationSystemAuditedObjectType
Sets the value of the eibDefinitionData property.
| value | Allowed object is
EIBDefinitionDataType
|
|---|
Sets the value of the integrationSystemReference property.
| value | Allowed object is
IntegrationSystemAuditedObjectType
|
|---|