Package jaxb
Class Model
- java.lang.Object
-
- jaxb.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 Summary
Constructors Constructor Description Model()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Lanechanges
getLanechanges()
Gets the value of the lanechanges property.String
getLinks()
Gets the value of the links property.ModelParams
getModelParams()
Gets the value of the modelParams property.String
getName()
Gets the value of the name property.String
getProcess()
Gets the value of the process property.String
getType()
Gets the value of the type property.boolean
isIsDefault()
Gets the value of the isDefault property.void
setIsDefault(Boolean value)
Sets the value of the isDefault property.void
setLanechanges(Lanechanges value)
Sets the value of the lanechanges property.void
setLinks(String value)
Sets the value of the links property.void
setModelParams(ModelParams value)
Sets the value of the modelParams property.void
setName(String value)
Sets the value of the name property.void
setProcess(String value)
Sets the value of the process property.void
setType(String value)
Sets the value of the type property.
-
-
-
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 isModelParams
-
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 isLanechanges
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
isIsDefault
public boolean isIsDefault()
Gets the value of the isDefault property.- Returns:
- possible object is
Boolean
-
-