Class IdentificationSource1Choice
java.lang.Object
org.coderic.iso20022.messages.setr.IdentificationSource1Choice
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 Summary
-
Method Summary
-
Constructor Details
-
IdentificationSource1Choice
public IdentificationSource1Choice()
-
-
Method Details
-
getDmst
Gets the value of the dmst property.- Returns:
- possible object is
String
-
setDmst
Sets the value of the dmst property.- Parameters:
value
- allowed object isString
-
getPrtry
Gets the value of the prtry property.- Returns:
- possible object is
String
-
setPrtry
Sets the value of the prtry property.- Parameters:
value
- allowed object isString
-