public class FinancialInstitutionIdentification3
extends java.lang.Object
Java class for FinancialInstitutionIdentification3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancialInstitutionIdentification3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BIC" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}BICIdentifier" minOccurs="0"/> <element name="ClrSysMmbId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ClearingSystemMemberIdentification3Choice" minOccurs="0"/> <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max70Text" minOccurs="0"/> <element name="PstlAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}PostalAddress1" minOccurs="0"/> <element name="PrtryId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}GenericIdentification3" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
bic |
|
protected ClearingSystemMemberIdentification3Choice |
clrSysMmbId |
|
protected java.lang.String |
nm |
|
protected GenericIdentification3 |
prtryId |
|
protected PostalAddress1 |
pstlAdr |
Constructor | Description |
---|---|
FinancialInstitutionIdentification3() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getBIC() |
Gets the value of the bic property.
|
ClearingSystemMemberIdentification3Choice |
getClrSysMmbId() |
Gets the value of the clrSysMmbId property.
|
java.lang.String |
getNm() |
Gets the value of the nm property.
|
GenericIdentification3 |
getPrtryId() |
Gets the value of the prtryId property.
|
PostalAddress1 |
getPstlAdr() |
Gets the value of the pstlAdr property.
|
void |
setBIC(java.lang.String value) |
Sets the value of the bic property.
|
void |
setClrSysMmbId(ClearingSystemMemberIdentification3Choice value) |
Sets the value of the clrSysMmbId property.
|
void |
setNm(java.lang.String value) |
Sets the value of the nm property.
|
void |
setPrtryId(GenericIdentification3 value) |
Sets the value of the prtryId property.
|
void |
setPstlAdr(PostalAddress1 value) |
Sets the value of the pstlAdr property.
|
protected java.lang.String bic
protected ClearingSystemMemberIdentification3Choice clrSysMmbId
protected java.lang.String nm
protected PostalAddress1 pstlAdr
protected GenericIdentification3 prtryId
public java.lang.String getBIC()
String
public void setBIC(java.lang.String value)
value
- allowed object is
String
public ClearingSystemMemberIdentification3Choice getClrSysMmbId()
ClearingSystemMemberIdentification3Choice
public void setClrSysMmbId(ClearingSystemMemberIdentification3Choice value)
value
- allowed object is
ClearingSystemMemberIdentification3Choice
public java.lang.String getNm()
String
public void setNm(java.lang.String value)
value
- allowed object is
String
public PostalAddress1 getPstlAdr()
PostalAddress1
public void setPstlAdr(PostalAddress1 value)
value
- allowed object is
PostalAddress1
public GenericIdentification3 getPrtryId()
GenericIdentification3
public void setPrtryId(GenericIdentification3 value)
value
- allowed object is
GenericIdentification3
Copyright © 2018. All rights reserved.