Class TransactionDates2
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_02.TransactionDates2
Java class for TransactionDates2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionDates2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AccptncDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ISODateTime" minOccurs="0"/>
<element name="TradActvtyCtrctlSttlmDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ISODate" minOccurs="0"/>
<element name="TradDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ISODate" minOccurs="0"/>
<element name="IntrBkSttlmDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ISODate" minOccurs="0"/>
<element name="StartDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ISODate" minOccurs="0"/>
<element name="EndDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ISODate" minOccurs="0"/>
<element name="TxDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ISODateTime" minOccurs="0"/>
<element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ProprietaryDate2" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected XMLGregorianCalendarprotected XMLGregorianCalendarprotected List<ProprietaryDate2> protected XMLGregorianCalendarprotected XMLGregorianCalendarprotected XMLGregorianCalendarprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accptncDtTm property.getEndDt()Gets the value of the endDt property.Gets the value of the intrBkSttlmDt property.getPrtry()Gets the value of the prtry property.Gets the value of the startDt property.Gets the value of the tradActvtyCtrctlSttlmDt property.Gets the value of the tradDt property.Gets the value of the txDtTm property.voidSets the value of the accptncDtTm property.voidsetEndDt(XMLGregorianCalendar value) Sets the value of the endDt property.voidSets the value of the intrBkSttlmDt property.voidsetStartDt(XMLGregorianCalendar value) Sets the value of the startDt property.voidSets the value of the tradActvtyCtrctlSttlmDt property.voidsetTradDt(XMLGregorianCalendar value) Sets the value of the tradDt property.voidsetTxDtTm(XMLGregorianCalendar value) Sets the value of the txDtTm property.
-
Field Details
-
accptncDtTm
-
tradActvtyCtrctlSttlmDt
-
tradDt
-
intrBkSttlmDt
-
startDt
-
endDt
-
txDtTm
-
prtry
-
-
Constructor Details
-
TransactionDates2
public TransactionDates2()
-
-
Method Details
-
getAccptncDtTm
Gets the value of the accptncDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setAccptncDtTm
Sets the value of the accptncDtTm property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTradActvtyCtrctlSttlmDt
Gets the value of the tradActvtyCtrctlSttlmDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTradActvtyCtrctlSttlmDt
Sets the value of the tradActvtyCtrctlSttlmDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTradDt
Gets the value of the tradDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTradDt
Sets the value of the tradDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getIntrBkSttlmDt
Gets the value of the intrBkSttlmDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setIntrBkSttlmDt
Sets the value of the intrBkSttlmDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getStartDt
Gets the value of the startDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartDt
Sets the value of the startDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getEndDt
Gets the value of the endDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEndDt
Sets the value of the endDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTxDtTm
Gets the value of the txDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTxDtTm
Sets the value of the txDtTm property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getPrtry
Gets the value of the prtry 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
setmethod for the prtry property.For example, to add a new item, do as follows:
getPrtry().add(newItem);Objects of the following type(s) are allowed in the list
ProprietaryDate2
-