Class ReferencePointLinear

  • All Implemented Interfaces:
    Serializable

    public class ReferencePointLinear
    extends Object
    implements Serializable
    A linear section along a road defined between two points on the road identified by reference points.

    Java class for ReferencePointLinear complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ReferencePointLinear">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="referencePointPrimaryLocation" type="{http://datex2.eu/schema/1_0/1_0}ReferencePointPrimaryLocation"/>
             <element name="referencePointSecondaryLocation" type="{http://datex2.eu/schema/1_0/1_0}ReferencePointSecondaryLocation"/>
             <element name="referencePointLinearExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form