Class MarketIdentification1Choice
java.lang.Object
org.coderic.iso20022.messages.fxtr.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:fxtr.038.001.01}MICIdentifier"/>
<element name="Desc" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}Max35Text"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDesc()Gets the value of the desc property.Gets the value of the mktIdrCd property.voidSets the value of the desc property.voidsetMktIdrCd(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
-