Class DateTimePeriod1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_07.DateTimePeriod1
-
public class DateTimePeriod1 extends java.lang.ObjectJava class for DateTimePeriod1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateTimePeriod1"> <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.07}ISODateTime"/> <element name="ToDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ISODateTime"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description DateTimePeriod1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.datatype.XMLGregorianCalendargetFrDtTm()Gets the value of the frDtTm property.javax.xml.datatype.XMLGregorianCalendargetToDtTm()Gets the value of the toDtTm property.voidsetFrDtTm(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the frDtTm property.voidsetToDtTm(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
-
-