public class TransactionQuantities2Choice
extends java.lang.Object
Java class for TransactionQuantities2Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionQuantities2Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Qty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}FinancialInstrumentQuantityChoice"/>
<element name="OrgnlAndCurFaceAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}OriginalAndCurrentQuantities1"/>
<element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ProprietaryQuantity1"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected OriginalAndCurrentQuantities1 |
orgnlAndCurFaceAmt |
|
protected ProprietaryQuantity1 |
prtry |
|
protected FinancialInstrumentQuantityChoice |
qty |
| Constructor | Description |
|---|---|
TransactionQuantities2Choice() |
| Modifier and Type | Method | Description |
|---|---|---|
OriginalAndCurrentQuantities1 |
getOrgnlAndCurFaceAmt() |
Gets the value of the orgnlAndCurFaceAmt property.
|
ProprietaryQuantity1 |
getPrtry() |
Gets the value of the prtry property.
|
FinancialInstrumentQuantityChoice |
getQty() |
Gets the value of the qty property.
|
void |
setOrgnlAndCurFaceAmt(OriginalAndCurrentQuantities1 value) |
Sets the value of the orgnlAndCurFaceAmt property.
|
void |
setPrtry(ProprietaryQuantity1 value) |
Sets the value of the prtry property.
|
void |
setQty(FinancialInstrumentQuantityChoice value) |
Sets the value of the qty property.
|
protected FinancialInstrumentQuantityChoice qty
protected OriginalAndCurrentQuantities1 orgnlAndCurFaceAmt
protected ProprietaryQuantity1 prtry
public FinancialInstrumentQuantityChoice getQty()
FinancialInstrumentQuantityChoicepublic void setQty(FinancialInstrumentQuantityChoice value)
value - allowed object is
FinancialInstrumentQuantityChoicepublic OriginalAndCurrentQuantities1 getOrgnlAndCurFaceAmt()
OriginalAndCurrentQuantities1public void setOrgnlAndCurFaceAmt(OriginalAndCurrentQuantities1 value)
value - allowed object is
OriginalAndCurrentQuantities1public ProprietaryQuantity1 getPrtry()
ProprietaryQuantity1public void setPrtry(ProprietaryQuantity1 value)
value - allowed object is
ProprietaryQuantity1Copyright © 2018. All rights reserved.