Class DownloadRequest
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.hpd.stub.chcidd.DownloadRequest
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendarfromDateprotected StringrequestIDprotected XMLGregorianCalendartoDate
-
Constructor Summary
Constructors Constructor Description DownloadRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetFromDate()Gets the value of the fromDate property.StringgetRequestID()Gets the value of the requestID property.XMLGregorianCalendargetToDate()Gets the value of the toDate property.voidsetFromDate(XMLGregorianCalendar value)Sets the value of the fromDate property.voidsetRequestID(String value)Sets the value of the requestID property.voidsetToDate(XMLGregorianCalendar value)Sets the value of the toDate property.
-
-
-
Field Detail
-
fromDate
protected XMLGregorianCalendar fromDate
-
toDate
protected XMLGregorianCalendar toDate
-
requestID
protected String requestID
-
-
Method Detail
-
getFromDate
public XMLGregorianCalendar getFromDate()
Gets the value of the fromDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFromDate
public void setFromDate(XMLGregorianCalendar value)
Sets the value of the fromDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getToDate
public XMLGregorianCalendar getToDate()
Gets the value of the toDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setToDate
public void setToDate(XMLGregorianCalendar value)
Sets the value of the toDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getRequestID
public String getRequestID()
Gets the value of the requestID property.- Returns:
- possible object is
String
-
-