public class GetResultsForQueryResponse 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="GetResultsForQueryResult" type="{http://Checkmarx.com}CxWSResponceScanResults" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponceScanResults |
getResultsForQueryResult |
| Constructor and Description |
|---|
GetResultsForQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponceScanResults |
getGetResultsForQueryResult()
Gets the value of the getResultsForQueryResult property.
|
void |
setGetResultsForQueryResult(CxWSResponceScanResults value)
Sets the value of the getResultsForQueryResult property.
|
protected CxWSResponceScanResults getResultsForQueryResult
public CxWSResponceScanResults getGetResultsForQueryResult()
CxWSResponceScanResultspublic void setGetResultsForQueryResult(CxWSResponceScanResults value)
value - allowed object is
CxWSResponceScanResultsCopyright © 2020. All rights reserved.