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