Package jaxb
Class Lanegroup
- java.lang.Object
-
- jaxb.Lanegroup
-
public class Lanegroup 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"> <attribute name="link" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="lanes" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Lanegroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLanes()
Gets the value of the lanes property.long
getLink()
Gets the value of the link property.void
setLanes(String value)
Sets the value of the lanes property.void
setLink(long value)
Sets the value of the link property.
-