public class GetResultPathResponse 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="GetResultPathResult" type="{http://Checkmarx.com}CxWSResponceResultPath" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponceResultPath |
getResultPathResult |
| Constructor and Description |
|---|
GetResultPathResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponceResultPath |
getGetResultPathResult()
Gets the value of the getResultPathResult property.
|
void |
setGetResultPathResult(CxWSResponceResultPath value)
Sets the value of the getResultPathResult property.
|
protected CxWSResponceResultPath getResultPathResult
public CxWSResponceResultPath getGetResultPathResult()
CxWSResponceResultPathpublic void setGetResultPathResult(CxWSResponceResultPath value)
value - allowed object is
CxWSResponceResultPathCopyright © 2020. All rights reserved.