Class DateTimePeriodDetails
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_03.DateTimePeriodDetails
-
public class DateTimePeriodDetails extends java.lang.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.03}ISODateTime"/> <element name="ToDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}ISODateTime"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description DateTimePeriodDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.datatype.XMLGregorianCalendar
getFrDtTm()
Gets the value of the frDtTm property.javax.xml.datatype.XMLGregorianCalendar
getToDtTm()
Gets the value of the toDtTm property.void
setFrDtTm(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the frDtTm property.void
setToDtTm(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the toDtTm property.
-
-
-
Method Detail
-
getFrDtTm
public javax.xml.datatype.XMLGregorianCalendar getFrDtTm()
Gets the value of the frDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFrDtTm
public void setFrDtTm(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the frDtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getToDtTm
public javax.xml.datatype.XMLGregorianCalendar getToDtTm()
Gets the value of the toDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setToDtTm
public void setToDtTm(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the toDtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
-