public class PathType extends Object
Java class for PathType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PathType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PathNode" type="{}PathNodeType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ResultId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="PathId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="SimilarityId" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
pathId |
protected List<PathNodeType> |
pathNode |
protected String |
resultId |
protected String |
similarityId |
| Constructor and Description |
|---|
PathType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPathId()
Gets the value of the pathId property.
|
List<PathNodeType> |
getPathNode()
Gets the value of the pathNode property.
|
String |
getResultId()
Gets the value of the resultId property.
|
String |
getSimilarityId()
Gets the value of the similarityId property.
|
void |
setPathId(String value)
Sets the value of the pathId property.
|
void |
setResultId(String value)
Sets the value of the resultId property.
|
void |
setSimilarityId(String value)
Sets the value of the similarityId property.
|
protected List<PathNodeType> pathNode
protected String resultId
protected String pathId
protected String similarityId
public List<PathNodeType> getPathNode()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the pathNode property.
For example, to add a new item, do as follows:
getPathNode().add(newItem);
Objects of the following type(s) are allowed in the list
PathNodeType
public String getResultId()
Stringpublic void setResultId(String value)
value - allowed object is
Stringpublic String getPathId()
Stringpublic void setPathId(String value)
value - allowed object is
Stringpublic String getSimilarityId()
StringCopyright © 2020. All rights reserved.