Class Charges16
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_14.Charges16
Java class for Charges16 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Charges16">
<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.14}ActiveOrHistoricCurrencyAndAmount"/>
<element name="Agt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}BranchAndFinancialInstitutionIdentification8"/>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}ChargeType3Choice" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActiveOrHistoricCurrencyAndAmountprotected ChargeType3Choice -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAgt()Gets the value of the agt property.getAmt()Gets the value of the amt property.getTp()Gets the value of the tp property.voidSets the value of the agt property.voidSets the value of the amt property.voidsetTp(ChargeType3Choice value) Sets the value of the tp property.
-
Field Details
-
amt
-
agt
-
tp
-
-
Constructor Details
-
Charges16
public Charges16()
-
-
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
BranchAndFinancialInstitutionIdentification8
-
setAgt
Sets the value of the agt property.- Parameters:
value- allowed object isBranchAndFinancialInstitutionIdentification8
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
ChargeType3Choice
-
setTp
Sets the value of the tp property.- Parameters:
value- allowed object isChargeType3Choice
-