public class AmountType3 extends Object
Java-Klasse für AmountType3 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AmountType3">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InstdAmt" type="{urn:sepade:xsd:pain.001.001.02}EuroMax9Amount"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EuroMax9Amount |
instdAmt |
| Constructor and Description |
|---|
AmountType3() |
| Modifier and Type | Method and Description |
|---|---|
EuroMax9Amount |
getInstdAmt()
Ruft den Wert der instdAmt-Eigenschaft ab.
|
void |
setInstdAmt(EuroMax9Amount value)
Legt den Wert der instdAmt-Eigenschaft fest.
|
protected EuroMax9Amount instdAmt
public EuroMax9Amount getInstdAmt()
EuroMax9Amountpublic void setInstdAmt(EuroMax9Amount value)
value - allowed object is
EuroMax9AmountCopyright © 2017. All rights reserved.