public class FinancialInstitutionIdentification8 extends java.lang.Object implements CopyableTo<FinancialInstitutionIdentification8>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
bicfi |
protected ClearingSystemMemberIdentification2 |
clrSysMmbId |
protected java.lang.String |
nm |
protected GenericFinancialIdentification1 |
othr |
protected PostalAddress6 |
pstlAdr |
| Constructor and Description |
|---|
FinancialInstitutionIdentification8() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(FinancialInstitutionIdentification8 target)
Copy recursively all attributes of this object to target.
|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getBICFI()
Gets the value of the bicfi property.
|
ClearingSystemMemberIdentification2 |
getClrSysMmbId()
Gets the value of the clrSysMmbId property.
|
java.lang.String |
getNm()
Gets the value of the nm property.
|
GenericFinancialIdentification1 |
getOthr()
Gets the value of the othr property.
|
PostalAddress6 |
getPstlAdr()
Gets the value of the pstlAdr property.
|
int |
hashCode() |
FinancialInstitutionIdentification8 |
setBICFI(java.lang.String value)
Sets the value of the bicfi property.
|
FinancialInstitutionIdentification8 |
setClrSysMmbId(ClearingSystemMemberIdentification2 value)
Sets the value of the clrSysMmbId property.
|
FinancialInstitutionIdentification8 |
setNm(java.lang.String value)
Sets the value of the nm property.
|
FinancialInstitutionIdentification8 |
setOthr(GenericFinancialIdentification1 value)
Sets the value of the othr property.
|
FinancialInstitutionIdentification8 |
setPstlAdr(PostalAddress6 value)
Sets the value of the pstlAdr property.
|
java.lang.String |
toString() |
protected java.lang.String bicfi
protected ClearingSystemMemberIdentification2 clrSysMmbId
protected java.lang.String nm
protected PostalAddress6 pstlAdr
protected GenericFinancialIdentification1 othr
public java.lang.String getBICFI()
Stringpublic FinancialInstitutionIdentification8 setBICFI(java.lang.String value)
value - allowed object is
Stringpublic ClearingSystemMemberIdentification2 getClrSysMmbId()
ClearingSystemMemberIdentification2public FinancialInstitutionIdentification8 setClrSysMmbId(ClearingSystemMemberIdentification2 value)
value - allowed object is
ClearingSystemMemberIdentification2public java.lang.String getNm()
Stringpublic FinancialInstitutionIdentification8 setNm(java.lang.String value)
value - allowed object is
Stringpublic PostalAddress6 getPstlAdr()
PostalAddress6public FinancialInstitutionIdentification8 setPstlAdr(PostalAddress6 value)
value - allowed object is
PostalAddress6public GenericFinancialIdentification1 getOthr()
GenericFinancialIdentification1public FinancialInstitutionIdentification8 setOthr(GenericFinancialIdentification1 value)
value - allowed object is
GenericFinancialIdentification1public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic final void copyTo(FinancialInstitutionIdentification8 target)
CopyableToCopyableTo, then copyTo is invoked also in that attribute.copyTo in interface CopyableTo<FinancialInstitutionIdentification8>target - the object where these attributes will be copied. may be null, in which case nothing happens.