public class DateRange extends Object
Java class for DateRange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateRange">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="dateFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
dateFrom |
protected Calendar |
dateTo |
| Constructor and Description |
|---|
DateRange() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getDateFrom()
Gets the value of the dateFrom property.
|
Calendar |
getDateTo()
Gets the value of the dateTo property.
|
void |
setDateFrom(Calendar value)
Sets the value of the dateFrom property.
|
void |
setDateTo(Calendar value)
Sets the value of the dateTo property.
|
public Calendar getDateFrom()
Stringpublic void setDateFrom(Calendar value)
value - allowed object is
Stringpublic Calendar getDateTo()
StringCopyright © 2014 OpenEstate. All rights reserved.