Class TrackerRecord1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_002_001_12.TrackerRecord1
-
public class TrackerRecord1 extends java.lang.ObjectJava 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.12}BranchAndFinancialInstitutionIdentification6"/> <element name="ChrgBr" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}ChargeBearerType1Code" minOccurs="0"/> <element name="ChrgsAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}ActiveCurrencyAndAmount" minOccurs="0"/> <element name="XchgRateData" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}CurrencyExchange13" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BranchAndFinancialInstitutionIdentification6agtprotected ChargeBearerType1CodechrgBrprotected ActiveCurrencyAndAmountchrgsAmtprotected CurrencyExchange13xchgRateData
-
Constructor Summary
Constructors Constructor Description TrackerRecord1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BranchAndFinancialInstitutionIdentification6getAgt()Gets the value of the agt property.ChargeBearerType1CodegetChrgBr()Gets the value of the chrgBr property.ActiveCurrencyAndAmountgetChrgsAmt()Gets the value of the chrgsAmt property.CurrencyExchange13getXchgRateData()Gets the value of the xchgRateData property.voidsetAgt(BranchAndFinancialInstitutionIdentification6 value)Sets the value of the agt property.voidsetChrgBr(ChargeBearerType1Code value)Sets the value of the chrgBr property.voidsetChrgsAmt(ActiveCurrencyAndAmount value)Sets the value of the chrgsAmt property.voidsetXchgRateData(CurrencyExchange13 value)Sets the value of the xchgRateData property.
-
-
-
Field Detail
-
agt
protected BranchAndFinancialInstitutionIdentification6 agt
-
chrgBr
protected ChargeBearerType1Code chrgBr
-
chrgsAmt
protected ActiveCurrencyAndAmount chrgsAmt
-
xchgRateData
protected CurrencyExchange13 xchgRateData
-
-
Method Detail
-
getAgt
public BranchAndFinancialInstitutionIdentification6 getAgt()
Gets the value of the agt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification6
-
setAgt
public void setAgt(BranchAndFinancialInstitutionIdentification6 value)
Sets the value of the agt property.- Parameters:
value- allowed object isBranchAndFinancialInstitutionIdentification6
-
getChrgBr
public ChargeBearerType1Code getChrgBr()
Gets the value of the chrgBr property.- Returns:
- possible object is
ChargeBearerType1Code
-
setChrgBr
public void setChrgBr(ChargeBearerType1Code value)
Sets the value of the chrgBr property.- Parameters:
value- allowed object isChargeBearerType1Code
-
getChrgsAmt
public ActiveCurrencyAndAmount getChrgsAmt()
Gets the value of the chrgsAmt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setChrgsAmt
public void setChrgsAmt(ActiveCurrencyAndAmount value)
Sets the value of the chrgsAmt property.- Parameters:
value- allowed object isActiveCurrencyAndAmount
-
getXchgRateData
public CurrencyExchange13 getXchgRateData()
Gets the value of the xchgRateData property.- Returns:
- possible object is
CurrencyExchange13
-
setXchgRateData
public void setXchgRateData(CurrencyExchange13 value)
Sets the value of the xchgRateData property.- Parameters:
value- allowed object isCurrencyExchange13
-
-