Class TrackerRecord1
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_10.TrackerRecord1
Java class for TrackerRecord1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrackerRecord1"> <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.10}BranchAndFinancialInstitutionIdentification6"/> <element name="ChrgBr" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}ChargeBearerType1Code" minOccurs="0"/> <element name="ChrgsAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}ActiveCurrencyAndAmount" minOccurs="0"/> <element name="XchgRateData" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}CurrencyExchange13" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ChargeBearerType1Code
protected ActiveCurrencyAndAmount
protected 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.void
Sets the value of the agt property.void
setChrgBr
(ChargeBearerType1Code value) Sets the value of the chrgBr property.void
Sets the value of the chrgsAmt property.void
Sets the value of the xchgRateData property.
-
Field Details
-
agt
-
chrgBr
-
chrgsAmt
-
xchgRateData
-
-
Constructor Details
-
TrackerRecord1
public TrackerRecord1()
-
-
Method Details
-
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
-
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
-