public class DatePeriodDetails extends 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.05}ISODate"/>
<element name="ToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ISODate"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
frDt |
protected XMLGregorianCalendar |
toDt |
| Constructor and Description |
|---|
DatePeriodDetails() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getFrDt()
Gets the value of the frDt property.
|
XMLGregorianCalendar |
getToDt()
Gets the value of the toDt property.
|
void |
setFrDt(XMLGregorianCalendar value)
Sets the value of the frDt property.
|
void |
setToDt(XMLGregorianCalendar value)
Sets the value of the toDt property.
|
protected XMLGregorianCalendar frDt
protected XMLGregorianCalendar toDt
public XMLGregorianCalendar getFrDt()
XMLGregorianCalendarpublic void setFrDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getToDt()
XMLGregorianCalendarpublic void setToDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2019. All rights reserved.