public class CxWSEdge extends Object
Java class for CxWSEdge complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSEdge">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StartNode" type="{http://Checkmarx.com}CxWSNode" minOccurs="0"/>
<element name="EndNode" type="{http://Checkmarx.com}CxWSNode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSNode |
endNode |
protected CxWSNode |
startNode |
| Constructor and Description |
|---|
CxWSEdge() |
| Modifier and Type | Method and Description |
|---|---|
CxWSNode |
getEndNode()
Gets the value of the endNode property.
|
CxWSNode |
getStartNode()
Gets the value of the startNode property.
|
void |
setEndNode(CxWSNode value)
Sets the value of the endNode property.
|
void |
setStartNode(CxWSNode value)
Sets the value of the startNode property.
|
public CxWSNode getStartNode()
CxWSNodepublic void setStartNode(CxWSNode value)
value - allowed object is
CxWSNodepublic CxWSNode getEndNode()
CxWSNodeCopyright © 2020. All rights reserved.