public class DateTimePeriodDetails
extends java.lang.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.01}ISODateTime"/>
<element name="ToDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ISODateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
frDtTm |
|
protected javax.xml.datatype.XMLGregorianCalendar |
toDtTm |
| Constructor | Description |
|---|---|
DateTimePeriodDetails() |
| Modifier and Type | Method | Description |
|---|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getFrDtTm() |
Gets the value of the frDtTm property.
|
javax.xml.datatype.XMLGregorianCalendar |
getToDtTm() |
Gets the value of the toDtTm property.
|
void |
setFrDtTm(javax.xml.datatype.XMLGregorianCalendar value) |
Sets the value of the frDtTm property.
|
void |
setToDtTm(javax.xml.datatype.XMLGregorianCalendar value) |
Sets the value of the toDtTm property.
|
protected javax.xml.datatype.XMLGregorianCalendar frDtTm
protected javax.xml.datatype.XMLGregorianCalendar toDtTm
public javax.xml.datatype.XMLGregorianCalendar getFrDtTm()
XMLGregorianCalendarpublic void setFrDtTm(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getToDtTm()
XMLGregorianCalendarpublic void setToDtTm(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2018. All rights reserved.