| java.lang.Object | |
| ↳ | workday.com.bsvc.SubmitAdHocBankTransactionRequestType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| adHocBankTransactionData | |||||||||||
| adHocBankTransactionReference | |||||||||||
| addOnly | |||||||||||
| businessProcessParameters | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the adHocBankTransactionData property.
| |||||||||||
Gets the value of the adHocBankTransactionReference property.
| |||||||||||
Gets the value of the businessProcessParameters property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Gets the value of the addOnly property.
| |||||||||||
Sets the value of the adHocBankTransactionData property.
| |||||||||||
Sets the value of the adHocBankTransactionReference property.
| |||||||||||
Sets the value of the addOnly property.
| |||||||||||
Sets the value of the businessProcessParameters property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the adHocBankTransactionData property.
AdHocBankTransactionDataType
Gets the value of the adHocBankTransactionReference property.
AdHocBankTransactionObjectType
Gets the value of the businessProcessParameters property.
FinancialsBusinessProcessParametersType
Gets the value of the version property.
Gets the value of the addOnly property.
Sets the value of the adHocBankTransactionData property.
| value | Allowed object is
AdHocBankTransactionDataType
|
|---|
Sets the value of the adHocBankTransactionReference property.
| value | Allowed object is
AdHocBankTransactionObjectType
|
|---|
Sets the value of the addOnly property.
| value | Allowed object is Boolean |
|---|
Sets the value of the businessProcessParameters property.
| value | Allowed object is
FinancialsBusinessProcessParametersType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

