public class ExportQueriesResponse 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="ExportQueriesResult" type="{http://Checkmarx.com}CxWSResponseQueries" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseQueries |
exportQueriesResult |
| Constructor and Description |
|---|
ExportQueriesResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseQueries |
getExportQueriesResult()
Gets the value of the exportQueriesResult property.
|
void |
setExportQueriesResult(CxWSResponseQueries value)
Sets the value of the exportQueriesResult property.
|
protected CxWSResponseQueries exportQueriesResult
public CxWSResponseQueries getExportQueriesResult()
CxWSResponseQueriespublic void setExportQueriesResult(CxWSResponseQueries value)
value - allowed object is
CxWSResponseQueriesCopyright © 2020. All rights reserved.