public class AmountTypeSEPA extends 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: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()
Gets the value of the instdAmt property.
|
void |
setInstdAmt(CurrencyAndAmountSEPA value)
Sets the value of the instdAmt property.
|
protected CurrencyAndAmountSEPA instdAmt
public CurrencyAndAmountSEPA getInstdAmt()
CurrencyAndAmountSEPApublic void setInstdAmt(CurrencyAndAmountSEPA value)
value - allowed object is
CurrencyAndAmountSEPACopyright © 2020. All rights reserved.