public class PathNodeType extends Object
Java class for PathNodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PathNodeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FileName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Line" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Column" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="NodeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Length" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Snippet" type="{}SnippetType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
column |
protected String |
fileName |
protected String |
length |
protected String |
line |
protected String |
name |
protected String |
nodeId |
protected SnippetType |
snippet |
protected String |
type |
| Constructor and Description |
|---|
PathNodeType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumn()
Gets the value of the column property.
|
String |
getFileName()
Gets the value of the fileName property.
|
String |
getLength()
Gets the value of the length property.
|
String |
getLine()
Gets the value of the line property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNodeId()
Gets the value of the nodeId property.
|
SnippetType |
getSnippet()
Gets the value of the snippet property.
|
String |
getType()
Gets the value of the type property.
|
void |
setColumn(String value)
Sets the value of the column property.
|
void |
setFileName(String value)
Sets the value of the fileName property.
|
void |
setLength(String value)
Sets the value of the length property.
|
void |
setLine(String value)
Sets the value of the line property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNodeId(String value)
Sets the value of the nodeId property.
|
void |
setSnippet(SnippetType value)
Sets the value of the snippet property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String fileName
protected String line
protected String column
protected String nodeId
protected String name
protected String type
protected String length
protected SnippetType snippet
public String getFileName()
Stringpublic void setFileName(String value)
value - allowed object is
Stringpublic String getLine()
Stringpublic void setLine(String value)
value - allowed object is
Stringpublic String getColumn()
Stringpublic void setColumn(String value)
value - allowed object is
Stringpublic String getNodeId()
Stringpublic void setNodeId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getLength()
Stringpublic void setLength(String value)
value - allowed object is
Stringpublic SnippetType getSnippet()
SnippetTypepublic void setSnippet(SnippetType value)
value - allowed object is
SnippetTypeCopyright © 2020. All rights reserved.