Class FinancialInstitutionIdentification18
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_001_08.FinancialInstitutionIdentification18
Java class for FinancialInstitutionIdentification18 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancialInstitutionIdentification18">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BICFI" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}BICFIDec2014Identifier" minOccurs="0"/>
<element name="ClrSysMmbId" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}ClearingSystemMemberIdentification2" minOccurs="0"/>
<element name="LEI" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}LEIIdentifier" minOccurs="0"/>
<element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}Max140Text" minOccurs="0"/>
<element name="PstlAdr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}PostalAddress24" minOccurs="0"/>
<element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}GenericFinancialIdentification1" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected ClearingSystemMemberIdentification2protected Stringprotected Stringprotected GenericFinancialIdentification1protected PostalAddress24 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBICFI()Gets the value of the bicfi property.Gets the value of the clrSysMmbId property.getLEI()Gets the value of the lei property.getNm()Gets the value of the nm property.getOthr()Gets the value of the othr property.Gets the value of the pstlAdr property.voidSets the value of the bicfi property.voidSets the value of the clrSysMmbId property.voidSets the value of the lei property.voidSets the value of the nm property.voidSets the value of the othr property.voidsetPstlAdr(PostalAddress24 value) Sets the value of the pstlAdr property.
-
Field Details
-
bicfi
-
clrSysMmbId
-
lei
-
nm
-
pstlAdr
-
othr
-
-
Constructor Details
-
FinancialInstitutionIdentification18
public FinancialInstitutionIdentification18()
-
-
Method Details
-
getBICFI
-
setBICFI
-
getClrSysMmbId
Gets the value of the clrSysMmbId property.- Returns:
- possible object is
ClearingSystemMemberIdentification2
-
setClrSysMmbId
Sets the value of the clrSysMmbId property.- Parameters:
value- allowed object isClearingSystemMemberIdentification2
-
getLEI
-
setLEI
-
getNm
-
setNm
-
getPstlAdr
Gets the value of the pstlAdr property.- Returns:
- possible object is
PostalAddress24
-
setPstlAdr
Sets the value of the pstlAdr property.- Parameters:
value- allowed object isPostalAddress24
-
getOthr
Gets the value of the othr property.- Returns:
- possible object is
GenericFinancialIdentification1
-
setOthr
Sets the value of the othr property.- Parameters:
value- allowed object isGenericFinancialIdentification1
-