Class Charges7
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_10.Charges7
Java class for Charges7 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Charges7"> <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.10}ActiveOrHistoricCurrencyAndAmount"/> <element name="Agt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}BranchAndFinancialInstitutionIdentification6"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
amt
-
agt
-
-
Constructor Details
-
Charges7
public Charges7()
-
-
Method Details
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-
getAgt
Gets the value of the agt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification6
-
setAgt
Sets the value of the agt property.- Parameters:
value
- allowed object isBranchAndFinancialInstitutionIdentification6
-