| java.lang.Object | |
| ↳ | workday.com.bsvc.BankAccountDataType |
Element containing all bank account data
Java class for Bank_Account_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Bank_Account_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Bank_Account_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Account_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Financial_Institution_Reference" type="{urn:com.workday/bsvc}Financial_InstitutionObjectType"/>
<element name="Financial_Party_Reference" type="{urn:com.workday/bsvc}Financial_PartyObjectType"/>
<element name="Default_Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
<element name="Accepted_Currencies_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Bank_Branch_Reference" type="{urn:com.workday/bsvc}Bank_BranchObjectType" minOccurs="0"/>
<element name="Account_Closed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
<element name="Routing_Transit_or_Institution_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Financial_Account_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Bank_Identifier_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IBAN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Branch_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Check_Digit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Bank_Account_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Roll_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Fraction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Formatted_MICR" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Payment_Type_Reference" type="{urn:com.workday/bsvc}Payment_TypeObjectType" maxOccurs="unbounded"/>
<element name="Check_Print_Layout_Reference" type="{urn:com.workday/bsvc}Check_Print_LayoutObjectType" minOccurs="0"/>
<element name="Advanced_Mode" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Perform_Automatic_Reconciliation_Reference" type="{urn:com.workday/bsvc}Auto_Recon_Initiation_TypeObjectType" minOccurs="0"/>
<element name="Reconciliation_Rule_Set_Reference" type="{urn:com.workday/bsvc}Reconciliation_Rule_SetObjectType" minOccurs="0"/>
<element name="Perform_Automatic_First_Notice_Reconciliation_Reference" type="{urn:com.workday/bsvc}Auto_Recon_Initiation_TypeObjectType" minOccurs="0"/>
<element name="First_Notice_Rule_Set_Reference" type="{urn:com.workday/bsvc}Reconciliation_Rule_SetObjectType" minOccurs="0"/>
<element name="Batch_Electronic_Payments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Batch_Electronic_Customer_Payment_Deposits" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Used_by_Cash" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Used_by_Customer_Payments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Used_by_Expense_Payments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Used_by_Payroll" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Used_by_Supplier_Payments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Used_by_Intercompany_Payments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Used_by_Ad_hoc_Payments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Used_By_Payroll_Off_Cycle" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Used_By_Prenote_Payments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Last_Check_Number_Used" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="20"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Enable_Positive_Pay" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Outsourced" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Account_Type_Reference" type="{urn:com.workday/bsvc}Bank_Account_TypeObjectType" minOccurs="0"/>
<element name="Allow_Additional_Usage" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Outsourced_Bank_Provider_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Payment_Integration_Data" type="{urn:com.workday/bsvc}Payment_Integration_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Lockbox_Data" type="{urn:com.workday/bsvc}Lockbox_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the acceptedCurrenciesReference property.
| |||||||||||
Gets the value of the accountName property.
| |||||||||||
Gets the value of the accountTypeReference property.
| |||||||||||
Gets the value of the bankAccountID property.
| |||||||||||
Gets the value of the bankAccountName property.
| |||||||||||
Gets the value of the bankBranchReference property.
| |||||||||||
Gets the value of the bankIdentifierCode property.
| |||||||||||
Gets the value of the branchName property.
| |||||||||||
Gets the value of the checkDigit property.
| |||||||||||
Gets the value of the checkPrintLayoutReference property.
| |||||||||||
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the defaultCurrencyReference property.
| |||||||||||
Gets the value of the financialAccountNumber property.
| |||||||||||
Gets the value of the financialInstitutionReference property.
| |||||||||||
Gets the value of the financialPartyReference property.
| |||||||||||
Gets the value of the firstNoticeRuleSetReference property.
| |||||||||||
Gets the value of the formattedMICR property.
| |||||||||||
Gets the value of the fraction property.
| |||||||||||
Gets the value of the iban property.
| |||||||||||
Gets the value of the lastCheckNumberUsed property.
| |||||||||||
Gets the value of the lockboxData property.
| |||||||||||
Gets the value of the outsourcedBankProviderReference property.
| |||||||||||
Gets the value of the paymentIntegrationData property.
| |||||||||||
Gets the value of the paymentTypeReference property.
| |||||||||||
Gets the value of the performAutomaticFirstNoticeReconciliationReference property.
| |||||||||||
Gets the value of the performAutomaticReconciliationReference property.
| |||||||||||
Gets the value of the reconciliationRuleSetReference property.
| |||||||||||
Gets the value of the rollNumber property.
| |||||||||||
Gets the value of the routingTransitOrInstitutionNumber property.
| |||||||||||
Gets the value of the accountClosed property.
| |||||||||||
Gets the value of the advancedMode property.
| |||||||||||
Gets the value of the allowAdditionalUsage property.
| |||||||||||
Gets the value of the batchElectronicCustomerPaymentDeposits property.
| |||||||||||
Gets the value of the batchElectronicPayments property.
| |||||||||||
Gets the value of the enablePositivePay property.
| |||||||||||
Gets the value of the outsourced property.
| |||||||||||
Gets the value of the usedByAdHocPayments property.
| |||||||||||
Gets the value of the usedByCash property.
| |||||||||||
Gets the value of the usedByCustomerPayments property.
| |||||||||||
Gets the value of the usedByExpensePayments property.
| |||||||||||
Gets the value of the usedByIntercompanyPayments property.
| |||||||||||
Gets the value of the usedByPayroll property.
| |||||||||||
Gets the value of the usedByPayrollOffCycle property.
| |||||||||||
Gets the value of the usedByPrenotePayments property.
| |||||||||||
Gets the value of the usedBySupplierPayments property.
| |||||||||||
Sets the value of the accountClosed property.
| |||||||||||
Sets the value of the accountName property.
| |||||||||||
Sets the value of the accountTypeReference property.
| |||||||||||
Sets the value of the advancedMode property.
| |||||||||||
Sets the value of the allowAdditionalUsage property.
| |||||||||||
Sets the value of the bankAccountID property.
| |||||||||||
Sets the value of the bankAccountName property.
| |||||||||||
Sets the value of the bankBranchReference property.
| |||||||||||
Sets the value of the bankIdentifierCode property.
| |||||||||||
Sets the value of the batchElectronicCustomerPaymentDeposits property.
| |||||||||||
Sets the value of the batchElectronicPayments property.
| |||||||||||
Sets the value of the branchName property.
| |||||||||||
Sets the value of the checkDigit property.
| |||||||||||
Sets the value of the checkPrintLayoutReference property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the defaultCurrencyReference property.
| |||||||||||
Sets the value of the enablePositivePay property.
| |||||||||||
Sets the value of the financialAccountNumber property.
| |||||||||||
Sets the value of the financialInstitutionReference property.
| |||||||||||
Sets the value of the financialPartyReference property.
| |||||||||||
Sets the value of the firstNoticeRuleSetReference property.
| |||||||||||
Sets the value of the formattedMICR property.
| |||||||||||
Sets the value of the fraction property.
| |||||||||||
Sets the value of the iban property.
| |||||||||||
Sets the value of the lastCheckNumberUsed property.
| |||||||||||
Sets the value of the outsourced property.
| |||||||||||
Sets the value of the outsourcedBankProviderReference property.
| |||||||||||
Sets the value of the performAutomaticFirstNoticeReconciliationReference property.
| |||||||||||
Sets the value of the performAutomaticReconciliationReference property.
| |||||||||||
Sets the value of the reconciliationRuleSetReference property.
| |||||||||||
Sets the value of the rollNumber property.
| |||||||||||
Sets the value of the routingTransitOrInstitutionNumber property.
| |||||||||||
Sets the value of the usedByAdHocPayments property.
| |||||||||||
Sets the value of the usedByCash property.
| |||||||||||
Sets the value of the usedByCustomerPayments property.
| |||||||||||
Sets the value of the usedByExpensePayments property.
| |||||||||||
Sets the value of the usedByIntercompanyPayments property.
| |||||||||||
Sets the value of the usedByPayroll property.
| |||||||||||
Sets the value of the usedByPayrollOffCycle property.
| |||||||||||
Sets the value of the usedByPrenotePayments property.
| |||||||||||
Sets the value of the usedBySupplierPayments property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the acceptedCurrenciesReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the acceptedCurrenciesReference property.
For example, to add a new item, do as follows:
getAcceptedCurrenciesReference().add(newItem);
Objects of the following type(s) are allowed in the list
CurrencyObjectType
Gets the value of the accountName property.
Gets the value of the accountTypeReference property.
BankAccountTypeObjectType
Gets the value of the bankAccountID property.
Gets the value of the bankAccountName property.
Gets the value of the bankBranchReference property.
BankBranchObjectType
Gets the value of the bankIdentifierCode property.
Gets the value of the branchName property.
Gets the value of the checkDigit property.
Gets the value of the checkPrintLayoutReference property.
CheckPrintLayoutObjectType
Gets the value of the countryReference property.
CountryObjectType
Gets the value of the defaultCurrencyReference property.
CurrencyObjectType
Gets the value of the financialAccountNumber property.
Gets the value of the financialInstitutionReference property.
FinancialInstitutionObjectType
Gets the value of the financialPartyReference property.
FinancialPartyObjectType
Gets the value of the firstNoticeRuleSetReference property.
ReconciliationRuleSetObjectType
Gets the value of the formattedMICR property.
Gets the value of the fraction property.
Gets the value of the iban property.
Gets the value of the lastCheckNumberUsed property.
Gets the value of the lockboxData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the lockboxData property.
For example, to add a new item, do as follows:
getLockboxData().add(newItem);
Objects of the following type(s) are allowed in the list
LockboxDataType
Gets the value of the outsourcedBankProviderReference property.
UniqueIdentifierObjectType
Gets the value of the paymentIntegrationData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the paymentIntegrationData property.
For example, to add a new item, do as follows:
getPaymentIntegrationData().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentIntegrationDataType
Gets the value of the paymentTypeReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the paymentTypeReference property.
For example, to add a new item, do as follows:
getPaymentTypeReference().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentTypeObjectType
Gets the value of the performAutomaticFirstNoticeReconciliationReference property.
AutoReconInitiationTypeObjectType
Gets the value of the performAutomaticReconciliationReference property.
AutoReconInitiationTypeObjectType
Gets the value of the reconciliationRuleSetReference property.
ReconciliationRuleSetObjectType
Gets the value of the rollNumber property.
Gets the value of the routingTransitOrInstitutionNumber property.
Gets the value of the accountClosed property.
Gets the value of the advancedMode property.
Gets the value of the allowAdditionalUsage property.
Gets the value of the batchElectronicCustomerPaymentDeposits property.
Gets the value of the batchElectronicPayments property.
Gets the value of the enablePositivePay property.
Gets the value of the outsourced property.
Gets the value of the usedByAdHocPayments property.
Gets the value of the usedByCash property.
Gets the value of the usedByCustomerPayments property.
Gets the value of the usedByExpensePayments property.
Gets the value of the usedByIntercompanyPayments property.
Gets the value of the usedByPayroll property.
Gets the value of the usedByPayrollOffCycle property.
Gets the value of the usedByPrenotePayments property.
Gets the value of the usedBySupplierPayments property.
Sets the value of the accountClosed property.
| value | Allowed object is Boolean |
|---|
Sets the value of the accountName property.
| value | Allowed object is String |
|---|
Sets the value of the accountTypeReference property.
| value | Allowed object is
BankAccountTypeObjectType
|
|---|
Sets the value of the advancedMode property.
| value | Allowed object is Boolean |
|---|
Sets the value of the allowAdditionalUsage property.
| value | Allowed object is Boolean |
|---|
Sets the value of the bankAccountID property.
| value | Allowed object is String |
|---|
Sets the value of the bankAccountName property.
| value | Allowed object is String |
|---|
Sets the value of the bankBranchReference property.
| value | Allowed object is
BankBranchObjectType
|
|---|
Sets the value of the bankIdentifierCode property.
| value | Allowed object is String |
|---|
Sets the value of the batchElectronicCustomerPaymentDeposits property.
| value | Allowed object is Boolean |
|---|
Sets the value of the batchElectronicPayments property.
| value | Allowed object is Boolean |
|---|
Sets the value of the branchName property.
| value | Allowed object is String |
|---|
Sets the value of the checkDigit property.
| value | Allowed object is String |
|---|
Sets the value of the checkPrintLayoutReference property.
| value | Allowed object is
CheckPrintLayoutObjectType
|
|---|
Sets the value of the countryReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the defaultCurrencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the enablePositivePay property.
| value | Allowed object is Boolean |
|---|
Sets the value of the financialAccountNumber property.
| value | Allowed object is String |
|---|
Sets the value of the financialInstitutionReference property.
| value | Allowed object is
FinancialInstitutionObjectType
|
|---|
Sets the value of the financialPartyReference property.
| value | Allowed object is
FinancialPartyObjectType
|
|---|
Sets the value of the firstNoticeRuleSetReference property.
| value | Allowed object is
ReconciliationRuleSetObjectType
|
|---|
Sets the value of the formattedMICR property.
| value | Allowed object is String |
|---|
Sets the value of the fraction property.
| value | Allowed object is String |
|---|
Sets the value of the iban property.
| value | Allowed object is String |
|---|
Sets the value of the lastCheckNumberUsed property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the outsourced property.
| value | Allowed object is Boolean |
|---|
Sets the value of the outsourcedBankProviderReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the performAutomaticFirstNoticeReconciliationReference property.
| value | Allowed object is
AutoReconInitiationTypeObjectType
|
|---|
Sets the value of the performAutomaticReconciliationReference property.
| value | Allowed object is
AutoReconInitiationTypeObjectType
|
|---|
Sets the value of the reconciliationRuleSetReference property.
| value | Allowed object is
ReconciliationRuleSetObjectType
|
|---|
Sets the value of the rollNumber property.
| value | Allowed object is String |
|---|
Sets the value of the routingTransitOrInstitutionNumber property.
| value | Allowed object is String |
|---|
Sets the value of the usedByAdHocPayments property.
| value | Allowed object is Boolean |
|---|
Sets the value of the usedByCash property.
| value | Allowed object is Boolean |
|---|
Sets the value of the usedByCustomerPayments property.
| value | Allowed object is Boolean |
|---|
Sets the value of the usedByExpensePayments property.
| value | Allowed object is Boolean |
|---|
Sets the value of the usedByIntercompanyPayments property.
| value | Allowed object is Boolean |
|---|
Sets the value of the usedByPayroll property.
| value | Allowed object is Boolean |
|---|
Sets the value of the usedByPayrollOffCycle property.
| value | Allowed object is Boolean |
|---|
Sets the value of the usedByPrenotePayments property.
| value | Allowed object is Boolean |
|---|
Sets the value of the usedBySupplierPayments property.
| value | Allowed object is Boolean |
|---|