| java.lang.Object | |
| ↳ | workday.com.bsvc.WorkerBankAccountWWSDataType |
Container element for Bank Account information
Java class for Worker_Bank_Account_WWS_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Bank_Account_WWS_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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_Nickname" 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="Account_Number" 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="Account_Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Bank_Name" 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="Bank_ID_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BIC" 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="Check_Digit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountNumber | |||||||||||
| accountType | |||||||||||
| bankAccountName | |||||||||||
| bankAccountNickname | |||||||||||
| bankIDNumber | |||||||||||
| bankName | |||||||||||
| bic | |||||||||||
| branchIDNumber | |||||||||||
| branchName | |||||||||||
| checkDigit | |||||||||||
| countryReference | |||||||||||
| currencyReference | |||||||||||
| iban | |||||||||||
| rollNumber | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountNumber property.
| |||||||||||
Gets the value of the accountType property.
| |||||||||||
Gets the value of the bic property.
| |||||||||||
Gets the value of the bankAccountName property.
| |||||||||||
Gets the value of the bankAccountNickname property.
| |||||||||||
Gets the value of the bankIDNumber property.
| |||||||||||
Gets the value of the bankName 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 iban property.
| |||||||||||
Gets the value of the rollNumber property.
| |||||||||||
Sets the value of the accountNumber property.
| |||||||||||
Sets the value of the accountType property.
| |||||||||||
Sets the value of the bic property.
| |||||||||||
Sets the value of the bankAccountName property.
| |||||||||||
Sets the value of the bankAccountNickname property.
| |||||||||||
Sets the value of the bankIDNumber property.
| |||||||||||
Sets the value of the bankName 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 iban property.
| |||||||||||
Sets the value of the rollNumber property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accountNumber property.
Gets the value of the accountType property.
Gets the value of the bic property.
Gets the value of the bankAccountName property.
Gets the value of the bankAccountNickname property.
Gets the value of the bankIDNumber property.
Gets the value of the bankName 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 iban property.
Gets the value of the rollNumber property.
Sets the value of the accountNumber property.
| value | Allowed object is String |
|---|
Sets the value of the accountType property.
| value | Allowed object is String |
|---|
Sets the value of the bic property.
| value | Allowed object is String |
|---|
Sets the value of the bankAccountName property.
| value | Allowed object is String |
|---|
Sets the value of the bankAccountNickname property.
| value | Allowed object is String |
|---|
Sets the value of the bankIDNumber property.
| value | Allowed object is String |
|---|
Sets the value of the bankName 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 iban property.
| value | Allowed object is String |
|---|
Sets the value of the rollNumber property.
| value | Allowed object is String |
|---|