public class Price2 extends Object
Java-Klasse für Price2 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="Price2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}YieldedOrValueType1Choice"/>
<element name="Val" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}PriceRateOrAmountChoice"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected YieldedOrValueType1Choice |
tp |
protected PriceRateOrAmountChoice |
val |
| Constructor and Description |
|---|
Price2() |
| Modifier and Type | Method and Description |
|---|---|
YieldedOrValueType1Choice |
getTp()
Ruft den Wert der tp-Eigenschaft ab.
|
PriceRateOrAmountChoice |
getVal()
Ruft den Wert der val-Eigenschaft ab.
|
void |
setTp(YieldedOrValueType1Choice value)
Legt den Wert der tp-Eigenschaft fest.
|
void |
setVal(PriceRateOrAmountChoice value)
Legt den Wert der val-Eigenschaft fest.
|
protected YieldedOrValueType1Choice tp
protected PriceRateOrAmountChoice val
public YieldedOrValueType1Choice getTp()
YieldedOrValueType1Choicepublic void setTp(YieldedOrValueType1Choice value)
value - allowed object is
YieldedOrValueType1Choicepublic PriceRateOrAmountChoice getVal()
PriceRateOrAmountChoicepublic void setVal(PriceRateOrAmountChoice value)
value - allowed object is
PriceRateOrAmountChoiceCopyright © 2017. All rights reserved.