Class FinancialInstitutionIdentification5Choice
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_01.FinancialInstitutionIdentification5Choice
-
public class FinancialInstitutionIdentification5Choice extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringbicprotected ClearingSystemMemberIdentification3ChoiceclrSysMmbIdprotected FinancialInstitutionIdentification3cmbndIdprotected NameAndAddress7nmAndAdrprotected GenericIdentification3prtryId
-
Constructor Summary
Constructors Constructor Description FinancialInstitutionIdentification5Choice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBIC()Gets the value of the bic property.ClearingSystemMemberIdentification3ChoicegetClrSysMmbId()Gets the value of the clrSysMmbId property.FinancialInstitutionIdentification3getCmbndId()Gets the value of the cmbndId property.NameAndAddress7getNmAndAdr()Gets the value of the nmAndAdr property.GenericIdentification3getPrtryId()Gets the value of the prtryId property.voidsetBIC(java.lang.String value)Sets the value of the bic property.voidsetClrSysMmbId(ClearingSystemMemberIdentification3Choice value)Sets the value of the clrSysMmbId property.voidsetCmbndId(FinancialInstitutionIdentification3 value)Sets the value of the cmbndId property.voidsetNmAndAdr(NameAndAddress7 value)Sets the value of the nmAndAdr property.voidsetPrtryId(GenericIdentification3 value)Sets the value of the prtryId property.
-
-
-
Field Detail
-
bic
protected java.lang.String bic
-
clrSysMmbId
protected ClearingSystemMemberIdentification3Choice clrSysMmbId
-
nmAndAdr
protected NameAndAddress7 nmAndAdr
-
prtryId
protected GenericIdentification3 prtryId
-
cmbndId
protected FinancialInstitutionIdentification3 cmbndId
-
-
Method Detail
-
getBIC
public java.lang.String getBIC()
Gets the value of the bic property.- Returns:
- possible object is
String
-
setBIC
public void setBIC(java.lang.String value)
Sets the value of the bic property.- Parameters:
value- allowed object isString
-
getClrSysMmbId
public ClearingSystemMemberIdentification3Choice getClrSysMmbId()
Gets the value of the clrSysMmbId property.- Returns:
- possible object is
ClearingSystemMemberIdentification3Choice
-
setClrSysMmbId
public void setClrSysMmbId(ClearingSystemMemberIdentification3Choice value)
Sets the value of the clrSysMmbId property.- Parameters:
value- allowed object isClearingSystemMemberIdentification3Choice
-
getNmAndAdr
public NameAndAddress7 getNmAndAdr()
Gets the value of the nmAndAdr property.- Returns:
- possible object is
NameAndAddress7
-
setNmAndAdr
public void setNmAndAdr(NameAndAddress7 value)
Sets the value of the nmAndAdr property.- Parameters:
value- allowed object isNameAndAddress7
-
getPrtryId
public GenericIdentification3 getPrtryId()
Gets the value of the prtryId property.- Returns:
- possible object is
GenericIdentification3
-
setPrtryId
public void setPrtryId(GenericIdentification3 value)
Sets the value of the prtryId property.- Parameters:
value- allowed object isGenericIdentification3
-
getCmbndId
public FinancialInstitutionIdentification3 getCmbndId()
Gets the value of the cmbndId property.- Returns:
- possible object is
FinancialInstitutionIdentification3
-
setCmbndId
public void setCmbndId(FinancialInstitutionIdentification3 value)
Sets the value of the cmbndId property.- Parameters:
value- allowed object isFinancialInstitutionIdentification3
-
-