Class MarketIdentification1Choice

java.lang.Object
org.coderic.iso20022.messages.secl.MarketIdentification1Choice

public class MarketIdentification1Choice extends Object

Java class for MarketIdentification1Choice complex type.

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

 <complexType name="MarketIdentification1Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="MktIdrCd" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}MICIdentifier"/>
         <element name="Desc" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Max35Text"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • MarketIdentification1Choice

      public MarketIdentification1Choice()
  • Method Details

    • getMktIdrCd

      public String getMktIdrCd()
      Gets the value of the mktIdrCd property.
      Returns:
      possible object is String
    • setMktIdrCd

      public void setMktIdrCd(String value)
      Sets the value of the mktIdrCd property.
      Parameters:
      value - allowed object is String
    • getDesc

      public String getDesc()
      Gets the value of the desc property.
      Returns:
      possible object is String
    • setDesc

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