public class CxWSResponceResultPath extends CxWSBasicRepsonse
Java class for CxWSResponceResultPath complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponceResultPath">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="Path" type="{http://Checkmarx.com}CxWSResultPath" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResultPath |
path |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponceResultPath() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResultPath |
getPath()
Gets the value of the path property.
|
void |
setPath(CxWSResultPath value)
Sets the value of the path property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected CxWSResultPath path
public CxWSResultPath getPath()
CxWSResultPathpublic void setPath(CxWSResultPath value)
value - allowed object is
CxWSResultPathCopyright © 2020. All rights reserved.