
public class ExportDataToHTMLResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ExportDataToHTMLResult" type="{urn:org:miloss:fgsms:services:interfaces:reportingService}ExportDataToHTML_ResponseMsg"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExportDataToHTMLResponseMsg |
exportDataToHTMLResult |
| Constructor and Description |
|---|
ExportDataToHTMLResponse() |
| Modifier and Type | Method and Description |
|---|---|
ExportDataToHTMLResponseMsg |
getExportDataToHTMLResult()
Gets the value of the exportDataToHTMLResult property.
|
void |
setExportDataToHTMLResult(ExportDataToHTMLResponseMsg value)
Sets the value of the exportDataToHTMLResult property.
|
protected ExportDataToHTMLResponseMsg exportDataToHTMLResult
public ExportDataToHTMLResponseMsg getExportDataToHTMLResult()
ExportDataToHTMLResponseMsgpublic void setExportDataToHTMLResult(ExportDataToHTMLResponseMsg value)
value - allowed object is
ExportDataToHTMLResponseMsgCopyright © 2008–2017 MIL-OSS. All rights reserved.