Class TrackerRecord5
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_14.TrackerRecord5
Java class for TrackerRecord5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrackerRecord5">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Agt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}BranchAndFinancialInstitutionIdentification8"/>
<element name="ChrgBr" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}ChargeBearerType1Code" minOccurs="0"/>
<element name="ChrgsAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}ActiveCurrencyAndAmount" minOccurs="0"/>
<element name="XchgRateData" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}CurrencyExchange13" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ChargeBearerType1Codeprotected ActiveCurrencyAndAmountprotected CurrencyExchange13 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAgt()Gets the value of the agt property.Gets the value of the chrgBr property.Gets the value of the chrgsAmt property.Gets the value of the xchgRateData property.voidSets the value of the agt property.voidsetChrgBr(ChargeBearerType1Code value) Sets the value of the chrgBr property.voidSets the value of the chrgsAmt property.voidSets the value of the xchgRateData property.
-
Field Details
-
agt
-
chrgBr
-
chrgsAmt
-
xchgRateData
-
-
Constructor Details
-
TrackerRecord5
public TrackerRecord5()
-
-
Method Details
-
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
-
getChrgBr
Gets the value of the chrgBr property.- Returns:
- possible object is
ChargeBearerType1Code
-
setChrgBr
Sets the value of the chrgBr property.- Parameters:
value- allowed object isChargeBearerType1Code
-
getChrgsAmt
Gets the value of the chrgsAmt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setChrgsAmt
Sets the value of the chrgsAmt property.- Parameters:
value- allowed object isActiveCurrencyAndAmount
-
getXchgRateData
Gets the value of the xchgRateData property.- Returns:
- possible object is
CurrencyExchange13
-
setXchgRateData
Sets the value of the xchgRateData property.- Parameters:
value- allowed object isCurrencyExchange13
-