Class DownloadRequest

java.lang.Object
org.openehealth.ipf.commons.ihe.hpd.stub.chpidd.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">
       <sequence>
         <element name="authRequest" type="{urn:oasis:names:tc:DSML:2:0:core}AuthRequest" minOccurs="0"/>
       </sequence>
       <attribute name="requestID" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="fromDate" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}dateTime">
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="toDate">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}dateTime">
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="filterMyTransactions" default="true">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}boolean">
           </restriction>
         </simpleType>
       </attribute>
       <xsd:attribute name="pageNumber" use="optional" default="1">
         <xsd:simpleType>
           <xsd:restriction base="xsd:unsignedInt"/>
         </xsd:simpleType>
       </xsd:attribute>
       <xsd:attribute name="pageSize" use="optional" default="1000">
         <xsd:simpleType>
           <xsd:restriction base="xsd:unsignedInt">
             <xsd:maxInclusive value="5000"/>
           </xsd:restriction>
         </xsd:simpleType>
       </xsd:attribute>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • authRequest

      protected AuthRequest authRequest
    • requestID

      protected String requestID
    • fromDate

      protected XMLGregorianCalendar fromDate
    • toDate

      protected XMLGregorianCalendar toDate
    • filterMyTransactions

      protected Boolean filterMyTransactions
    • pageNumber

      protected int pageNumber
    • pageSize

      protected int pageSize
  • Constructor Details

    • DownloadRequest

      public DownloadRequest()
  • Method Details

    • getAuthRequest

      public AuthRequest getAuthRequest()
      Gets the value of the authRequest property.
      Returns:
      possible object is AuthRequest
    • setAuthRequest

      public void setAuthRequest(AuthRequest value)
      Sets the value of the authRequest property.
      Parameters:
      value - allowed object is AuthRequest
    • getRequestID

      public String getRequestID()
      Gets the value of the requestID property.
      Returns:
      possible object is String
    • setRequestID

      public void setRequestID(String value)
      Sets the value of the requestID property.
      Parameters:
      value - allowed object is String
    • 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 is XMLGregorianCalendar
    • 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 is XMLGregorianCalendar
    • isFilterMyTransactions

      public boolean isFilterMyTransactions()
      Gets the value of the filterMyTransactions property.
      Returns:
      possible object is Boolean
    • setFilterMyTransactions

      public void setFilterMyTransactions(Boolean value)
      Sets the value of the filterMyTransactions property.
      Parameters:
      value - allowed object is Boolean
    • getPageNumber

      public int getPageNumber()
    • setPageNumber

      public void setPageNumber(int pageNumber)
    • getPageSize

      public int getPageSize()
    • setPageSize

      public void setPageSize(int pageSize)