public class AmountType3Choice extends Object
Java class for AmountType3Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmountType3Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="InstdAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}ActiveOrHistoricCurrencyAndAmount"/>
<element name="EqvtAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}EquivalentAmount2"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EquivalentAmount2 |
eqvtAmt |
protected ActiveOrHistoricCurrencyAndAmount |
instdAmt |
| Constructor and Description |
|---|
AmountType3Choice() |
| Modifier and Type | Method and Description |
|---|---|
EquivalentAmount2 |
getEqvtAmt()
Gets the value of the eqvtAmt property.
|
ActiveOrHistoricCurrencyAndAmount |
getInstdAmt()
Gets the value of the instdAmt property.
|
void |
setEqvtAmt(EquivalentAmount2 value)
Sets the value of the eqvtAmt property.
|
void |
setInstdAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the instdAmt property.
|
protected EquivalentAmount2 eqvtAmt
protected ActiveOrHistoricCurrencyAndAmount instdAmt
public EquivalentAmount2 getEqvtAmt()
EquivalentAmount2public void setEqvtAmt(EquivalentAmount2 value)
value - allowed object is
EquivalentAmount2public ActiveOrHistoricCurrencyAndAmount getInstdAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setInstdAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountCopyright © 2019. All rights reserved.