public class DatePeriodDetails
extends java.lang.Object
Java class for DatePeriodDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatePeriodDetails">
<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.06}ISODate"/>
<element name="ToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ISODate"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
frDt |
|
protected javax.xml.datatype.XMLGregorianCalendar |
toDt |
| Constructor | Description |
|---|---|
DatePeriodDetails() |
| 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.
|
protected javax.xml.datatype.XMLGregorianCalendar frDt
protected javax.xml.datatype.XMLGregorianCalendar toDt
public javax.xml.datatype.XMLGregorianCalendar getFrDt()
XMLGregorianCalendarpublic void setFrDt(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getToDt()
XMLGregorianCalendarpublic void setToDt(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2018. All rights reserved.