
public class ExportDataToCSVResponse 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="ExportDataToCSVResult" type="{urn:org:miloss:fgsms:services:interfaces:reportingService}ExportDataToCSV_ResponseMsg"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExportDataToCSVResponseMsg |
exportDataToCSVResult |
| Constructor and Description |
|---|
ExportDataToCSVResponse() |
| Modifier and Type | Method and Description |
|---|---|
ExportDataToCSVResponseMsg |
getExportDataToCSVResult()
Gets the value of the exportDataToCSVResult property.
|
void |
setExportDataToCSVResult(ExportDataToCSVResponseMsg value)
Sets the value of the exportDataToCSVResult property.
|
protected ExportDataToCSVResponseMsg exportDataToCSVResult
public ExportDataToCSVResponseMsg getExportDataToCSVResult()
ExportDataToCSVResponseMsgpublic void setExportDataToCSVResult(ExportDataToCSVResponseMsg value)
value - allowed object is
ExportDataToCSVResponseMsgCopyright © 2008–2017 MIL-OSS. All rights reserved.