public class ReportServiceInterfacegetReportDownloadUrlWithOptionsResponse extends Object
Java class for getReportDownloadUrlWithOptionsResponse element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="getReportDownloadUrlWithOptionsResponse">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rval" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Constructor and Description |
|---|
ReportServiceInterfacegetReportDownloadUrlWithOptionsResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRval()
Gets the value of the rval property.
|
void |
setRval(String value)
Sets the value of the rval property.
|
protected String rval
Copyright © 2018. All Rights Reserved.