| java.lang.Object | |
| ↳ | com.workday.integrations.AttachmentDataSourceDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customObjectReference | |||||||||||
| loadFromAttachment | |||||||||||
| spreadsheetImportTemplateReference | |||||||||||
| webServiceOperationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customObjectReference property.
| |||||||||||
Gets the value of the loadFromAttachment property.
| |||||||||||
Gets the value of the spreadsheetImportTemplateReference property.
| |||||||||||
Gets the value of the webServiceOperationReference property.
| |||||||||||
Sets the value of the customObjectReference property.
| |||||||||||
Sets the value of the loadFromAttachment property.
| |||||||||||
Sets the value of the spreadsheetImportTemplateReference property.
| |||||||||||
Sets the value of the webServiceOperationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the customObjectReference property.
UniqueIdentifierObjectType
Gets the value of the loadFromAttachment property. This getter has been renamed from isLoadFromAttachment() to getLoadFromAttachment() by cxf-xjc-boolean plugin.
Gets the value of the spreadsheetImportTemplateReference property.
SpreadsheetImportTemplateObjectType
Gets the value of the webServiceOperationReference property.
WebServiceOperationObjectType
Sets the value of the customObjectReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the loadFromAttachment property.
| value |
|---|
Sets the value of the spreadsheetImportTemplateReference property.
| value | Allowed object is
SpreadsheetImportTemplateObjectType
|
|---|
Sets the value of the webServiceOperationReference property.
| value | Allowed object is
WebServiceOperationObjectType
|
|---|