public class AmountTypeSEPA extends Object
Java-Klasse für AmountTypeSEPA complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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.002.003.03}ActiveOrHistoricCurrencyAndAmountSEPA"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActiveOrHistoricCurrencyAndAmountSEPA |
instdAmt |
| Constructor and Description |
|---|
AmountTypeSEPA() |
| Modifier and Type | Method and Description |
|---|---|
ActiveOrHistoricCurrencyAndAmountSEPA |
getInstdAmt()
Ruft den Wert der instdAmt-Eigenschaft ab.
|
void |
setInstdAmt(ActiveOrHistoricCurrencyAndAmountSEPA value)
Legt den Wert der instdAmt-Eigenschaft fest.
|
protected ActiveOrHistoricCurrencyAndAmountSEPA instdAmt
public ActiveOrHistoricCurrencyAndAmountSEPA getInstdAmt()
ActiveOrHistoricCurrencyAndAmountSEPApublic void setInstdAmt(ActiveOrHistoricCurrencyAndAmountSEPA value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountSEPACopyright © 2017. All rights reserved.