Class IdentificationSource1Choice

java.lang.Object
org.coderic.iso20022.messages.setr.IdentificationSource1Choice

public class IdentificationSource1Choice extends Object

Java class for IdentificationSource1Choice complex type.

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

 <complexType name="IdentificationSource1Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Dmst" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}CountryCode"/>
         <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • IdentificationSource1Choice

      public IdentificationSource1Choice()
  • Method Details

    • getDmst

      public String getDmst()
      Gets the value of the dmst property.
      Returns:
      possible object is String
    • setDmst

      public void setDmst(String value)
      Sets the value of the dmst property.
      Parameters:
      value - allowed object is String
    • getPrtry

      public String getPrtry()
      Gets the value of the prtry property.
      Returns:
      possible object is String
    • setPrtry

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