| java.lang.Object | |
| ↳ | workday.com.bsvc.BankBranchDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bankBranchID | |||||||||||
| bankBranchIDNumber | |||||||||||
| businessEntityData | |||||||||||
| financialInstitutionReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the bankBranchID property.
| |||||||||||
Gets the value of the bankBranchIDNumber property.
| |||||||||||
Gets the value of the businessEntityData property.
| |||||||||||
Gets the value of the financialInstitutionReference property.
| |||||||||||
Sets the value of the bankBranchID property.
| |||||||||||
Sets the value of the bankBranchIDNumber property.
| |||||||||||
Sets the value of the businessEntityData property.
| |||||||||||
Sets the value of the financialInstitutionReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the bankBranchID property.
Gets the value of the bankBranchIDNumber property.
Gets the value of the businessEntityData property.
BusinessEntityWWSDataType
Gets the value of the financialInstitutionReference property.
FinancialInstitutionObjectType
Sets the value of the bankBranchID property.
| value | Allowed object is String |
|---|
Sets the value of the bankBranchIDNumber property.
| value | Allowed object is String |
|---|
Sets the value of the businessEntityData property.
| value | Allowed object is
BusinessEntityWWSDataType
|
|---|
Sets the value of the financialInstitutionReference property.
| value | Allowed object is
FinancialInstitutionObjectType
|
|---|

