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