public class AmountTypeSCT extends Object
Java class for AmountTypeSCT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmountTypeSCT">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InstdAmt" type="{urn:swift:xsd:$pain.001.002.02}CurrencyAndAmountSCT"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CurrencyAndAmountSCT |
instdAmt |
| Constructor and Description |
|---|
AmountTypeSCT() |
| Modifier and Type | Method and Description |
|---|---|
CurrencyAndAmountSCT |
getInstdAmt()
Gets the value of the instdAmt property.
|
void |
setInstdAmt(CurrencyAndAmountSCT value)
Sets the value of the instdAmt property.
|
protected CurrencyAndAmountSCT instdAmt
public CurrencyAndAmountSCT getInstdAmt()
CurrencyAndAmountSCTpublic void setInstdAmt(CurrencyAndAmountSCT value)
value - allowed object is
CurrencyAndAmountSCTCopyright © 2019. All rights reserved.