public class TransactionPrice1Choice
extends java.lang.Object
Java class for TransactionPrice1Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionPrice1Choice"> <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.01}CurrencyAndAmount"/> <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ProprietaryPrice1" maxOccurs="unbounded"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected CurrencyAndAmount |
dealPric |
|
protected java.util.List<ProprietaryPrice1> |
prtry |
Constructor | Description |
---|---|
TransactionPrice1Choice() |
Modifier and Type | Method | Description |
---|---|---|
CurrencyAndAmount |
getDealPric() |
Gets the value of the dealPric property.
|
java.util.List<ProprietaryPrice1> |
getPrtry() |
Gets the value of the prtry property.
|
void |
setDealPric(CurrencyAndAmount value) |
Sets the value of the dealPric property.
|
protected CurrencyAndAmount dealPric
protected java.util.List<ProprietaryPrice1> prtry
public CurrencyAndAmount getDealPric()
CurrencyAndAmount
public void setDealPric(CurrencyAndAmount value)
value
- allowed object is
CurrencyAndAmount
public java.util.List<ProprietaryPrice1> getPrtry()
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 set
method 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
ProprietaryPrice1
Copyright © 2018. All rights reserved.