public class

ReceivingPartyBankDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.ReceivingPartyBankDataType

Class Overview

Receiving Party Bank Data

Java class for Receiving_Party_Bank_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Receiving_Party_Bank_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Bank_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="Masked_Account_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="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
         <element name="Currency_Reference" type="{urn:com.workday/bsvc}InstanceObjectType" 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_Instructions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String accountNumber
protected String accountType
protected String bankAccountName
protected String bankAccountNickname
protected String bankIDNumber
protected String bankInstructions
protected String bankName
protected String bic
protected String branchIDNumber
protected String branchName
protected String checkDigit
protected CountryObjectType countryReference
protected InstanceObjectType currencyReference
protected String iban
protected String maskedAccountNumber
protected String rollNumber
Public Constructors
ReceivingPartyBankDataType()
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 getBankInstructions()
Gets the value of the bankInstructions 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.
InstanceObjectType getCurrencyReference()
Gets the value of the currencyReference property.
String getIBAN()
Gets the value of the iban property.
String getMaskedAccountNumber()
Gets the value of the maskedAccountNumber 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 setBankInstructions(String value)
Sets the value of the bankInstructions 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(InstanceObjectType value)
Sets the value of the currencyReference property.
void setIBAN(String value)
Sets the value of the iban property.
void setMaskedAccountNumber(String value)
Sets the value of the maskedAccountNumber property.
void setRollNumber(String value)
Sets the value of the rollNumber property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String accountNumber

protected String accountType

protected String bankAccountName

protected String bankAccountNickname

protected String bankIDNumber

protected String bankInstructions

protected String bankName

protected String bic

protected String branchIDNumber

protected String branchName

protected String checkDigit

protected CountryObjectType countryReference

protected InstanceObjectType currencyReference

protected String iban

protected String maskedAccountNumber

protected String rollNumber

Public Constructors

public ReceivingPartyBankDataType ()

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 getBankInstructions ()

Gets the value of the bankInstructions 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 InstanceObjectType 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 getMaskedAccountNumber ()

Gets the value of the maskedAccountNumber 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 setBankInstructions (String value)

Sets the value of the bankInstructions 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 (InstanceObjectType value)

Sets the value of the currencyReference property.

Parameters
value Allowed object is InstanceObjectType

public void setIBAN (String value)

Sets the value of the iban property.

Parameters
value Allowed object is String

public void setMaskedAccountNumber (String value)

Sets the value of the maskedAccountNumber 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