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 StringgetLanes()Gets the value of the lanes property.longgetLink()Gets the value of the link property.voidsetLanes(String value)Sets the value of the lanes property.voidsetLink(long value)Sets the value of the link property.
-