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>