public class

BankBranchDataType

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

Class Overview

Element containing all Bank Branch data

Java class for Bank_Branch_DataType complex type.

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

 <complexType name="Bank_Branch_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Bank_Branch_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Financial_Institution_Reference" type="{urn:com.workday/bsvc}Financial_InstitutionObjectType"/>
         <element name="Bank_Branch_ID_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Business_Entity_Data" type="{urn:com.workday/bsvc}Business_Entity_WWS_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String bankBranchID
protected String bankBranchIDNumber
protected BusinessEntityWWSDataType businessEntityData
protected FinancialInstitutionObjectType financialInstitutionReference
Public Constructors
BankBranchDataType()
Public Methods
String getBankBranchID()
Gets the value of the bankBranchID property.
String getBankBranchIDNumber()
Gets the value of the bankBranchIDNumber property.
BusinessEntityWWSDataType getBusinessEntityData()
Gets the value of the businessEntityData property.
FinancialInstitutionObjectType getFinancialInstitutionReference()
Gets the value of the financialInstitutionReference property.
void setBankBranchID(String value)
Sets the value of the bankBranchID property.
void setBankBranchIDNumber(String value)
Sets the value of the bankBranchIDNumber property.
void setBusinessEntityData(BusinessEntityWWSDataType value)
Sets the value of the businessEntityData property.
void setFinancialInstitutionReference(FinancialInstitutionObjectType value)
Sets the value of the financialInstitutionReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String bankBranchID

protected String bankBranchIDNumber

protected BusinessEntityWWSDataType businessEntityData

protected FinancialInstitutionObjectType financialInstitutionReference

Public Constructors

public BankBranchDataType ()

Public Methods

public String getBankBranchID ()

Gets the value of the bankBranchID property.

Returns
  • possible object is String

public String getBankBranchIDNumber ()

Gets the value of the bankBranchIDNumber property.

Returns
  • possible object is String

public BusinessEntityWWSDataType getBusinessEntityData ()

Gets the value of the businessEntityData property.

Returns

public FinancialInstitutionObjectType getFinancialInstitutionReference ()

Gets the value of the financialInstitutionReference property.

Returns

public void setBankBranchID (String value)

Sets the value of the bankBranchID property.

Parameters
value Allowed object is String

public void setBankBranchIDNumber (String value)

Sets the value of the bankBranchIDNumber property.

Parameters
value Allowed object is String

public void setBusinessEntityData (BusinessEntityWWSDataType value)

Sets the value of the businessEntityData property.

Parameters
value Allowed object is BusinessEntityWWSDataType

public void setFinancialInstitutionReference (FinancialInstitutionObjectType value)

Sets the value of the financialInstitutionReference property.

Parameters
value Allowed object is FinancialInstitutionObjectType