public class BranchAndFinancialInstitutionIdentification5 extends Object implements CopyableTo<BranchAndFinancialInstitutionIdentification5>
| Modifier and Type | Field and Description |
|---|---|
protected BranchData2 |
brnchId |
protected FinancialInstitutionIdentification8 |
finInstnId |
| Constructor and Description |
|---|
BranchAndFinancialInstitutionIdentification5() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(BranchAndFinancialInstitutionIdentification5 target)
Copy recursively all attributes of this object to target.
|
boolean |
equals(Object that) |
BranchData2 |
getBrnchId()
Gets the value of the brnchId property.
|
FinancialInstitutionIdentification8 |
getFinInstnId()
Gets the value of the finInstnId property.
|
int |
hashCode() |
BranchAndFinancialInstitutionIdentification5 |
setBrnchId(BranchData2 value)
Sets the value of the brnchId property.
|
BranchAndFinancialInstitutionIdentification5 |
setFinInstnId(FinancialInstitutionIdentification8 value)
Sets the value of the finInstnId property.
|
String |
toString() |
protected FinancialInstitutionIdentification8 finInstnId
protected BranchData2 brnchId
public BranchAndFinancialInstitutionIdentification5()
public FinancialInstitutionIdentification8 getFinInstnId()
FinancialInstitutionIdentification8public BranchAndFinancialInstitutionIdentification5 setFinInstnId(FinancialInstitutionIdentification8 value)
value - allowed object is
FinancialInstitutionIdentification8public BranchData2 getBrnchId()
BranchData2public BranchAndFinancialInstitutionIdentification5 setBrnchId(BranchData2 value)
value - allowed object is
BranchData2public final void copyTo(BranchAndFinancialInstitutionIdentification5 target)
CopyableToCopyableTo, then copyTo is invoked also in that attribute.copyTo in interface CopyableTo<BranchAndFinancialInstitutionIdentification5>target - the object where these attributes will be copied. may be null, in which case nothing happens.