Class DateTimePeriodDetails
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_03.DateTimePeriodDetails
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the frDtTm property.Gets the value of the toDtTm property.void
setFrDtTm
(XMLGregorianCalendar value) Sets the value of the frDtTm property.void
setToDtTm
(XMLGregorianCalendar value) Sets the value of the toDtTm property.
-
Field Details
-
frDtTm
-
toDtTm
-
-
Constructor Details
-
DateTimePeriodDetails
public DateTimePeriodDetails()
-
-
Method Details
-
getFrDtTm
Gets the value of the frDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFrDtTm
Sets the value of the frDtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getToDtTm
Gets the value of the toDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setToDtTm
Sets the value of the toDtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-