| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationDataSourceDataWWSType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attachmentDataSourceData property.
| |||||||||||
Gets the value of the customReportDataSourceData property.
| |||||||||||
Gets the value of the externalFileDataSourceData property.
| |||||||||||
Gets the value of the restEndpointDataSourceData property.
| |||||||||||
Gets the value of the webServiceDataSourceData property.
| |||||||||||
Sets the value of the attachmentDataSourceData property.
| |||||||||||
Sets the value of the customReportDataSourceData property.
| |||||||||||
Sets the value of the externalFileDataSourceData property.
| |||||||||||
Sets the value of the restEndpointDataSourceData property.
| |||||||||||
Sets the value of the webServiceDataSourceData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the attachmentDataSourceData property.
AttachmentDataSourceDataType
Gets the value of the customReportDataSourceData property.
CustomReportDataSourceDataType
Gets the value of the externalFileDataSourceData property.
ExternalFileDataSourceDataType
Gets the value of the restEndpointDataSourceData property.
RESTEndpointDataSourceDataType
Gets the value of the webServiceDataSourceData property.
WebServiceDataSourceDataType
Sets the value of the attachmentDataSourceData property.
| value | Allowed object is
AttachmentDataSourceDataType
|
|---|
Sets the value of the customReportDataSourceData property.
| value | Allowed object is
CustomReportDataSourceDataType
|
|---|
Sets the value of the externalFileDataSourceData property.
| value | Allowed object is
ExternalFileDataSourceDataType
|
|---|
Sets the value of the restEndpointDataSourceData property.
| value | Allowed object is
RESTEndpointDataSourceDataType
|
|---|
Sets the value of the webServiceDataSourceData property.
| value | Allowed object is
WebServiceDataSourceDataType
|
|---|