Class Jurisdiction2
java.lang.Object
org.coderic.iso20022.messages.canm.Jurisdiction2
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dmstQlfctn property.Gets the value of the dmstInd property.void
setDmstInd
(Boolean value) Sets the value of the dmstInd property.void
setDmstQlfctn
(String value) Sets the value of the dmstQlfctn property.
-
Constructor Details
-
Jurisdiction2
public Jurisdiction2()
-
-
Method Details
-
isDmstInd
Gets the value of the dmstInd property.- Returns:
- possible object is
Boolean
-
setDmstInd
Sets the value of the dmstInd property.- Parameters:
value
- allowed object isBoolean
-
getDmstQlfctn
Gets the value of the dmstQlfctn property.- Returns:
- possible object is
String
-
setDmstQlfctn
Sets the value of the dmstQlfctn property.- Parameters:
value
- allowed object isString
-