Class FinancialInstitution7

java.lang.Object
org.coderic.iso20022.messages.cafm.FinancialInstitution7

public class FinancialInstitution7 extends Object

Java class for FinancialInstitution7 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FinancialInstitution7">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/>
         <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max70Text" minOccurs="0"/>
         <element name="Adr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Address2" minOccurs="0"/>
         <element name="Email" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max256Text" minOccurs="0"/>
         <element name="URLAdr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max256Text" minOccurs="0"/>
         <element name="PhneNb" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/>
         <element name="CstmrSvc" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/>
         <element name="AddtlCtctInf" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max256Text" minOccurs="0"/>
         <element name="LclData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}LocalData2" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • FinancialInstitution7

      public FinancialInstitution7()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getNm

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

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

      public Address2 getAdr()
      Gets the value of the adr property.
      Returns:
      possible object is Address2
    • setAdr

      public void setAdr(Address2 value)
      Sets the value of the adr property.
      Parameters:
      value - allowed object is Address2
    • getEmail

      public String getEmail()
      Gets the value of the email property.
      Returns:
      possible object is String
    • setEmail

      public void setEmail(String value)
      Sets the value of the email property.
      Parameters:
      value - allowed object is String
    • getURLAdr

      public String getURLAdr()
      Gets the value of the urlAdr property.
      Returns:
      possible object is String
    • setURLAdr

      public void setURLAdr(String value)
      Sets the value of the urlAdr property.
      Parameters:
      value - allowed object is String
    • getPhneNb

      public String getPhneNb()
      Gets the value of the phneNb property.
      Returns:
      possible object is String
    • setPhneNb

      public void setPhneNb(String value)
      Sets the value of the phneNb property.
      Parameters:
      value - allowed object is String
    • getCstmrSvc

      public String getCstmrSvc()
      Gets the value of the cstmrSvc property.
      Returns:
      possible object is String
    • setCstmrSvc

      public void setCstmrSvc(String value)
      Sets the value of the cstmrSvc property.
      Parameters:
      value - allowed object is String
    • getAddtlCtctInf

      public String getAddtlCtctInf()
      Gets the value of the addtlCtctInf property.
      Returns:
      possible object is String
    • setAddtlCtctInf

      public void setAddtlCtctInf(String value)
      Sets the value of the addtlCtctInf property.
      Parameters:
      value - allowed object is String
    • getLclData

      public LocalData2 getLclData()
      Gets the value of the lclData property.
      Returns:
      possible object is LocalData2
    • setLclData

      public void setLclData(LocalData2 value)
      Sets the value of the lclData property.
      Parameters:
      value - allowed object is LocalData2