public class

IntegrationServiceComponentDataType

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

Class Overview

Integration Service Component Data element

Java class for Integration_Service_Component_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Integration_Service_Component_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Integration_Service_Component_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <choice>
           <element name="Integration_Data_Source_Data" type="{urn:com.workday/bsvc}Integration_Data_Source_Data_WWSType"/>
           <element name="Integration_Transformation_Data" type="{urn:com.workday/bsvc}Integration_Transformation_Data_WWSType"/>
           <element name="Integration_Transport_Protocol_Assignment_Data" type="{urn:com.workday/bsvc}Integration_Transport_Protocol_Assignment_DataType"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected IntegrationDataSourceDataWWSType integrationDataSourceData
protected String integrationServiceComponentID
protected IntegrationTransformationDataWWSType integrationTransformationData
protected IntegrationTransportProtocolAssignmentDataType integrationTransportProtocolAssignmentData
Public Constructors
IntegrationServiceComponentDataType()
Public Methods
IntegrationDataSourceDataWWSType getIntegrationDataSourceData()
Gets the value of the integrationDataSourceData property.
String getIntegrationServiceComponentID()
Gets the value of the integrationServiceComponentID property.
IntegrationTransformationDataWWSType getIntegrationTransformationData()
Gets the value of the integrationTransformationData property.
IntegrationTransportProtocolAssignmentDataType getIntegrationTransportProtocolAssignmentData()
Gets the value of the integrationTransportProtocolAssignmentData property.
void setIntegrationDataSourceData(IntegrationDataSourceDataWWSType value)
Sets the value of the integrationDataSourceData property.
void setIntegrationServiceComponentID(String value)
Sets the value of the integrationServiceComponentID property.
void setIntegrationTransformationData(IntegrationTransformationDataWWSType value)
Sets the value of the integrationTransformationData property.
void setIntegrationTransportProtocolAssignmentData(IntegrationTransportProtocolAssignmentDataType value)
Sets the value of the integrationTransportProtocolAssignmentData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IntegrationDataSourceDataWWSType integrationDataSourceData

protected String integrationServiceComponentID

protected IntegrationTransformationDataWWSType integrationTransformationData

protected IntegrationTransportProtocolAssignmentDataType integrationTransportProtocolAssignmentData

Public Constructors

public IntegrationServiceComponentDataType ()

Public Methods

public IntegrationDataSourceDataWWSType getIntegrationDataSourceData ()

Gets the value of the integrationDataSourceData property.

Returns

public String getIntegrationServiceComponentID ()

Gets the value of the integrationServiceComponentID property.

Returns
  • possible object is String

public IntegrationTransformationDataWWSType getIntegrationTransformationData ()

Gets the value of the integrationTransformationData property.

Returns

public IntegrationTransportProtocolAssignmentDataType getIntegrationTransportProtocolAssignmentData ()

Gets the value of the integrationTransportProtocolAssignmentData property.

public void setIntegrationDataSourceData (IntegrationDataSourceDataWWSType value)

Sets the value of the integrationDataSourceData property.

Parameters
value Allowed object is IntegrationDataSourceDataWWSType

public void setIntegrationServiceComponentID (String value)

Sets the value of the integrationServiceComponentID property.

Parameters
value Allowed object is String

public void setIntegrationTransformationData (IntegrationTransformationDataWWSType value)

Sets the value of the integrationTransformationData property.

Parameters
value Allowed object is IntegrationTransformationDataWWSType

public void setIntegrationTransportProtocolAssignmentData (IntegrationTransportProtocolAssignmentDataType value)

Sets the value of the integrationTransportProtocolAssignmentData property.

Parameters
value Allowed object is IntegrationTransportProtocolAssignmentDataType