Class Organisation26

java.lang.Object
org.coderic.iso20022.messages.casp.Organisation26

public class Organisation26 extends Object

Java class for Organisation26 complex type.

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

 <complexType name="Organisation26">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CmonNm" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max70Text"/>
         <element name="Adr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max140Text" minOccurs="0"/>
         <element name="CtryCd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ISO3NumericCountryCode"/>
         <element name="MrchntCtgyCd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Min3Max4Text"/>
         <element name="RegdIdr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Organisation26

      public Organisation26()
  • Method Details

    • 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
    • getAdr

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

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

      public String getCtryCd()
      Gets the value of the ctryCd property.
      Returns:
      possible object is String
    • setCtryCd

      public void setCtryCd(String value)
      Sets the value of the ctryCd property.
      Parameters:
      value - allowed object is String
    • getMrchntCtgyCd

      public String getMrchntCtgyCd()
      Gets the value of the mrchntCtgyCd property.
      Returns:
      possible object is String
    • setMrchntCtgyCd

      public void setMrchntCtgyCd(String value)
      Sets the value of the mrchntCtgyCd property.
      Parameters:
      value - allowed object is String
    • getRegdIdr

      public String getRegdIdr()
      Gets the value of the regdIdr property.
      Returns:
      possible object is String
    • setRegdIdr

      public void setRegdIdr(String value)
      Sets the value of the regdIdr property.
      Parameters:
      value - allowed object is String