public class AmountTypeSEPA
extends java.lang.Object
Java class for AmountTypeSEPA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmountTypeSEPA">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InstdAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}ActiveOrHistoricCurrencyAndAmountSEPA"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected ActiveOrHistoricCurrencyAndAmountSEPA |
instdAmt |
| Constructor | Description |
|---|---|
AmountTypeSEPA() |
| Modifier and Type | Method | Description |
|---|---|---|
ActiveOrHistoricCurrencyAndAmountSEPA |
getInstdAmt() |
Gets the value of the instdAmt property.
|
void |
setInstdAmt(ActiveOrHistoricCurrencyAndAmountSEPA value) |
Sets the value of the instdAmt property.
|
protected ActiveOrHistoricCurrencyAndAmountSEPA instdAmt
public ActiveOrHistoricCurrencyAndAmountSEPA getInstdAmt()
ActiveOrHistoricCurrencyAndAmountSEPApublic void setInstdAmt(ActiveOrHistoricCurrencyAndAmountSEPA value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountSEPACopyright © 2018. All rights reserved.