public class

ExternalFileDataSourceDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected PGPPrivateKeyPairObjectType decryptUsingPGPPrivateKeyPairReference
protected String filename
protected IntegrationTransportProtocolDataWWSType integrationTransportProtocolData
protected SpreadsheetImportTemplateObjectType spreadsheetImportTemplateReference
Public Constructors
ExternalFileDataSourceDataType()
Public Methods
PGPPrivateKeyPairObjectType getDecryptUsingPGPPrivateKeyPairReference()
Gets the value of the decryptUsingPGPPrivateKeyPairReference property.
String getFilename()
Gets the value of the filename property.
IntegrationTransportProtocolDataWWSType getIntegrationTransportProtocolData()
Gets the value of the integrationTransportProtocolData property.
SpreadsheetImportTemplateObjectType getSpreadsheetImportTemplateReference()
Gets the value of the spreadsheetImportTemplateReference property.
void setDecryptUsingPGPPrivateKeyPairReference(PGPPrivateKeyPairObjectType value)
Sets the value of the decryptUsingPGPPrivateKeyPairReference property.
void setFilename(String value)
Sets the value of the filename property.
void setIntegrationTransportProtocolData(IntegrationTransportProtocolDataWWSType value)
Sets the value of the integrationTransportProtocolData property.
void setSpreadsheetImportTemplateReference(SpreadsheetImportTemplateObjectType value)
Sets the value of the spreadsheetImportTemplateReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PGPPrivateKeyPairObjectType decryptUsingPGPPrivateKeyPairReference

protected String filename

protected IntegrationTransportProtocolDataWWSType integrationTransportProtocolData

protected SpreadsheetImportTemplateObjectType spreadsheetImportTemplateReference

Public Constructors

public ExternalFileDataSourceDataType ()

Public Methods

public PGPPrivateKeyPairObjectType getDecryptUsingPGPPrivateKeyPairReference ()

Gets the value of the decryptUsingPGPPrivateKeyPairReference property.

Returns

public String getFilename ()

Gets the value of the filename property.

Returns
  • possible object is String

public IntegrationTransportProtocolDataWWSType getIntegrationTransportProtocolData ()

Gets the value of the integrationTransportProtocolData property.

Returns

public SpreadsheetImportTemplateObjectType getSpreadsheetImportTemplateReference ()

Gets the value of the spreadsheetImportTemplateReference property.

Returns

public void setDecryptUsingPGPPrivateKeyPairReference (PGPPrivateKeyPairObjectType value)

Sets the value of the decryptUsingPGPPrivateKeyPairReference property.

Parameters
value Allowed object is PGPPrivateKeyPairObjectType

public void setFilename (String value)

Sets the value of the filename property.

Parameters
value Allowed object is String

public void setIntegrationTransportProtocolData (IntegrationTransportProtocolDataWWSType value)

Sets the value of the integrationTransportProtocolData property.

Parameters
value Allowed object is IntegrationTransportProtocolDataWWSType

public void setSpreadsheetImportTemplateReference (SpreadsheetImportTemplateObjectType value)

Sets the value of the spreadsheetImportTemplateReference property.

Parameters
value Allowed object is SpreadsheetImportTemplateObjectType