| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationServiceComponentDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| integrationDataSourceData | |||||||||||
| integrationServiceComponentID | |||||||||||
| integrationTransformationData | |||||||||||
| integrationTransportProtocolAssignmentData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the integrationDataSourceData property.
| |||||||||||
Gets the value of the integrationServiceComponentID property.
| |||||||||||
Gets the value of the integrationTransformationData property.
| |||||||||||
Gets the value of the integrationTransportProtocolAssignmentData property.
| |||||||||||
Sets the value of the integrationDataSourceData property.
| |||||||||||
Sets the value of the integrationServiceComponentID property.
| |||||||||||
Sets the value of the integrationTransformationData property.
| |||||||||||
Sets the value of the integrationTransportProtocolAssignmentData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the integrationDataSourceData property.
IntegrationDataSourceDataWWSType
Gets the value of the integrationServiceComponentID property.
Gets the value of the integrationTransformationData property.
IntegrationTransformationDataWWSType
Gets the value of the integrationTransportProtocolAssignmentData property.
IntegrationTransportProtocolAssignmentDataType
Sets the value of the integrationDataSourceData property.
| value | Allowed object is
IntegrationDataSourceDataWWSType
|
|---|
Sets the value of the integrationServiceComponentID property.
| value | Allowed object is String |
|---|
Sets the value of the integrationTransformationData property.
| value | Allowed object is
IntegrationTransformationDataWWSType
|
|---|
Sets the value of the integrationTransportProtocolAssignmentData property.
| value | Allowed object is
IntegrationTransportProtocolAssignmentDataType
|
|---|