Class FinancialInstitutionIdentification18


  • public class FinancialInstitutionIdentification18
    extends java.lang.Object

    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.002.001.10}BICFIDec2014Identifier" minOccurs="0"/>
             <element name="ClrSysMmbId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}ClearingSystemMemberIdentification2" minOccurs="0"/>
             <element name="LEI" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}LEIIdentifier" minOccurs="0"/>
             <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}Max140Text" minOccurs="0"/>
             <element name="PstlAdr" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}PostalAddress24" minOccurs="0"/>
             <element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}GenericFinancialIdentification1" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • FinancialInstitutionIdentification18

        public FinancialInstitutionIdentification18()
    • Method Detail

      • getBICFI

        public java.lang.String getBICFI()
        Gets the value of the bicfi property.
        Returns:
        possible object is String
      • setBICFI

        public void setBICFI​(java.lang.String value)
        Sets the value of the bicfi property.
        Parameters:
        value - allowed object is String
      • getLEI

        public java.lang.String getLEI()
        Gets the value of the lei property.
        Returns:
        possible object is String
      • setLEI

        public void setLEI​(java.lang.String value)
        Sets the value of the lei property.
        Parameters:
        value - allowed object is String
      • getNm

        public java.lang.String getNm()
        Gets the value of the nm property.
        Returns:
        possible object is String
      • setNm

        public void setNm​(java.lang.String value)
        Sets the value of the nm property.
        Parameters:
        value - allowed object is String
      • setPstlAdr

        public void setPstlAdr​(PostalAddress24 value)
        Sets the value of the pstlAdr property.
        Parameters:
        value - allowed object is PostalAddress24