Class MarketIdentification1Choice
java.lang.Object
org.coderic.iso20022.messages.secl.MarketIdentification1Choice
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDesc()
Gets the value of the desc property.Gets the value of the mktIdrCd property.void
Sets the value of the desc property.void
setMktIdrCd
(String value) Sets the value of the mktIdrCd property.
-
Constructor Details
-
MarketIdentification1Choice
public MarketIdentification1Choice()
-
-
Method Details
-
getMktIdrCd
Gets the value of the mktIdrCd property.- Returns:
- possible object is
String
-
setMktIdrCd
Sets the value of the mktIdrCd property.- Parameters:
value
- allowed object isString
-
getDesc
Gets the value of the desc property.- Returns:
- possible object is
String
-
setDesc
Sets the value of the desc property.- Parameters:
value
- allowed object isString
-