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> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AuthRequest |
authRequest |
protected Boolean |
filterMyTransactions |
protected XMLGregorianCalendar |
fromDate |
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.
|
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 |
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
public AuthRequest getAuthRequest()
AuthRequest
public void setAuthRequest(AuthRequest value)
value
- allowed object is
AuthRequest
public String getRequestID()
String
public void setRequestID(String value)
value
- allowed object is
String
public XMLGregorianCalendar getFromDate()
XMLGregorianCalendar
public void setFromDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getToDate()
XMLGregorianCalendar
public void setToDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isFilterMyTransactions()
Boolean
Copyright © 2018 Open eHealth Foundation. All rights reserved.