Package jaxb
Class Network
- java.lang.Object
-
- jaxb.Network
-
public class Network extends Object
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"> <all> <element ref="{opentrafficmodels}nodes" minOccurs="0"/> <element ref="{opentrafficmodels}links" minOccurs="0"/> <element ref="{opentrafficmodels}roadgeoms" minOccurs="0"/> <element ref="{opentrafficmodels}roadconnections" minOccurs="0"/> <element ref="{opentrafficmodels}roadparams" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Network()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Links
getLinks()
Gets the value of the links property.Nodes
getNodes()
Gets the value of the nodes property.Roadconnections
getRoadconnections()
Gets the value of the roadconnections property.Roadgeoms
getRoadgeoms()
Gets the value of the roadgeoms property.Roadparams
getRoadparams()
Gets the value of the roadparams property.void
setLinks(Links value)
Sets the value of the links property.void
setNodes(Nodes value)
Sets the value of the nodes property.void
setRoadconnections(Roadconnections value)
Sets the value of the roadconnections property.void
setRoadgeoms(Roadgeoms value)
Sets the value of the roadgeoms property.void
setRoadparams(Roadparams value)
Sets the value of the roadparams property.
-
-
-
Method Detail
-
getNodes
public Nodes getNodes()
Gets the value of the nodes property.- Returns:
- possible object is
Nodes
-
setNodes
public void setNodes(Nodes value)
Sets the value of the nodes property.- Parameters:
value
- allowed object isNodes
-
getLinks
public Links getLinks()
Gets the value of the links property.- Returns:
- possible object is
Links
-
setLinks
public void setLinks(Links value)
Sets the value of the links property.- Parameters:
value
- allowed object isLinks
-
getRoadgeoms
public Roadgeoms getRoadgeoms()
Gets the value of the roadgeoms property.- Returns:
- possible object is
Roadgeoms
-
setRoadgeoms
public void setRoadgeoms(Roadgeoms value)
Sets the value of the roadgeoms property.- Parameters:
value
- allowed object isRoadgeoms
-
getRoadconnections
public Roadconnections getRoadconnections()
Gets the value of the roadconnections property.- Returns:
- possible object is
Roadconnections
-
setRoadconnections
public void setRoadconnections(Roadconnections value)
Sets the value of the roadconnections property.- Parameters:
value
- allowed object isRoadconnections
-
getRoadparams
public Roadparams getRoadparams()
Gets the value of the roadparams property.- Returns:
- possible object is
Roadparams
-
setRoadparams
public void setRoadparams(Roadparams value)
Sets the value of the roadparams property.- Parameters:
value
- allowed object isRoadparams
-
-