public class FinancialInstitutionIdentification5Choice
extends java.lang.Object
Java class for FinancialInstitutionIdentification5Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancialInstitutionIdentification5Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="BIC" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}BICIdentifier"/> <element name="ClrSysMmbId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ClearingSystemMemberIdentification3Choice"/> <element name="NmAndAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}NameAndAddress7"/> <element name="PrtryId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}GenericIdentification3"/> <element name="CmbndId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}FinancialInstitutionIdentification3"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
bic |
|
protected ClearingSystemMemberIdentification3Choice |
clrSysMmbId |
|
protected FinancialInstitutionIdentification3 |
cmbndId |
|
protected NameAndAddress7 |
nmAndAdr |
|
protected GenericIdentification3 |
prtryId |
Constructor | Description |
---|---|
FinancialInstitutionIdentification5Choice() |
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.
|
FinancialInstitutionIdentification3 |
getCmbndId() |
Gets the value of the cmbndId property.
|
NameAndAddress7 |
getNmAndAdr() |
Gets the value of the nmAndAdr property.
|
GenericIdentification3 |
getPrtryId() |
Gets the value of the prtryId 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 |
setCmbndId(FinancialInstitutionIdentification3 value) |
Sets the value of the cmbndId property.
|
void |
setNmAndAdr(NameAndAddress7 value) |
Sets the value of the nmAndAdr property.
|
void |
setPrtryId(GenericIdentification3 value) |
Sets the value of the prtryId property.
|
protected java.lang.String bic
protected ClearingSystemMemberIdentification3Choice clrSysMmbId
protected NameAndAddress7 nmAndAdr
protected GenericIdentification3 prtryId
protected FinancialInstitutionIdentification3 cmbndId
public FinancialInstitutionIdentification5Choice()
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 NameAndAddress7 getNmAndAdr()
NameAndAddress7
public void setNmAndAdr(NameAndAddress7 value)
value
- allowed object is
NameAndAddress7
public GenericIdentification3 getPrtryId()
GenericIdentification3
public void setPrtryId(GenericIdentification3 value)
value
- allowed object is
GenericIdentification3
public FinancialInstitutionIdentification3 getCmbndId()
FinancialInstitutionIdentification3
public void setCmbndId(FinancialInstitutionIdentification3 value)
value
- allowed object is
FinancialInstitutionIdentification3
Copyright © 2018. All rights reserved.