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 LanechangesgetLanechanges()Gets the value of the lanechanges property.StringgetLinks()Gets the value of the links property.ModelParamsgetModelParams()Gets the value of the modelParams property.StringgetName()Gets the value of the name property.StringgetProcess()Gets the value of the process property.StringgetType()Gets the value of the type property.booleanisIsDefault()Gets the value of the isDefault property.voidsetIsDefault(Boolean value)Sets the value of the isDefault property.voidsetLanechanges(Lanechanges value)Sets the value of the lanechanges property.voidsetLinks(String value)Sets the value of the links property.voidsetModelParams(ModelParams value)Sets the value of the modelParams property.voidsetName(String value)Sets the value of the name property.voidsetProcess(String value)Sets the value of the process property.voidsetType(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
-
-