Class ReferencePoint

  • All Implemented Interfaces:
    Serializable

    public class ReferencePoint
    extends Object
    implements Serializable
    One of a sequence of reference points along a road, normally spaced at regular intervals along each carriageway with a sequence of identification from a known starting point.

    Java class for ReferencePoint complex type.

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

     <complexType name="ReferencePoint">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="referencePointIdentifier" type="{http://datex2.eu/schema/1_0/1_0}String"/>
             <element name="administrativeArea" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="value" maxOccurs="unbounded">
                         <complexType>
                           <simpleContent>
                             <extension base="<http://datex2.eu/schema/1_0/1_0>MultiLingualString">
                               <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" />
                             </extension>
                           </simpleContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="roadName" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="value" maxOccurs="unbounded">
                         <complexType>
                           <simpleContent>
                             <extension base="<http://datex2.eu/schema/1_0/1_0>MultiLingualString">
                               <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" />
                             </extension>
                           </simpleContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="roadNumber" type="{http://datex2.eu/schema/1_0/1_0}String" minOccurs="0"/>
             <element name="directionBound" type="{http://datex2.eu/schema/1_0/1_0}DirectionEnum" minOccurs="0"/>
             <element name="directionRelative" type="{http://datex2.eu/schema/1_0/1_0}ReferencePointDirectionEnum" minOccurs="0"/>
             <element name="distanceFromPrevious" type="{http://datex2.eu/schema/1_0/1_0}MetresAsFloat" minOccurs="0"/>
             <element name="distanceToNext" type="{http://datex2.eu/schema/1_0/1_0}MetresAsFloat" minOccurs="0"/>
             <element name="elevatedRoadSection" type="{http://datex2.eu/schema/1_0/1_0}Boolean" minOccurs="0"/>
             <element name="referencePointDescription" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="value" maxOccurs="unbounded">
                         <complexType>
                           <simpleContent>
                             <extension base="<http://datex2.eu/schema/1_0/1_0>MultiLingualString">
                               <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" />
                             </extension>
                           </simpleContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="referencePointDistance" type="{http://datex2.eu/schema/1_0/1_0}MetresAsFloat" minOccurs="0"/>
             <element name="referencePointExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ReferencePoint

        public ReferencePoint()
    • Method Detail

      • getReferencePointIdentifier

        public String getReferencePointIdentifier()
        Gets the value of the referencePointIdentifier property.
        Returns:
        possible object is String
      • setReferencePointIdentifier

        public void setReferencePointIdentifier​(String value)
        Sets the value of the referencePointIdentifier property.
        Parameters:
        value - allowed object is String
      • getRoadNumber

        public String getRoadNumber()
        Gets the value of the roadNumber property.
        Returns:
        possible object is String
      • setRoadNumber

        public void setRoadNumber​(String value)
        Sets the value of the roadNumber property.
        Parameters:
        value - allowed object is String
      • getDirectionBound

        public DirectionEnum getDirectionBound()
        Gets the value of the directionBound property.
        Returns:
        possible object is DirectionEnum
      • setDirectionBound

        public void setDirectionBound​(DirectionEnum value)
        Sets the value of the directionBound property.
        Parameters:
        value - allowed object is DirectionEnum
      • getDistanceFromPrevious

        public Float getDistanceFromPrevious()
        Gets the value of the distanceFromPrevious property.
        Returns:
        possible object is Float
      • setDistanceFromPrevious

        public void setDistanceFromPrevious​(Float value)
        Sets the value of the distanceFromPrevious property.
        Parameters:
        value - allowed object is Float
      • getDistanceToNext

        public Float getDistanceToNext()
        Gets the value of the distanceToNext property.
        Returns:
        possible object is Float
      • setDistanceToNext

        public void setDistanceToNext​(Float value)
        Sets the value of the distanceToNext property.
        Parameters:
        value - allowed object is Float
      • isElevatedRoadSection

        public Boolean isElevatedRoadSection()
        Gets the value of the elevatedRoadSection property.
        Returns:
        possible object is Boolean
      • setElevatedRoadSection

        public void setElevatedRoadSection​(Boolean value)
        Sets the value of the elevatedRoadSection property.
        Parameters:
        value - allowed object is Boolean
      • getReferencePointDistance

        public Float getReferencePointDistance()
        Gets the value of the referencePointDistance property.
        Returns:
        possible object is Float
      • setReferencePointDistance

        public void setReferencePointDistance​(Float value)
        Sets the value of the referencePointDistance property.
        Parameters:
        value - allowed object is Float
      • getReferencePointExtension

        public ExtensionType getReferencePointExtension()
        Gets the value of the referencePointExtension property.
        Returns:
        possible object is ExtensionType
      • setReferencePointExtension

        public void setReferencePointExtension​(ExtensionType value)
        Sets the value of the referencePointExtension property.
        Parameters:
        value - allowed object is ExtensionType