public class

IntegrationDataSourceDataWWSType

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

Class Overview

Integration Data Source Data element

Java class for Integration_Data_Source_Data_WWSType complex type.

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

 <complexType name="Integration_Data_Source_Data_WWSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="Attachment_Data_Source_Data" type="{urn:com.workday/bsvc}Attachment_Data_Source_DataType"/>
           <element name="Custom_Report_Data_Source_Data" type="{urn:com.workday/bsvc}Custom_Report_Data_Source_DataType"/>
           <element name="External_File_Data_Source_Data" type="{urn:com.workday/bsvc}External_File_Data_Source_DataType"/>
           <element name="REST_Endpoint_Data_Source_Data" type="{urn:com.workday/bsvc}REST_Endpoint_Data_Source_DataType"/>
           <element name="Web_Service_Data_Source_Data" type="{urn:com.workday/bsvc}Web_Service_Data_Source_DataType"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected AttachmentDataSourceDataType attachmentDataSourceData
protected CustomReportDataSourceDataType customReportDataSourceData
protected ExternalFileDataSourceDataType externalFileDataSourceData
protected RESTEndpointDataSourceDataType restEndpointDataSourceData
protected WebServiceDataSourceDataType webServiceDataSourceData
Public Constructors
IntegrationDataSourceDataWWSType()
Public Methods
AttachmentDataSourceDataType getAttachmentDataSourceData()
Gets the value of the attachmentDataSourceData property.
CustomReportDataSourceDataType getCustomReportDataSourceData()
Gets the value of the customReportDataSourceData property.
ExternalFileDataSourceDataType getExternalFileDataSourceData()
Gets the value of the externalFileDataSourceData property.
RESTEndpointDataSourceDataType getRESTEndpointDataSourceData()
Gets the value of the restEndpointDataSourceData property.
WebServiceDataSourceDataType getWebServiceDataSourceData()
Gets the value of the webServiceDataSourceData property.
void setAttachmentDataSourceData(AttachmentDataSourceDataType value)
Sets the value of the attachmentDataSourceData property.
void setCustomReportDataSourceData(CustomReportDataSourceDataType value)
Sets the value of the customReportDataSourceData property.
void setExternalFileDataSourceData(ExternalFileDataSourceDataType value)
Sets the value of the externalFileDataSourceData property.
void setRESTEndpointDataSourceData(RESTEndpointDataSourceDataType value)
Sets the value of the restEndpointDataSourceData property.
void setWebServiceDataSourceData(WebServiceDataSourceDataType value)
Sets the value of the webServiceDataSourceData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected AttachmentDataSourceDataType attachmentDataSourceData

protected CustomReportDataSourceDataType customReportDataSourceData

protected ExternalFileDataSourceDataType externalFileDataSourceData

protected RESTEndpointDataSourceDataType restEndpointDataSourceData

protected WebServiceDataSourceDataType webServiceDataSourceData

Public Constructors

public IntegrationDataSourceDataWWSType ()

Public Methods

public AttachmentDataSourceDataType getAttachmentDataSourceData ()

Gets the value of the attachmentDataSourceData property.

Returns

public CustomReportDataSourceDataType getCustomReportDataSourceData ()

Gets the value of the customReportDataSourceData property.

Returns

public ExternalFileDataSourceDataType getExternalFileDataSourceData ()

Gets the value of the externalFileDataSourceData property.

Returns

public RESTEndpointDataSourceDataType getRESTEndpointDataSourceData ()

Gets the value of the restEndpointDataSourceData property.

Returns

public WebServiceDataSourceDataType getWebServiceDataSourceData ()

Gets the value of the webServiceDataSourceData property.

Returns

public void setAttachmentDataSourceData (AttachmentDataSourceDataType value)

Sets the value of the attachmentDataSourceData property.

Parameters
value Allowed object is AttachmentDataSourceDataType

public void setCustomReportDataSourceData (CustomReportDataSourceDataType value)

Sets the value of the customReportDataSourceData property.

Parameters
value Allowed object is CustomReportDataSourceDataType

public void setExternalFileDataSourceData (ExternalFileDataSourceDataType value)

Sets the value of the externalFileDataSourceData property.

Parameters
value Allowed object is ExternalFileDataSourceDataType

public void setRESTEndpointDataSourceData (RESTEndpointDataSourceDataType value)

Sets the value of the restEndpointDataSourceData property.

Parameters
value Allowed object is RESTEndpointDataSourceDataType

public void setWebServiceDataSourceData (WebServiceDataSourceDataType value)

Sets the value of the webServiceDataSourceData property.

Parameters
value Allowed object is WebServiceDataSourceDataType