public class AmountTypeSEPA
extends java.lang.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 | Description |
---|---|---|
protected CurrencyAndAmountSEPA |
instdAmt |
Constructor | Description |
---|---|
AmountTypeSEPA() |
Modifier and Type | Method | 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()
CurrencyAndAmountSEPA
public void setInstdAmt(CurrencyAndAmountSEPA value)
value
- allowed object is
CurrencyAndAmountSEPA
Copyright © 2018. All rights reserved.