@Generated public class BranchAndFinancialInstitutionIdentification5 extends java.lang.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(java.lang.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.
|
java.lang.String |
toString() |
protected FinancialInstitutionIdentification8 finInstnId
protected BranchData2 brnchId
public BranchAndFinancialInstitutionIdentification5()
public FinancialInstitutionIdentification8 getFinInstnId()
FinancialInstitutionIdentification8
public BranchAndFinancialInstitutionIdentification5 setFinInstnId(FinancialInstitutionIdentification8 value)
value
- allowed object is
FinancialInstitutionIdentification8
public BranchData2 getBrnchId()
BranchData2
public BranchAndFinancialInstitutionIdentification5 setBrnchId(BranchData2 value)
value
- allowed object is
BranchData2
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public final void copyTo(BranchAndFinancialInstitutionIdentification5 target)
CopyableTo
CopyableTo
, 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.