Class DateTimePeriodDetails
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_06.DateTimePeriodDetails
-
public class DateTimePeriodDetails extends Object
Java class for DateTimePeriodDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateTimePeriodDetails"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FrDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ISODateTime"/> <element name="ToDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ISODateTime"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendarfrDtTmprotected XMLGregorianCalendartoDtTm
-
Constructor Summary
Constructors Constructor Description DateTimePeriodDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetFrDtTm()Gets the value of the frDtTm property.XMLGregorianCalendargetToDtTm()Gets the value of the toDtTm property.voidsetFrDtTm(XMLGregorianCalendar value)Sets the value of the frDtTm property.voidsetToDtTm(XMLGregorianCalendar value)Sets the value of the toDtTm property.
-
-
-
Field Detail
-
frDtTm
protected XMLGregorianCalendar frDtTm
-
toDtTm
protected XMLGregorianCalendar toDtTm
-
-
Method Detail
-
getFrDtTm
public XMLGregorianCalendar getFrDtTm()
Gets the value of the frDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFrDtTm
public void setFrDtTm(XMLGregorianCalendar value)
Sets the value of the frDtTm property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getToDtTm
public XMLGregorianCalendar getToDtTm()
Gets the value of the toDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setToDtTm
public void setToDtTm(XMLGregorianCalendar value)
Sets the value of the toDtTm property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-