public class AmountType3
extends java.lang.Object
Java class for AmountType3 complex type.
The following schema fragment specifies the expected content contained within this class.
<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 | Description |
|---|---|---|
protected EuroMax9Amount |
instdAmt |
| Constructor | Description |
|---|---|
AmountType3() |
| Modifier and Type | Method | Description |
|---|---|---|
EuroMax9Amount |
getInstdAmt() |
Gets the value of the instdAmt property.
|
void |
setInstdAmt(EuroMax9Amount value) |
Sets the value of the instdAmt property.
|
protected EuroMax9Amount instdAmt
public EuroMax9Amount getInstdAmt()
EuroMax9Amountpublic void setInstdAmt(EuroMax9Amount value)
value - allowed object is
EuroMax9AmountCopyright © 2018. All rights reserved.