Class LocalData4

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

public class LocalData4 extends Object

Java class for LocalData4 complex type.

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

 <complexType name="LocalData4">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Lang" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}ISOMax3ALanguageCode"/>
         <element name="ShrtNm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max70Text" minOccurs="0"/>
         <element name="LglCorpNm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max210Text" minOccurs="0"/>
         <element name="NmAndLctn" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max200Text" minOccurs="0"/>
         <element name="Adr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Address3" minOccurs="0"/>
         <element name="AddtlAdrInf" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max512Text" minOccurs="0"/>
         <element name="AddtlCtctInf" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max512Text" minOccurs="0"/>
         <element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • LocalData4

      public LocalData4()
  • Method Details

    • getLang

      public String getLang()
      Gets the value of the lang property.
      Returns:
      possible object is String
    • setLang

      public void setLang(String value)
      Sets the value of the lang property.
      Parameters:
      value - allowed object is String
    • getShrtNm

      public String getShrtNm()
      Gets the value of the shrtNm property.
      Returns:
      possible object is String
    • setShrtNm

      public void setShrtNm(String value)
      Sets the value of the shrtNm property.
      Parameters:
      value - allowed object is String
    • getLglCorpNm

      public String getLglCorpNm()
      Gets the value of the lglCorpNm property.
      Returns:
      possible object is String
    • setLglCorpNm

      public void setLglCorpNm(String value)
      Sets the value of the lglCorpNm property.
      Parameters:
      value - allowed object is String
    • getNmAndLctn

      public String getNmAndLctn()
      Gets the value of the nmAndLctn property.
      Returns:
      possible object is String
    • setNmAndLctn

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

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

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

      public String getAddtlAdrInf()
      Gets the value of the addtlAdrInf property.
      Returns:
      possible object is String
    • setAddtlAdrInf

      public void setAddtlAdrInf(String value)
      Sets the value of the addtlAdrInf 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
    • getAddtlData

      public List<AdditionalData1> getAddtlData()
      Gets the value of the addtlData property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the addtlData property.

      For example, to add a new item, do as follows:

          getAddtlData().add(newItem);
       

      Objects of the following type(s) are allowed in the list AdditionalData1