Class TrackerData1
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_10.TrackerData1
Java class for TrackerData1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrackerData1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ConfdDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}DateAndDateTime2Choice"/> <element name="ConfdAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}ActiveCurrencyAndAmount"/> <element name="TrckrRcrd" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}TrackerRecord1" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActiveCurrencyAndAmount
protected DateAndDateTime2Choice
protected List
<TrackerRecord1> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the confdAmt property.Gets the value of the confdDt property.Gets the value of the trckrRcrd property.void
Sets the value of the confdAmt property.void
setConfdDt
(DateAndDateTime2Choice value) Sets the value of the confdDt property.
-
Field Details
-
confdDt
-
confdAmt
-
trckrRcrd
-
-
Constructor Details
-
TrackerData1
public TrackerData1()
-
-
Method Details
-
getConfdDt
Gets the value of the confdDt property.- Returns:
- possible object is
DateAndDateTime2Choice
-
setConfdDt
Sets the value of the confdDt property.- Parameters:
value
- allowed object isDateAndDateTime2Choice
-
getConfdAmt
Gets the value of the confdAmt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setConfdAmt
Sets the value of the confdAmt property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-
getTrckrRcrd
Gets the value of the trckrRcrd property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the trckrRcrd property.For example, to add a new item, do as follows:
getTrckrRcrd().add(newItem);
Objects of the following type(s) are allowed in the list
TrackerRecord1
-