public class StreetGraph
extends java.lang.Object
implements java.io.Serializable
Java class for StreetGraph complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StreetGraph"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Nodes" type="{}Nodes"/> <element name="Edges" type="{}Edges"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Edges |
edges |
protected Nodes |
nodes |
Constructor and Description |
---|
StreetGraph() |
Modifier and Type | Method and Description |
---|---|
Edges |
getEdges()
Gets the value of the edges property.
|
Nodes |
getNodes()
Gets the value of the nodes property.
|
void |
setEdges(Edges value)
Sets the value of the edges property.
|
void |
setNodes(Nodes value)
Sets the value of the nodes property.
|
public Nodes getNodes()
Nodes
public void setNodes(Nodes value)
value
- allowed object is
Nodes
public Edges getEdges()
Edges