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 Summary
Fields Modifier and Type Field Description protected AuthRequestauthRequestprotected BooleanfilterMyTransactionsprotected XMLGregorianCalendarfromDateprotected intpageNumberprotected intpageSizeprotected StringrequestIDprotected XMLGregorianCalendartoDate
-
Constructor Summary
Constructors Constructor Description DownloadRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthRequestgetAuthRequest()Gets the value of the authRequest property.XMLGregorianCalendargetFromDate()Gets the value of the fromDate property.intgetPageNumber()intgetPageSize()StringgetRequestID()Gets the value of the requestID property.XMLGregorianCalendargetToDate()Gets the value of the toDate property.booleanisFilterMyTransactions()Gets the value of the filterMyTransactions property.voidsetAuthRequest(AuthRequest value)Sets the value of the authRequest property.voidsetFilterMyTransactions(Boolean value)Sets the value of the filterMyTransactions property.voidsetFromDate(XMLGregorianCalendar value)Sets the value of the fromDate property.voidsetPageNumber(int pageNumber)voidsetPageSize(int pageSize)voidsetRequestID(String value)Sets the value of the requestID property.voidsetToDate(XMLGregorianCalendar value)Sets the value of the toDate property.
-
-
-
Field Detail
-
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
-
-
Method Detail
-
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 isAuthRequest
-
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 isString
-
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
-
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 isBoolean
-
getPageNumber
public int getPageNumber()
-
setPageNumber
public void setPageNumber(int pageNumber)
-
getPageSize
public int getPageSize()
-
setPageSize
public void setPageSize(int pageSize)
-
-