public class CxWSResponseResultGraph extends CxWSBasicRepsonse
Java class for CxWSResponseResultGraph complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseResultGraph">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="Nodes" type="{http://Checkmarx.com}ArrayOfCxWSNode" minOccurs="0"/>
<element name="Edges" type="{http://Checkmarx.com}ArrayOfCxWSEdge" minOccurs="0"/>
<element name="Partial" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCxWSEdge |
edges |
protected ArrayOfCxWSNode |
nodes |
protected boolean |
partial |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseResultGraph() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCxWSEdge |
getEdges()
Gets the value of the edges property.
|
ArrayOfCxWSNode |
getNodes()
Gets the value of the nodes property.
|
boolean |
isPartial()
Gets the value of the partial property.
|
void |
setEdges(ArrayOfCxWSEdge value)
Sets the value of the edges property.
|
void |
setNodes(ArrayOfCxWSNode value)
Sets the value of the nodes property.
|
void |
setPartial(boolean value)
Sets the value of the partial property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected ArrayOfCxWSNode nodes
protected ArrayOfCxWSEdge edges
protected boolean partial
public ArrayOfCxWSNode getNodes()
ArrayOfCxWSNodepublic void setNodes(ArrayOfCxWSNode value)
value - allowed object is
ArrayOfCxWSNodepublic ArrayOfCxWSEdge getEdges()
ArrayOfCxWSEdgepublic void setEdges(ArrayOfCxWSEdge value)
value - allowed object is
ArrayOfCxWSEdgepublic boolean isPartial()
public void setPartial(boolean value)
Copyright © 2020. All rights reserved.