Class FinancialInstitutionIdentification5Choice
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_01.FinancialInstitutionIdentification5Choice
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected FinancialInstitutionIdentification3
protected NameAndAddress7
protected GenericIdentification3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBIC()
Gets the value of the bic property.Gets the value of the clrSysMmbId property.Gets the value of the cmbndId property.Gets the value of the nmAndAdr property.Gets the value of the prtryId property.void
Sets the value of the bic property.void
Sets the value of the clrSysMmbId property.void
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.
-
Field Details
-
bic
-
clrSysMmbId
-
nmAndAdr
-
prtryId
-
cmbndId
-
-
Constructor Details
-
FinancialInstitutionIdentification5Choice
public FinancialInstitutionIdentification5Choice()
-
-
Method Details
-
getBIC
Gets the value of the bic property.- Returns:
- possible object is
String
-
setBIC
Sets the value of the bic property.- Parameters:
value
- allowed object isString
-
getClrSysMmbId
Gets the value of the clrSysMmbId property.- Returns:
- possible object is
ClearingSystemMemberIdentification3Choice
-
setClrSysMmbId
Sets the value of the clrSysMmbId property.- Parameters:
value
- allowed object isClearingSystemMemberIdentification3Choice
-
getNmAndAdr
Gets the value of the nmAndAdr property.- Returns:
- possible object is
NameAndAddress7
-
setNmAndAdr
Sets the value of the nmAndAdr property.- Parameters:
value
- allowed object isNameAndAddress7
-
getPrtryId
Gets the value of the prtryId property.- Returns:
- possible object is
GenericIdentification3
-
setPrtryId
Sets the value of the prtryId property.- Parameters:
value
- allowed object isGenericIdentification3
-
getCmbndId
Gets the value of the cmbndId property.- Returns:
- possible object is
FinancialInstitutionIdentification3
-
setCmbndId
Sets the value of the cmbndId property.- Parameters:
value
- allowed object isFinancialInstitutionIdentification3
-