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