| java.lang.Object | |
| ↳ | com.workday.integrations.ExternalFileDataSourceDataType |
External File Data Source Data element
Java class for External_File_Data_Source_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="External_File_Data_Source_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Integration_Transport_Protocol_Data" type="{urn:com.workday/bsvc}Integration_Transport_Protocol_Data_WWSType"/>
<element name="Decrypt_Using_PGP_Private_Key_Pair_Reference" type="{urn:com.workday/bsvc}PGP_Private_Key_PairObjectType" minOccurs="0"/>
<element name="Filename">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="Spreadsheet_Import_Template_Reference" type="{urn:com.workday/bsvc}Spreadsheet_Import_TemplateObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| decryptUsingPGPPrivateKeyPairReference | |||||||||||
| filename | |||||||||||
| integrationTransportProtocolData | |||||||||||
| spreadsheetImportTemplateReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the decryptUsingPGPPrivateKeyPairReference property.
| |||||||||||
Gets the value of the filename property.
| |||||||||||
Gets the value of the integrationTransportProtocolData property.
| |||||||||||
Gets the value of the spreadsheetImportTemplateReference property.
| |||||||||||
Sets the value of the decryptUsingPGPPrivateKeyPairReference property.
| |||||||||||
Sets the value of the filename property.
| |||||||||||
Sets the value of the integrationTransportProtocolData property.
| |||||||||||
Sets the value of the spreadsheetImportTemplateReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the decryptUsingPGPPrivateKeyPairReference property.
PGPPrivateKeyPairObjectType
Gets the value of the filename property.
Gets the value of the integrationTransportProtocolData property.
IntegrationTransportProtocolDataWWSType
Gets the value of the spreadsheetImportTemplateReference property.
SpreadsheetImportTemplateObjectType
Sets the value of the decryptUsingPGPPrivateKeyPairReference property.
| value | Allowed object is
PGPPrivateKeyPairObjectType
|
|---|
Sets the value of the filename property.
| value | Allowed object is String |
|---|
Sets the value of the integrationTransportProtocolData property.
| value | Allowed object is
IntegrationTransportProtocolDataWWSType
|
|---|
Sets the value of the spreadsheetImportTemplateReference property.
| value | Allowed object is
SpreadsheetImportTemplateObjectType
|
|---|