public class

AttachmentDataSourceDataType

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

Class Overview

Attachment Data Source Data element

Java class for Attachment_Data_Source_DataType complex type.

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

 <complexType name="Attachment_Data_Source_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Load_From_Attachment" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Spreadsheet_Import_Template_Reference" type="{urn:com.workday/bsvc}Spreadsheet_Import_TemplateObjectType" minOccurs="0"/>
         <element name="Web_Service_Operation_Reference" type="{urn:com.workday/bsvc}Web_Service_OperationObjectType" minOccurs="0"/>
         <element name="Custom_Object_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected UniqueIdentifierObjectType customObjectReference
protected boolean loadFromAttachment
protected SpreadsheetImportTemplateObjectType spreadsheetImportTemplateReference
protected WebServiceOperationObjectType webServiceOperationReference
Public Constructors
AttachmentDataSourceDataType()
Public Methods
UniqueIdentifierObjectType getCustomObjectReference()
Gets the value of the customObjectReference property.
boolean getLoadFromAttachment()
Gets the value of the loadFromAttachment property.
SpreadsheetImportTemplateObjectType getSpreadsheetImportTemplateReference()
Gets the value of the spreadsheetImportTemplateReference property.
WebServiceOperationObjectType getWebServiceOperationReference()
Gets the value of the webServiceOperationReference property.
void setCustomObjectReference(UniqueIdentifierObjectType value)
Sets the value of the customObjectReference property.
void setLoadFromAttachment(boolean value)
Sets the value of the loadFromAttachment property.
void setSpreadsheetImportTemplateReference(SpreadsheetImportTemplateObjectType value)
Sets the value of the spreadsheetImportTemplateReference property.
void setWebServiceOperationReference(WebServiceOperationObjectType value)
Sets the value of the webServiceOperationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected UniqueIdentifierObjectType customObjectReference

protected boolean loadFromAttachment

protected SpreadsheetImportTemplateObjectType spreadsheetImportTemplateReference

protected WebServiceOperationObjectType webServiceOperationReference

Public Constructors

public AttachmentDataSourceDataType ()

Public Methods

public UniqueIdentifierObjectType getCustomObjectReference ()

Gets the value of the customObjectReference property.

Returns

public boolean getLoadFromAttachment ()

Gets the value of the loadFromAttachment property. This getter has been renamed from isLoadFromAttachment() to getLoadFromAttachment() by cxf-xjc-boolean plugin.

public SpreadsheetImportTemplateObjectType getSpreadsheetImportTemplateReference ()

Gets the value of the spreadsheetImportTemplateReference property.

Returns

public WebServiceOperationObjectType getWebServiceOperationReference ()

Gets the value of the webServiceOperationReference property.

Returns

public void setCustomObjectReference (UniqueIdentifierObjectType value)

Sets the value of the customObjectReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setLoadFromAttachment (boolean value)

Sets the value of the loadFromAttachment property.

Parameters
value

public void setSpreadsheetImportTemplateReference (SpreadsheetImportTemplateObjectType value)

Sets the value of the spreadsheetImportTemplateReference property.

Parameters
value Allowed object is SpreadsheetImportTemplateObjectType

public void setWebServiceOperationReference (WebServiceOperationObjectType value)

Sets the value of the webServiceOperationReference property.

Parameters
value Allowed object is WebServiceOperationObjectType