Class TradingVenueIdentification1Choice

java.lang.Object
org.coderic.iso20022.messages.auth.TradingVenueIdentification1Choice

public class TradingVenueIdentification1Choice extends Object

Java class for TradingVenueIdentification1Choice complex type.

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

 <complexType name="TradingVenueIdentification1Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="MktIdCd" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}MICIdentifier"/>
         <element name="NtlCmptntAuthrty" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}CountryCode"/>
         <element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}TradingVenueIdentification2"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • TradingVenueIdentification1Choice

      public TradingVenueIdentification1Choice()
  • Method Details

    • getMktIdCd

      public String getMktIdCd()
      Gets the value of the mktIdCd property.
      Returns:
      possible object is String
    • setMktIdCd

      public void setMktIdCd(String value)
      Sets the value of the mktIdCd property.
      Parameters:
      value - allowed object is String
    • getNtlCmptntAuthrty

      public String getNtlCmptntAuthrty()
      Gets the value of the ntlCmptntAuthrty property.
      Returns:
      possible object is String
    • setNtlCmptntAuthrty

      public void setNtlCmptntAuthrty(String value)
      Sets the value of the ntlCmptntAuthrty property.
      Parameters:
      value - allowed object is String
    • getOthr

      public TradingVenueIdentification2 getOthr()
      Gets the value of the othr property.
      Returns:
      possible object is TradingVenueIdentification2
    • setOthr

      public void setOthr(TradingVenueIdentification2 value)
      Sets the value of the othr property.
      Parameters:
      value - allowed object is TradingVenueIdentification2