public class TransactionPrice3Choice extends Object
Java-Klasse für TransactionPrice3Choice complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="TransactionPrice3Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="DealPric" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}Price2"/>
<element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}ProprietaryPrice2" maxOccurs="unbounded"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Price2 |
dealPric |
protected List<ProprietaryPrice2> |
prtry |
| Constructor and Description |
|---|
TransactionPrice3Choice() |
| Modifier and Type | Method and Description |
|---|---|
Price2 |
getDealPric()
Ruft den Wert der dealPric-Eigenschaft ab.
|
List<ProprietaryPrice2> |
getPrtry()
Gets the value of the prtry property.
|
void |
setDealPric(Price2 value)
Legt den Wert der dealPric-Eigenschaft fest.
|
protected Price2 dealPric
protected List<ProprietaryPrice2> prtry
public Price2 getDealPric()
Price2public void setDealPric(Price2 value)
value - allowed object is
Price2public List<ProprietaryPrice2> 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
ProprietaryPrice2
Copyright © 2017. All rights reserved.