Package jaxb

Class Model


  • public class Model
    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}model_params" minOccurs="0"/>
             <element ref="{opentrafficmodels}lanechanges" minOccurs="0"/>
           </all>
           <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="links" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="process" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="is_default" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Model

        public Model()
    • Method Detail

      • getModelParams

        public ModelParams getModelParams()
        Gets the value of the modelParams property.
        Returns:
        possible object is ModelParams
      • setModelParams

        public void setModelParams​(ModelParams value)
        Sets the value of the modelParams property.
        Parameters:
        value - allowed object is ModelParams
      • getLanechanges

        public Lanechanges getLanechanges()
        Gets the value of the lanechanges property.
        Returns:
        possible object is Lanechanges
      • setLanechanges

        public void setLanechanges​(Lanechanges value)
        Sets the value of the lanechanges property.
        Parameters:
        value - allowed object is Lanechanges
      • getType

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getLinks

        public String getLinks()
        Gets the value of the links property.
        Returns:
        possible object is String
      • setLinks

        public void setLinks​(String value)
        Sets the value of the links property.
        Parameters:
        value - allowed object is String
      • getProcess

        public String getProcess()
        Gets the value of the process property.
        Returns:
        possible object is String
      • setProcess

        public void setProcess​(String value)
        Sets the value of the process property.
        Parameters:
        value - allowed object is String
      • isIsDefault

        public boolean isIsDefault()
        Gets the value of the isDefault property.
        Returns:
        possible object is Boolean
      • setIsDefault

        public void setIsDefault​(Boolean value)
        Sets the value of the isDefault property.
        Parameters:
        value - allowed object is Boolean