public class DateTimePeriodDetails extends Object
Java class for DateTimePeriodDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateTimePeriodDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FrDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ISODateTime"/>
<element name="ToDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ISODateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
frDtTm |
protected XMLGregorianCalendar |
toDtTm |
| Constructor and Description |
|---|
DateTimePeriodDetails() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getFrDtTm()
Gets the value of the frDtTm property.
|
XMLGregorianCalendar |
getToDtTm()
Gets the value of the toDtTm property.
|
void |
setFrDtTm(XMLGregorianCalendar value)
Sets the value of the frDtTm property.
|
void |
setToDtTm(XMLGregorianCalendar value)
Sets the value of the toDtTm property.
|
protected XMLGregorianCalendar frDtTm
protected XMLGregorianCalendar toDtTm
public XMLGregorianCalendar getFrDtTm()
XMLGregorianCalendarpublic void setFrDtTm(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getToDtTm()
XMLGregorianCalendarpublic void setToDtTm(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2020. All rights reserved.