Class FinancialInstrumentQuantity25Choice
java.lang.Object
org.coderic.iso20022.messages.auth.FinancialInstrumentQuantity25Choice
Java class for FinancialInstrumentQuantity25Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancialInstrumentQuantity25Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Unit" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}DecimalNumber"/> <element name="NmnlVal" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ActiveOrHistoricCurrencyAndAmount"/> <element name="MntryVal" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ActiveOrHistoricCurrencyAndAmount"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the mntryVal property.Gets the value of the nmnlVal property.getUnit()
Gets the value of the unit property.void
Sets the value of the mntryVal property.void
Sets the value of the nmnlVal property.void
setUnit
(BigDecimal value) Sets the value of the unit property.
-
Constructor Details
-
FinancialInstrumentQuantity25Choice
public FinancialInstrumentQuantity25Choice()
-
-
Method Details
-
getUnit
Gets the value of the unit property.- Returns:
- possible object is
BigDecimal
-
setUnit
Sets the value of the unit property.- Parameters:
value
- allowed object isBigDecimal
-
getNmnlVal
Gets the value of the nmnlVal property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setNmnlVal
Sets the value of the nmnlVal property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-
getMntryVal
Gets the value of the mntryVal property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setMntryVal
Sets the value of the mntryVal property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-