Class Charges12
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_13.Charges12
Java class for Charges12 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Charges12">
<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.13}ActiveOrHistoricCurrencyAndAmount"/>
<element name="Agt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.13}BranchAndFinancialInstitutionIdentification6"/>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.13}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
-
Charges12
public Charges12()
-
-
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
-
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
-