Class DatePeriod2
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_07.DatePeriod2
-
public class DatePeriod2 extends 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendarfrDtprotected XMLGregorianCalendartoDt
-
Constructor Summary
Constructors Constructor Description DatePeriod2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetFrDt()Gets the value of the frDt property.XMLGregorianCalendargetToDt()Gets the value of the toDt property.voidsetFrDt(XMLGregorianCalendar value)Sets the value of the frDt property.voidsetToDt(XMLGregorianCalendar value)Sets the value of the toDt property.
-
-
-
Field Detail
-
frDt
protected XMLGregorianCalendar frDt
-
toDt
protected XMLGregorianCalendar toDt
-
-
Method Detail
-
getFrDt
public XMLGregorianCalendar getFrDt()
Gets the value of the frDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFrDt
public void setFrDt(XMLGregorianCalendar value)
Sets the value of the frDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getToDt
public XMLGregorianCalendar getToDt()
Gets the value of the toDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setToDt
public void setToDt(XMLGregorianCalendar value)
Sets the value of the toDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-