Class Quantity6Choice
java.lang.Object
org.coderic.iso20022.messages.seev.Quantity6Choice
Java class for Quantity6Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Quantity6Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Qty" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}FinancialInstrumentQuantity1Choice"/> <element name="OrgnlAndCurFace" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}OriginalAndCurrentQuantities1"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the orgnlAndCurFace property.getQty()
Gets the value of the qty property.void
Sets the value of the orgnlAndCurFace property.void
Sets the value of the qty property.
-
Constructor Details
-
Quantity6Choice
public Quantity6Choice()
-
-
Method Details
-
getQty
Gets the value of the qty property.- Returns:
- possible object is
FinancialInstrumentQuantity1Choice
-
setQty
Sets the value of the qty property.- Parameters:
value
- allowed object isFinancialInstrumentQuantity1Choice
-
getOrgnlAndCurFace
Gets the value of the orgnlAndCurFace property.- Returns:
- possible object is
OriginalAndCurrentQuantities1
-
setOrgnlAndCurFace
Sets the value of the orgnlAndCurFace property.- Parameters:
value
- allowed object isOriginalAndCurrentQuantities1
-