public class DownloadRequest extends Object
Java class for DownloadRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DownloadRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="fromDate" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="toDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="requestID" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
fromDate |
protected String |
requestID |
protected XMLGregorianCalendar |
toDate |
| Constructor and Description |
|---|
DownloadRequest() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getFromDate()
Gets the value of the fromDate property.
|
String |
getRequestID()
Gets the value of the requestID property.
|
XMLGregorianCalendar |
getToDate()
Gets the value of the toDate property.
|
void |
setFromDate(XMLGregorianCalendar value)
Sets the value of the fromDate property.
|
void |
setRequestID(String value)
Sets the value of the requestID property.
|
void |
setToDate(XMLGregorianCalendar value)
Sets the value of the toDate property.
|
protected XMLGregorianCalendar fromDate
protected XMLGregorianCalendar toDate
protected String requestID
public XMLGregorianCalendar getFromDate()
XMLGregorianCalendarpublic void setFromDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getToDate()
XMLGregorianCalendarpublic void setToDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getRequestID()
StringCopyright © 2020 Open eHealth Foundation. All rights reserved.