Class SponsoredMerchant2

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

public class SponsoredMerchant2 extends Object

Java class for SponsoredMerchant2 complex type.

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

 <complexType name="SponsoredMerchant2">
   <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}PartyIdentification262"/>
         <element name="CmonNm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max140Text" minOccurs="0"/>
         <element name="LglCorpNm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max99Text" minOccurs="0"/>
         <element name="Adr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Address2" minOccurs="0"/>
         <element name="AddtlAdrInf" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max256Text" minOccurs="0"/>
         <element name="GeogcLctn" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}GeographicPointInDecimalDegrees" minOccurs="0"/>
         <element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="LclData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}LocalData5" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • SponsoredMerchant2

      public SponsoredMerchant2()
  • Method Details

    • getId

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

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

      public String getCmonNm()
      Gets the value of the cmonNm property.
      Returns:
      possible object is String
    • setCmonNm

      public void setCmonNm(String value)
      Sets the value of the cmonNm 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
    • 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
    • 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
    • getGeogcLctn

      public String getGeogcLctn()
      Gets the value of the geogcLctn property.
      Returns:
      possible object is String
    • setGeogcLctn

      public void setGeogcLctn(String value)
      Sets the value of the geogcLctn 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

    • getLclData

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

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