Class TransactionDates1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_01.TransactionDates1
-
public class TransactionDates1 extends Object
Java class for TransactionDates1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionDates1"> <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.01}ISODateTime" minOccurs="0"/> <element name="TradDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ISODate" minOccurs="0"/> <element name="IntrBkSttlmDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ISODate" minOccurs="0"/> <element name="StartDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ISODate" minOccurs="0"/> <element name="EndDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ISODate" minOccurs="0"/> <element name="TxDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ISODateTime" minOccurs="0"/> <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ProprietaryDate1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendaraccptncDtTmprotected XMLGregorianCalendarendDtprotected XMLGregorianCalendarintrBkSttlmDtprotected List<ProprietaryDate1>prtryprotected XMLGregorianCalendarstartDtprotected XMLGregorianCalendartradDtprotected XMLGregorianCalendartxDtTm
-
Constructor Summary
Constructors Constructor Description TransactionDates1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetAccptncDtTm()Gets the value of the accptncDtTm property.XMLGregorianCalendargetEndDt()Gets the value of the endDt property.XMLGregorianCalendargetIntrBkSttlmDt()Gets the value of the intrBkSttlmDt property.List<ProprietaryDate1>getPrtry()Gets the value of the prtry property.XMLGregorianCalendargetStartDt()Gets the value of the startDt property.XMLGregorianCalendargetTradDt()Gets the value of the tradDt property.XMLGregorianCalendargetTxDtTm()Gets the value of the txDtTm property.voidsetAccptncDtTm(XMLGregorianCalendar value)Sets the value of the accptncDtTm property.voidsetEndDt(XMLGregorianCalendar value)Sets the value of the endDt property.voidsetIntrBkSttlmDt(XMLGregorianCalendar value)Sets the value of the intrBkSttlmDt property.voidsetStartDt(XMLGregorianCalendar value)Sets the value of the startDt property.voidsetTradDt(XMLGregorianCalendar value)Sets the value of the tradDt property.voidsetTxDtTm(XMLGregorianCalendar value)Sets the value of the txDtTm property.
-
-
-
Field Detail
-
accptncDtTm
protected XMLGregorianCalendar accptncDtTm
-
tradDt
protected XMLGregorianCalendar tradDt
-
intrBkSttlmDt
protected XMLGregorianCalendar intrBkSttlmDt
-
startDt
protected XMLGregorianCalendar startDt
-
endDt
protected XMLGregorianCalendar endDt
-
txDtTm
protected XMLGregorianCalendar txDtTm
-
prtry
protected List<ProprietaryDate1> prtry
-
-
Method Detail
-
getAccptncDtTm
public XMLGregorianCalendar getAccptncDtTm()
Gets the value of the accptncDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setAccptncDtTm
public void setAccptncDtTm(XMLGregorianCalendar value)
Sets the value of the accptncDtTm property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTradDt
public XMLGregorianCalendar getTradDt()
Gets the value of the tradDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTradDt
public void setTradDt(XMLGregorianCalendar value)
Sets the value of the tradDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getIntrBkSttlmDt
public XMLGregorianCalendar getIntrBkSttlmDt()
Gets the value of the intrBkSttlmDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setIntrBkSttlmDt
public void setIntrBkSttlmDt(XMLGregorianCalendar value)
Sets the value of the intrBkSttlmDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getStartDt
public XMLGregorianCalendar getStartDt()
Gets the value of the startDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartDt
public void setStartDt(XMLGregorianCalendar value)
Sets the value of the startDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getEndDt
public XMLGregorianCalendar getEndDt()
Gets the value of the endDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEndDt
public void setEndDt(XMLGregorianCalendar value)
Sets the value of the endDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTxDtTm
public XMLGregorianCalendar getTxDtTm()
Gets the value of the txDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTxDtTm
public void setTxDtTm(XMLGregorianCalendar value)
Sets the value of the txDtTm property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getPrtry
public List<ProprietaryDate1> 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
ProprietaryDate1
-
-