public class GetResultPathsForQueryResponse 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="GetResultPathsForQueryResult" type="{http://Checkmarx.com}CxWSResponseResultPaths" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseResultPaths |
getResultPathsForQueryResult |
| Constructor and Description |
|---|
GetResultPathsForQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseResultPaths |
getGetResultPathsForQueryResult()
Gets the value of the getResultPathsForQueryResult property.
|
void |
setGetResultPathsForQueryResult(CxWSResponseResultPaths value)
Sets the value of the getResultPathsForQueryResult property.
|
protected CxWSResponseResultPaths getResultPathsForQueryResult
public CxWSResponseResultPaths getGetResultPathsForQueryResult()
CxWSResponseResultPathspublic void setGetResultPathsForQueryResult(CxWSResponseResultPaths value)
value - allowed object is
CxWSResponseResultPathsCopyright © 2020. All rights reserved.