Class DownloadRequest
java.lang.Object
org.openehealth.ipf.commons.ihe.hpd.stub.chcidd.DownloadRequest
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>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected String
protected XMLGregorianCalendar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fromDate property.Gets the value of the requestID property.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.
-
Field Details
-
fromDate
-
toDate
-
requestID
-
-
Constructor Details
-
DownloadRequest
public DownloadRequest()
-
-
Method Details
-
getFromDate
Gets the value of the fromDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFromDate
Sets the value of the fromDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getToDate
Gets the value of the toDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setToDate
Sets the value of the toDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getRequestID
Gets the value of the requestID property.- Returns:
- possible object is
String
-
setRequestID
Sets the value of the requestID property.- Parameters:
value
- allowed object isString
-