Package jaxb

Class 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 Detail

      • Network

        public Network()
    • 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 is Nodes
      • 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 is Links
      • 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 is Roadgeoms
      • 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 is Roadconnections
      • 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 is Roadparams