Class TransactionQuantities2Choice
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_03.TransactionQuantities2Choice
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"> <sequence> <choice> <element name="Qty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}FinancialInstrumentQuantityChoice"/> <element name="OrgnlAndCurFaceAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}OriginalAndCurrentQuantities1"/> <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}ProprietaryQuantity1"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OriginalAndCurrentQuantities1
protected ProprietaryQuantity1
protected FinancialInstrumentQuantityChoice
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the orgnlAndCurFaceAmt property.getPrtry()
Gets the value of the prtry property.getQty()
Gets the value of the qty property.void
Sets the value of the orgnlAndCurFaceAmt property.void
setPrtry
(ProprietaryQuantity1 value) Sets the value of the prtry property.void
Sets the value of the qty property.
-
Field Details
-
qty
-
orgnlAndCurFaceAmt
-
prtry
-
-
Constructor Details
-
TransactionQuantities2Choice
public TransactionQuantities2Choice()
-
-
Method Details
-
getQty
Gets the value of the qty property.- Returns:
- possible object is
FinancialInstrumentQuantityChoice
-
setQty
Sets the value of the qty property.- Parameters:
value
- allowed object isFinancialInstrumentQuantityChoice
-
getOrgnlAndCurFaceAmt
Gets the value of the orgnlAndCurFaceAmt property.- Returns:
- possible object is
OriginalAndCurrentQuantities1
-
setOrgnlAndCurFaceAmt
Sets the value of the orgnlAndCurFaceAmt property.- Parameters:
value
- allowed object isOriginalAndCurrentQuantities1
-
getPrtry
Gets the value of the prtry property.- Returns:
- possible object is
ProprietaryQuantity1
-
setPrtry
Sets the value of the prtry property.- Parameters:
value
- allowed object isProprietaryQuantity1
-