public class CxWSResultPath extends Object
Java class for CxWSResultPath complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResultPath">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SimilarityId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="PathId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="State" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Severity" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="AssignedUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Nodes" type="{http://Checkmarx.com}ArrayOfCxWSPathNode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
assignedUser |
protected String |
comment |
protected ArrayOfCxWSPathNode |
nodes |
protected long |
pathId |
protected int |
severity |
protected long |
similarityId |
protected int |
state |
| Constructor and Description |
|---|
CxWSResultPath() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignedUser()
Gets the value of the assignedUser property.
|
String |
getComment()
Gets the value of the comment property.
|
ArrayOfCxWSPathNode |
getNodes()
Gets the value of the nodes property.
|
long |
getPathId()
Gets the value of the pathId property.
|
int |
getSeverity()
Gets the value of the severity property.
|
long |
getSimilarityId()
Gets the value of the similarityId property.
|
int |
getState()
Gets the value of the state property.
|
void |
setAssignedUser(String value)
Sets the value of the assignedUser property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setNodes(ArrayOfCxWSPathNode value)
Sets the value of the nodes property.
|
void |
setPathId(long value)
Sets the value of the pathId property.
|
void |
setSeverity(int value)
Sets the value of the severity property.
|
void |
setSimilarityId(long value)
Sets the value of the similarityId property.
|
void |
setState(int value)
Sets the value of the state property.
|
protected long similarityId
protected long pathId
protected String comment
protected int state
protected int severity
protected String assignedUser
protected ArrayOfCxWSPathNode nodes
public long getSimilarityId()
public void setSimilarityId(long value)
public long getPathId()
public void setPathId(long value)
public String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic int getState()
public void setState(int value)
public int getSeverity()
public void setSeverity(int value)
public String getAssignedUser()
Stringpublic void setAssignedUser(String value)
value - allowed object is
Stringpublic ArrayOfCxWSPathNode getNodes()
ArrayOfCxWSPathNodepublic void setNodes(ArrayOfCxWSPathNode value)
value - allowed object is
ArrayOfCxWSPathNodeCopyright © 2020. All rights reserved.