public class ChargesInformation5 extends Object
Java class for ChargesInformation5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChargesInformation5">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}ActiveOrHistoricCurrencyAndAmount"/>
<element name="Pty" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}BranchAndFinancialInstitutionIdentification4"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActiveOrHistoricCurrencyAndAmount |
amt |
protected BranchAndFinancialInstitutionIdentification4 |
pty |
| Constructor and Description |
|---|
ChargesInformation5() |
| Modifier and Type | Method and Description |
|---|---|
ActiveOrHistoricCurrencyAndAmount |
getAmt()
Gets the value of the amt property.
|
BranchAndFinancialInstitutionIdentification4 |
getPty()
Gets the value of the pty property.
|
void |
setAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the amt property.
|
void |
setPty(BranchAndFinancialInstitutionIdentification4 value)
Sets the value of the pty property.
|
protected ActiveOrHistoricCurrencyAndAmount amt
protected BranchAndFinancialInstitutionIdentification4 pty
public ActiveOrHistoricCurrencyAndAmount getAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic BranchAndFinancialInstitutionIdentification4 getPty()
BranchAndFinancialInstitutionIdentification4public void setPty(BranchAndFinancialInstitutionIdentification4 value)
value - allowed object is
BranchAndFinancialInstitutionIdentification4Copyright © 2019. All rights reserved.