public class

WorkerBankAccountWWSDataType

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

Class Overview

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>
 

Summary

Fields
protected String accountNumber
protected String accountType
protected String bankAccountName
protected String bankAccountNickname
protected String bankIDNumber
protected String bankName
protected String bic
protected String branchIDNumber
protected String branchName
protected String checkDigit
protected CountryObjectType countryReference
protected CurrencyObjectType currencyReference
protected String iban
protected String rollNumber
Public Constructors
WorkerBankAccountWWSDataType()
Public Methods
String getAccountNumber()
Gets the value of the accountNumber property.
String getAccountType()
Gets the value of the accountType property.
String getBIC()
Gets the value of the bic property.
String getBankAccountName()
Gets the value of the bankAccountName property.
String getBankAccountNickname()
Gets the value of the bankAccountNickname property.
String getBankIDNumber()
Gets the value of the bankIDNumber property.
String getBankName()
Gets the value of the bankName property.
String getBranchIDNumber()
Gets the value of the branchIDNumber property.
String getBranchName()
Gets the value of the branchName property.
String getCheckDigit()
Gets the value of the checkDigit property.
CountryObjectType getCountryReference()
Gets the value of the countryReference property.
CurrencyObjectType getCurrencyReference()
Gets the value of the currencyReference property.
String getIBAN()
Gets the value of the iban property.
String getRollNumber()
Gets the value of the rollNumber property.
void setAccountNumber(String value)
Sets the value of the accountNumber property.
void setAccountType(String value)
Sets the value of the accountType property.
void setBIC(String value)
Sets the value of the bic property.
void setBankAccountName(String value)
Sets the value of the bankAccountName property.
void setBankAccountNickname(String value)
Sets the value of the bankAccountNickname property.
void setBankIDNumber(String value)
Sets the value of the bankIDNumber property.
void setBankName(String value)
Sets the value of the bankName property.
void setBranchIDNumber(String value)
Sets the value of the branchIDNumber property.
void setBranchName(String value)
Sets the value of the branchName property.
void setCheckDigit(String value)
Sets the value of the checkDigit property.
void setCountryReference(CountryObjectType value)
Sets the value of the countryReference property.
void setCurrencyReference(CurrencyObjectType value)
Sets the value of the currencyReference property.
void setIBAN(String value)
Sets the value of the iban property.
void setRollNumber(String value)
Sets the value of the rollNumber property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String accountNumber

protected String accountType

protected String bankAccountName

protected String bankAccountNickname

protected String bankIDNumber

protected String bankName

protected String bic

protected String branchIDNumber

protected String branchName

protected String checkDigit

protected CountryObjectType countryReference

protected CurrencyObjectType currencyReference

protected String iban

protected String rollNumber

Public Constructors

public WorkerBankAccountWWSDataType ()

Public Methods

public String getAccountNumber ()

Gets the value of the accountNumber property.

Returns
  • possible object is String

public String getAccountType ()

Gets the value of the accountType property.

Returns
  • possible object is String

public String getBIC ()

Gets the value of the bic property.

Returns
  • possible object is String

public String getBankAccountName ()

Gets the value of the bankAccountName property.

Returns
  • possible object is String

public String getBankAccountNickname ()

Gets the value of the bankAccountNickname property.

Returns
  • possible object is String

public String getBankIDNumber ()

Gets the value of the bankIDNumber property.

Returns
  • possible object is String

public String getBankName ()

Gets the value of the bankName property.

Returns
  • possible object is String

public String getBranchIDNumber ()

Gets the value of the branchIDNumber property.

Returns
  • possible object is String

public String getBranchName ()

Gets the value of the branchName property.

Returns
  • possible object is String

public String getCheckDigit ()

Gets the value of the checkDigit property.

Returns
  • possible object is String

public CountryObjectType getCountryReference ()

Gets the value of the countryReference property.

Returns

public CurrencyObjectType getCurrencyReference ()

Gets the value of the currencyReference property.

Returns

public String getIBAN ()

Gets the value of the iban property.

Returns
  • possible object is String

public String getRollNumber ()

Gets the value of the rollNumber property.

Returns
  • possible object is String

public void setAccountNumber (String value)

Sets the value of the accountNumber property.

Parameters
value Allowed object is String

public void setAccountType (String value)

Sets the value of the accountType property.

Parameters
value Allowed object is String

public void setBIC (String value)

Sets the value of the bic property.

Parameters
value Allowed object is String

public void setBankAccountName (String value)

Sets the value of the bankAccountName property.

Parameters
value Allowed object is String

public void setBankAccountNickname (String value)

Sets the value of the bankAccountNickname property.

Parameters
value Allowed object is String

public void setBankIDNumber (String value)

Sets the value of the bankIDNumber property.

Parameters
value Allowed object is String

public void setBankName (String value)

Sets the value of the bankName property.

Parameters
value Allowed object is String

public void setBranchIDNumber (String value)

Sets the value of the branchIDNumber property.

Parameters
value Allowed object is String

public void setBranchName (String value)

Sets the value of the branchName property.

Parameters
value Allowed object is String

public void setCheckDigit (String value)

Sets the value of the checkDigit property.

Parameters
value Allowed object is String

public void setCountryReference (CountryObjectType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryObjectType

public void setCurrencyReference (CurrencyObjectType value)

Sets the value of the currencyReference property.

Parameters
value Allowed object is CurrencyObjectType

public void setIBAN (String value)

Sets the value of the iban property.

Parameters
value Allowed object is String

public void setRollNumber (String value)

Sets the value of the rollNumber property.

Parameters
value Allowed object is String