public class CxWSPathNode extends Object
Java class for CxWSPathNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSPathNode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Column" type="{http://www.w3.org/2001/XMLSchema}int"/>
<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="Length" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Line" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DOM_Id" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="MethodLine" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="PathNodeId" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
column |
protected int |
domId |
protected String |
fileName |
protected String |
fullName |
protected int |
length |
protected int |
line |
protected int |
methodLine |
protected String |
name |
protected int |
pathNodeId |
| Constructor and Description |
|---|
CxWSPathNode() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Gets the value of the column property.
|
int |
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.
|
int |
getMethodLine()
Gets the value of the methodLine property.
|
String |
getName()
Gets the value of the name property.
|
int |
getPathNodeId()
Gets the value of the pathNodeId property.
|
void |
setColumn(int value)
Sets the value of the column property.
|
void |
setDOMId(int 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 |
setLength(int value)
Sets the value of the length property.
|
void |
setLine(int value)
Sets the value of the line property.
|
void |
setMethodLine(int value)
Sets the value of the methodLine property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPathNodeId(int value)
Sets the value of the pathNodeId property.
|
protected int column
protected String fullName
protected String fileName
protected int length
protected int line
protected String name
protected int domId
protected int methodLine
protected int pathNodeId
public int getColumn()
public void setColumn(int value)
public String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic String getFileName()
Stringpublic void setFileName(String value)
value - allowed object is
Stringpublic int getLength()
public void setLength(int value)
public int getLine()
public void setLine(int value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic int getDOMId()
public void setDOMId(int value)
public int getMethodLine()
public void setMethodLine(int value)
public int getPathNodeId()
public void setPathNodeId(int value)
Copyright © 2020. All rights reserved.