| java.lang.Object | |
| ↳ | com.workday.payroll.OriginatingPartyBankDataType |
Originating Party Bank Data. Can be conditionally returned by setting the "Include Originating Bank data" grouping flag.
Java class for Originating_Party_Bank_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Originating_Party_Bank_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Bank_Account_Reference" type="{urn:com.workday/bsvc}Bank_AccountObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Account_Nickname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Account_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Account_Type_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Financial_Institution_Reference" type="{urn:com.workday/bsvc}Financial_InstitutionObjectType" minOccurs="0"/>
<element name="IBAN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Routing_Transit_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Bank_Identification_Code" 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="Branch_ID_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
<element name="Bank_Account_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="Roll_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Bank_Address_Data" type="{urn:com.workday/bsvc}Address_Information_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountNickname | |||||||||||
| accountNumber | |||||||||||
| accountTypeCode | |||||||||||
| bankAccountName | |||||||||||
| bankAccountReference | |||||||||||
| bankAddressData | |||||||||||
| bankIdentificationCode | |||||||||||
| branchIDNumber | |||||||||||
| branchName | |||||||||||
| checkDigit | |||||||||||
| countryReference | |||||||||||
| currencyReference | |||||||||||
| financialInstitutionReference | |||||||||||
| iban | |||||||||||
| rollNumber | |||||||||||
| routingTransitNumber | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountNickname property.
| |||||||||||
Gets the value of the accountNumber property.
| |||||||||||
Gets the value of the accountTypeCode property.
| |||||||||||
Gets the value of the bankAccountName property.
| |||||||||||
Gets the value of the bankAccountReference property.
| |||||||||||
Gets the value of the bankAddressData property.
| |||||||||||
Gets the value of the bankIdentificationCode property.
| |||||||||||
Gets the value of the branchIDNumber property.
| |||||||||||
Gets the value of the branchName property.
| |||||||||||
Gets the value of the checkDigit property.
| |||||||||||
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the financialInstitutionReference property.
| |||||||||||
Gets the value of the iban property.
| |||||||||||
Gets the value of the rollNumber property.
| |||||||||||
Gets the value of the routingTransitNumber property.
| |||||||||||
Sets the value of the accountNickname property.
| |||||||||||
Sets the value of the accountNumber property.
| |||||||||||
Sets the value of the accountTypeCode property.
| |||||||||||
Sets the value of the bankAccountName property.
| |||||||||||
Sets the value of the bankAccountReference property.
| |||||||||||
Sets the value of the bankAddressData property.
| |||||||||||
Sets the value of the bankIdentificationCode property.
| |||||||||||
Sets the value of the branchIDNumber property.
| |||||||||||
Sets the value of the branchName property.
| |||||||||||
Sets the value of the checkDigit property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the financialInstitutionReference property.
| |||||||||||
Sets the value of the iban property.
| |||||||||||
Sets the value of the rollNumber property.
| |||||||||||
Sets the value of the routingTransitNumber property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accountNickname property.
Gets the value of the accountNumber property.
Gets the value of the accountTypeCode property.
Gets the value of the bankAccountName property.
Gets the value of the bankAccountReference 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 bankAccountReference property.
For example, to add a new item, do as follows:
getBankAccountReference().add(newItem);
Objects of the following type(s) are allowed in the list
BankAccountObjectType
Gets the value of the bankAddressData 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 bankAddressData property.
For example, to add a new item, do as follows:
getBankAddressData().add(newItem);
Objects of the following type(s) are allowed in the list
AddressInformationDataType
Gets the value of the bankIdentificationCode property.
Gets the value of the branchIDNumber property.
Gets the value of the branchName property.
Gets the value of the checkDigit property.
Gets the value of the countryReference property.
CountryObjectType
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the financialInstitutionReference property.
FinancialInstitutionObjectType
Gets the value of the iban property.
Gets the value of the rollNumber property.
Gets the value of the routingTransitNumber property.
Sets the value of the accountNickname property.
| value | Allowed object is String |
|---|
Sets the value of the accountNumber property.
| value | Allowed object is String |
|---|
Sets the value of the accountTypeCode property.
| value | Allowed object is String |
|---|
Sets the value of the bankAccountName property.
| value | Allowed object is String |
|---|
Sets the value of the bankAccountReference property.
| bankAccountReference | Allowed object is
BankAccountObjectType
|
|---|
Sets the value of the bankAddressData property.
| bankAddressData | Allowed object is
AddressInformationDataType
|
|---|
Sets the value of the bankIdentificationCode property.
| value | Allowed object is String |
|---|
Sets the value of the branchIDNumber property.
| value | Allowed object is String |
|---|
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 countryReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the financialInstitutionReference property.
| value | Allowed object is
FinancialInstitutionObjectType
|
|---|
Sets the value of the iban property.
| value | Allowed object is String |
|---|
Sets the value of the rollNumber property.
| value | Allowed object is String |
|---|
Sets the value of the routingTransitNumber property.
| value | Allowed object is String |
|---|