public class GetResultGraphForQueryResponse 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="GetResultGraphForQueryResult" type="{http://Checkmarx.com}CxWSResponseResultGraph" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseResultGraph |
getResultGraphForQueryResult |
| Constructor and Description |
|---|
GetResultGraphForQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseResultGraph |
getGetResultGraphForQueryResult()
Gets the value of the getResultGraphForQueryResult property.
|
void |
setGetResultGraphForQueryResult(CxWSResponseResultGraph value)
Sets the value of the getResultGraphForQueryResult property.
|
protected CxWSResponseResultGraph getResultGraphForQueryResult
public CxWSResponseResultGraph getGetResultGraphForQueryResult()
CxWSResponseResultGraphpublic void setGetResultGraphForQueryResult(CxWSResponseResultGraph value)
value - allowed object is
CxWSResponseResultGraphCopyright © 2020. All rights reserved.