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.03}ISODate"/> <element name="ToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}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()
XMLGregorianCalendar
public void setFrDt(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getToDt()
XMLGregorianCalendar
public void setToDt(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Copyright © 2018. All rights reserved.