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>
| Modifier and Type | Field and Description |
|---|---|
protected AuthRequest |
authRequest |
protected Boolean |
filterMyTransactions |
protected XMLGregorianCalendar |
fromDate |
protected int |
pageNumber |
protected int |
pageSize |
protected String |
requestID |
protected XMLGregorianCalendar |
toDate |
| Constructor and Description |
|---|
DownloadRequest() |
| Modifier and Type | Method and Description |
|---|---|
AuthRequest |
getAuthRequest()
Gets the value of the authRequest property.
|
XMLGregorianCalendar |
getFromDate()
Gets the value of the fromDate property.
|
int |
getPageNumber() |
int |
getPageSize() |
String |
getRequestID()
Gets the value of the requestID property.
|
XMLGregorianCalendar |
getToDate()
Gets the value of the toDate property.
|
boolean |
isFilterMyTransactions()
Gets the value of the filterMyTransactions property.
|
void |
setAuthRequest(AuthRequest value)
Sets the value of the authRequest property.
|
void |
setFilterMyTransactions(Boolean value)
Sets the value of the filterMyTransactions property.
|
void |
setFromDate(XMLGregorianCalendar value)
Sets the value of the fromDate property.
|
void |
setPageNumber(int pageNumber) |
void |
setPageSize(int pageSize) |
void |
setRequestID(String value)
Sets the value of the requestID property.
|
void |
setToDate(XMLGregorianCalendar value)
Sets the value of the toDate property.
|
protected AuthRequest authRequest
protected String requestID
protected XMLGregorianCalendar fromDate
protected XMLGregorianCalendar toDate
protected Boolean filterMyTransactions
protected int pageNumber
protected int pageSize
public AuthRequest getAuthRequest()
AuthRequestpublic void setAuthRequest(AuthRequest value)
value - allowed object is
AuthRequestpublic String getRequestID()
Stringpublic void setRequestID(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getFromDate()
XMLGregorianCalendarpublic void setFromDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getToDate()
XMLGregorianCalendarpublic void setToDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isFilterMyTransactions()
Booleanpublic void setFilterMyTransactions(Boolean value)
value - allowed object is
Booleanpublic int getPageNumber()
public void setPageNumber(int pageNumber)
public int getPageSize()
public void setPageSize(int pageSize)
Copyright © 2021 Open eHealth Foundation. All rights reserved.