public class

EIBDefinitionType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected EIBDefinitionDataType eibDefinitionData
protected IntegrationSystemAuditedObjectType integrationSystemReference
Public Constructors
EIBDefinitionType()
Public Methods
EIBDefinitionDataType getEIBDefinitionData()
Gets the value of the eibDefinitionData property.
IntegrationSystemAuditedObjectType getIntegrationSystemReference()
Gets the value of the integrationSystemReference property.
void setEIBDefinitionData(EIBDefinitionDataType value)
Sets the value of the eibDefinitionData property.
void setIntegrationSystemReference(IntegrationSystemAuditedObjectType value)
Sets the value of the integrationSystemReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EIBDefinitionDataType eibDefinitionData

protected IntegrationSystemAuditedObjectType integrationSystemReference

Public Constructors

public EIBDefinitionType ()

Public Methods

public EIBDefinitionDataType getEIBDefinitionData ()

Gets the value of the eibDefinitionData property.

Returns

public IntegrationSystemAuditedObjectType getIntegrationSystemReference ()

Gets the value of the integrationSystemReference property.

Returns

public void setEIBDefinitionData (EIBDefinitionDataType value)

Sets the value of the eibDefinitionData property.

Parameters
value Allowed object is EIBDefinitionDataType

public void setIntegrationSystemReference (IntegrationSystemAuditedObjectType value)

Sets the value of the integrationSystemReference property.

Parameters
value Allowed object is IntegrationSystemAuditedObjectType