Class Jurisdiction2

java.lang.Object
org.coderic.iso20022.messages.canm.Jurisdiction2

public class Jurisdiction2 extends Object

Java class for Jurisdiction2 complex type.

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

 <complexType name="Jurisdiction2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DmstInd" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}TrueFalseIndicator" minOccurs="0"/>
         <element name="DmstQlfctn" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max35Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Jurisdiction2

      public Jurisdiction2()
  • Method Details

    • isDmstInd

      public Boolean isDmstInd()
      Gets the value of the dmstInd property.
      Returns:
      possible object is Boolean
    • setDmstInd

      public void setDmstInd(Boolean value)
      Sets the value of the dmstInd property.
      Parameters:
      value - allowed object is Boolean
    • getDmstQlfctn

      public String getDmstQlfctn()
      Gets the value of the dmstQlfctn property.
      Returns:
      possible object is String
    • setDmstQlfctn

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