public class CxWSNode extends Object
Java class for CxWSNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSNode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NodeId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="DOM_Id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="State" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="PathIds" type="{http://Checkmarx.com}ArrayOfLong" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isBFL" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Column" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Line" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Length" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
column |
protected long |
domId |
protected String |
fileName |
protected String |
fullName |
protected boolean |
isBFL |
protected int |
length |
protected int |
line |
protected String |
name |
protected long |
nodeId |
protected ArrayOfLong |
pathIds |
protected int |
state |
| Constructor and Description |
|---|
CxWSNode() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Gets the value of the column property.
|
long |
getDOMId()
Gets the value of the domId property.
|
String |
getFileName()
Gets the value of the fileName property.
|
String |
getFullName()
Gets the value of the fullName property.
|
int |
getLength()
Gets the value of the length property.
|
int |
getLine()
Gets the value of the line property.
|
String |
getName()
Gets the value of the name property.
|
long |
getNodeId()
Gets the value of the nodeId property.
|
ArrayOfLong |
getPathIds()
Gets the value of the pathIds property.
|
int |
getState()
Gets the value of the state property.
|
boolean |
isIsBFL()
Gets the value of the isBFL property.
|
void |
setColumn(int value)
Sets the value of the column property.
|
void |
setDOMId(long value)
Sets the value of the domId property.
|
void |
setFileName(String value)
Sets the value of the fileName property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setIsBFL(boolean value)
Sets the value of the isBFL property.
|
void |
setLength(int value)
Sets the value of the length property.
|
void |
setLine(int value)
Sets the value of the line property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNodeId(long value)
Sets the value of the nodeId property.
|
void |
setPathIds(ArrayOfLong value)
Sets the value of the pathIds property.
|
void |
setState(int value)
Sets the value of the state property.
|
protected long nodeId
protected long domId
protected int state
protected ArrayOfLong pathIds
protected String name
protected String fullName
protected String fileName
protected boolean isBFL
protected int column
protected int line
protected int length
public long getNodeId()
public void setNodeId(long value)
public long getDOMId()
public void setDOMId(long value)
public int getState()
public void setState(int value)
public ArrayOfLong getPathIds()
ArrayOfLongpublic void setPathIds(ArrayOfLong value)
value - allowed object is
ArrayOfLongpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic String getFileName()
Stringpublic void setFileName(String value)
value - allowed object is
Stringpublic boolean isIsBFL()
public void setIsBFL(boolean value)
public int getColumn()
public void setColumn(int value)
public int getLine()
public void setLine(int value)
public int getLength()
public void setLength(int value)
Copyright © 2020. All rights reserved.