Class DatePeriod2
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_07.DatePeriod2
-
public class DatePeriod2 extends java.lang.Object
Java class for DatePeriod2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatePeriod2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FrDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ISODate"/> <element name="ToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ISODate"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description DatePeriod2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.datatype.XMLGregorianCalendar
getFrDt()
Gets the value of the frDt property.javax.xml.datatype.XMLGregorianCalendar
getToDt()
Gets the value of the toDt property.void
setFrDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the frDt property.void
setToDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the toDt property.
-
-
-
Method Detail
-
getFrDt
public javax.xml.datatype.XMLGregorianCalendar getFrDt()
Gets the value of the frDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFrDt
public void setFrDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the frDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getToDt
public javax.xml.datatype.XMLGregorianCalendar getToDt()
Gets the value of the toDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setToDt
public void setToDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the toDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
-