Road
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 name="link" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="predecessor" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="elementType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="elementId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="contactPoint" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="successor" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="elementType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="elementId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="contactPoint" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="neighbor" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="elementId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="direction" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="type" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="planView">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="geometry" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="line">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="spiral">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
<attribute name="curvStart" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="curvEnd" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="arc">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
<attribute name="curvature" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="poly3">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
<attribute name="a" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="b" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="c" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="d" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</choice>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="x" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="y" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="hdg" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="elevationProfile" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="elevation" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="a" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="b" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="c" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="d" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="lateralProfile" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="superelevation" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="a" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="b" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="c" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="d" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="crossfall" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
<attribute name="side" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="a" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="b" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="c" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="d" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="lanes">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="laneSection" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="left" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lane" type="{}lane" maxOccurs="unbounded"/>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="center" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lane" type="{}centerLane" minOccurs="0"/>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="right" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lane" type="{}lane" maxOccurs="unbounded"/>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="objects" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="object" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="outline" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cornerInertial" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
<attribute name="x" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="y" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="z" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="cornerRoad" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="t" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="dz" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="cornerRelative" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
<attribute name="u" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="v" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="z" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="laneValidity" type="{}laneValidity" maxOccurs="unbounded" minOccurs="0"/>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="t" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="zOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="validLength" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="orientation" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="radius" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="hdg" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="pitch" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="roll" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="tunnel" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="laneValidity" type="{}laneValidity" maxOccurs="unbounded" minOccurs="0"/>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lighting" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="daylight" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="bridge" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="laneValidity" type="{}laneValidity" maxOccurs="unbounded" minOccurs="0"/>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="signals" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="signal" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="laneValidity" type="{}laneValidity" maxOccurs="unbounded" minOccurs="0"/>
<element name="dependency" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="t" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dynamic" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="orientation" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="zOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="country" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="subtype" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="signalReference" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="laneValidity" type="{}laneValidity" maxOccurs="unbounded" minOccurs="0"/>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="t" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" minOccurs="0"/>
<element name="include" type="{}include" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="junction" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
Content copied to clipboard
Types
Functions
Link copied to clipboard
Gets the value of the elevationProfile property.
Link copied to clipboard
Gets the value of the junction property.
Link copied to clipboard
Gets the value of the lanes property.
Link copied to clipboard
Gets the value of the lateralProfile property.
Link copied to clipboard
Gets the value of the link property.
Link copied to clipboard
Gets the value of the objects property.
Link copied to clipboard
Gets the value of the planView property.
Link copied to clipboard
Gets the value of the signals property.
Link copied to clipboard
Gets the value of the type property.
Link copied to clipboard
Sets the value of the elevationProfile property.
Link copied to clipboard
Sets the value of the junction property.
Link copied to clipboard
Sets the value of the lanes property.
Link copied to clipboard
Sets the value of the lateralProfile property.
Link copied to clipboard
Sets the value of the link property.
Link copied to clipboard
Sets the value of the objects property.
Link copied to clipboard
Sets the value of the planView property.
Link copied to clipboard
Sets the value of the signals property.