public class

SubmitAdHocBankTransactionRequestType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.SubmitAdHocBankTransactionRequestType

Class Overview

Contains data for creating or updating an ad hoc bank transaction and submitting for business processing

Java class for Submit_Ad_hoc_Bank_Transaction_RequestType complex type.

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

 <complexType name="Submit_Ad_hoc_Bank_Transaction_RequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Ad_hoc_Bank_Transaction_Reference" type="{urn:com.workday/bsvc}Ad_hoc_Bank_TransactionObjectType" minOccurs="0"/>
         <element name="Business_Process_Parameters" type="{urn:com.workday/bsvc}Financials_Business_Process_ParametersType" minOccurs="0"/>
         <element name="Ad_hoc_Bank_Transaction_Data" type="{urn:com.workday/bsvc}Ad_hoc_Bank_Transaction_DataType" minOccurs="0"/>
       </sequence>
       <attribute name="Add_Only" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AdHocBankTransactionDataType adHocBankTransactionData
protected AdHocBankTransactionObjectType adHocBankTransactionReference
protected Boolean addOnly
protected FinancialsBusinessProcessParametersType businessProcessParameters
protected String version
Public Constructors
SubmitAdHocBankTransactionRequestType()
Public Methods
AdHocBankTransactionDataType getAdHocBankTransactionData()
Gets the value of the adHocBankTransactionData property.
AdHocBankTransactionObjectType getAdHocBankTransactionReference()
Gets the value of the adHocBankTransactionReference property.
FinancialsBusinessProcessParametersType getBusinessProcessParameters()
Gets the value of the businessProcessParameters property.
String getVersion()
Gets the value of the version property.
Boolean isAddOnly()
Gets the value of the addOnly property.
void setAdHocBankTransactionData(AdHocBankTransactionDataType value)
Sets the value of the adHocBankTransactionData property.
void setAdHocBankTransactionReference(AdHocBankTransactionObjectType value)
Sets the value of the adHocBankTransactionReference property.
void setAddOnly(Boolean value)
Sets the value of the addOnly property.
void setBusinessProcessParameters(FinancialsBusinessProcessParametersType value)
Sets the value of the businessProcessParameters property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AdHocBankTransactionDataType adHocBankTransactionData

protected AdHocBankTransactionObjectType adHocBankTransactionReference

protected Boolean addOnly

protected FinancialsBusinessProcessParametersType businessProcessParameters

protected String version

Public Constructors

public SubmitAdHocBankTransactionRequestType ()

Public Methods

public AdHocBankTransactionDataType getAdHocBankTransactionData ()

Gets the value of the adHocBankTransactionData property.

Returns

public AdHocBankTransactionObjectType getAdHocBankTransactionReference ()

Gets the value of the adHocBankTransactionReference property.

Returns

public FinancialsBusinessProcessParametersType getBusinessProcessParameters ()

Gets the value of the businessProcessParameters property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public Boolean isAddOnly ()

Gets the value of the addOnly property.

Returns
  • possible object is Boolean

public void setAdHocBankTransactionData (AdHocBankTransactionDataType value)

Sets the value of the adHocBankTransactionData property.

Parameters
value Allowed object is AdHocBankTransactionDataType

public void setAdHocBankTransactionReference (AdHocBankTransactionObjectType value)

Sets the value of the adHocBankTransactionReference property.

Parameters
value Allowed object is AdHocBankTransactionObjectType

public void setAddOnly (Boolean value)

Sets the value of the addOnly property.

Parameters
value Allowed object is Boolean

public void setBusinessProcessParameters (FinancialsBusinessProcessParametersType value)

Sets the value of the businessProcessParameters property.

Parameters
value Allowed object is FinancialsBusinessProcessParametersType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String