Class TransactionPrice2Choice
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_02.TransactionPrice2Choice
Java class for TransactionPrice2Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionPrice2Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="DealPric" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ActiveOrHistoricCurrencyAndAmount"/>
<element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ProprietaryPrice2" maxOccurs="unbounded"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActiveOrHistoricCurrencyAndAmountprotected List<ProprietaryPrice2> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dealPric property.getPrtry()Gets the value of the prtry property.voidSets the value of the dealPric property.
-
Field Details
-
dealPric
-
prtry
-
-
Constructor Details
-
TransactionPrice2Choice
public TransactionPrice2Choice()
-
-
Method Details
-
getDealPric
Gets the value of the dealPric property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setDealPric
Sets the value of the dealPric property.- Parameters:
value- allowed object isActiveOrHistoricCurrencyAndAmount
-
getPrtry
Gets the value of the prtry property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the prtry property.For example, to add a new item, do as follows:
getPrtry().add(newItem);Objects of the following type(s) are allowed in the list
ProprietaryPrice2
-