Package jaxb
Class AddLanes
- java.lang.Object
-
- jaxb.AddLanes
-
public class AddLanes 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}gates" minOccurs="0"/> </all> <attribute name="isopen" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="side" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="in|out"/> </restriction> </simpleType> </attribute> <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="roadparam" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="lanes" type="{http://www.w3.org/2001/XMLSchema}int" default="1" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description AddLanes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Gates
getGates()
Gets the value of the gates property.int
getLanes()
Gets the value of the lanes property.Float
getLength()
Gets the value of the length property.Long
getRoadparam()
Gets the value of the roadparam property.String
getSide()
Gets the value of the side property.boolean
isIsopen()
Gets the value of the isopen property.void
setGates(Gates value)
Sets the value of the gates property.void
setIsopen(Boolean value)
Sets the value of the isopen property.void
setLanes(Integer value)
Sets the value of the lanes property.void
setLength(Float value)
Sets the value of the length property.void
setRoadparam(Long value)
Sets the value of the roadparam property.void
setSide(String value)
Sets the value of the side property.
-
-
-
Method Detail
-
getGates
public Gates getGates()
Gets the value of the gates property.- Returns:
- possible object is
Gates
-
setGates
public void setGates(Gates value)
Sets the value of the gates property.- Parameters:
value
- allowed object isGates
-
isIsopen
public boolean isIsopen()
Gets the value of the isopen property.- Returns:
- possible object is
Boolean
-
setIsopen
public void setIsopen(Boolean value)
Sets the value of the isopen property.- Parameters:
value
- allowed object isBoolean
-
getSide
public String getSide()
Gets the value of the side property.- Returns:
- possible object is
String
-
setSide
public void setSide(String value)
Sets the value of the side property.- Parameters:
value
- allowed object isString
-
getLength
public Float getLength()
Gets the value of the length property.- Returns:
- possible object is
Float
-
setLength
public void setLength(Float value)
Sets the value of the length property.- Parameters:
value
- allowed object isFloat
-
getRoadparam
public Long getRoadparam()
Gets the value of the roadparam property.- Returns:
- possible object is
Long
-
setRoadparam
public void setRoadparam(Long value)
Sets the value of the roadparam property.- Parameters:
value
- allowed object isLong
-
getLanes
public int getLanes()
Gets the value of the lanes property.- Returns:
- possible object is
Integer
-
-