public class DateTimePeriod1 extends Object
Java class for DateTimePeriod1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateTimePeriod1">
<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.07}ISODateTime"/>
<element name="ToDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ISODateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
frDtTm |
protected XMLGregorianCalendar |
toDtTm |
| Constructor and Description |
|---|
DateTimePeriod1() |
| 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.