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:swift:xsd:$pain.002.002.02}CurrencyAndAmountSEPA"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CurrencyAndAmountSEPA |
instdAmt |
| Constructor and Description |
|---|
AmountTypeSEPA() |
| Modifier and Type | Method and Description |
|---|---|
CurrencyAndAmountSEPA |
getInstdAmt()
Ruft den Wert der instdAmt-Eigenschaft ab.
|
void |
setInstdAmt(CurrencyAndAmountSEPA value)
Legt den Wert der instdAmt-Eigenschaft fest.
|
protected CurrencyAndAmountSEPA instdAmt
public CurrencyAndAmountSEPA getInstdAmt()
CurrencyAndAmountSEPApublic void setInstdAmt(CurrencyAndAmountSEPA value)
value - allowed object is
CurrencyAndAmountSEPACopyright © 2017. All rights reserved.