Package jaxb
Class Lanechanges
- java.lang.Object
-
- jaxb.Lanechanges
-
public class Lanechanges 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"> <sequence> <element ref="{opentrafficmodels}lanechange" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="dt" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Lanechanges()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetDt()Gets the value of the dt property.List<Lanechange>getLanechange()Gets the value of the lanechange property.StringgetType()Gets the value of the type property.voidsetDt(Float value)Sets the value of the dt property.voidsetType(String value)Sets the value of the type property.
-
-
-
Method Detail
-
getLanechange
public List<Lanechange> getLanechange()
Gets the value of the lanechange property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the lanechange property.For example, to add a new item, do as follows:
getLanechange().add(newItem);Objects of the following type(s) are allowed in the list
Lanechange
-
setDt
public void setDt(Float value)
Sets the value of the dt property.- Parameters:
value- allowed object isFloat
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
-