Class TradingVenueIdentification1Choice
java.lang.Object
org.coderic.iso20022.messages.auth.TradingVenueIdentification1Choice
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the mktIdCd property.Gets the value of the ntlCmptntAuthrty property.getOthr()
Gets the value of the othr property.void
setMktIdCd
(String value) Sets the value of the mktIdCd property.void
setNtlCmptntAuthrty
(String value) Sets the value of the ntlCmptntAuthrty property.void
Sets the value of the othr property.
-
Constructor Details
-
TradingVenueIdentification1Choice
public TradingVenueIdentification1Choice()
-
-
Method Details
-
getMktIdCd
Gets the value of the mktIdCd property.- Returns:
- possible object is
String
-
setMktIdCd
Sets the value of the mktIdCd property.- Parameters:
value
- allowed object isString
-
getNtlCmptntAuthrty
Gets the value of the ntlCmptntAuthrty property.- Returns:
- possible object is
String
-
setNtlCmptntAuthrty
Sets the value of the ntlCmptntAuthrty property.- Parameters:
value
- allowed object isString
-
getOthr
Gets the value of the othr property.- Returns:
- possible object is
TradingVenueIdentification2
-
setOthr
Sets the value of the othr property.- Parameters:
value
- allowed object isTradingVenueIdentification2
-