Package jaxb
Class Lanechange
- java.lang.Object
-
- jaxb.Lanechange
-
public class Lanechange 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}parameters" minOccurs="0"/> </all> <attribute name="comms" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Lanechange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComms()
Gets the value of the comms property.Parameters
getParameters()
Gets the value of the parameters property.void
setComms(String value)
Sets the value of the comms property.void
setParameters(Parameters value)
Sets the value of the parameters property.
-
-
-
Method Detail
-
getParameters
public Parameters getParameters()
Gets the value of the parameters property.- Returns:
- possible object is
Parameters
-
setParameters
public void setParameters(Parameters value)
Sets the value of the parameters property.- Parameters:
value
- allowed object isParameters
-
getComms
public String getComms()
Gets the value of the comms property.- Returns:
- possible object is
String
-
-