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