Class RoadsideReferencePoint

  • All Implemented Interfaces:
    Serializable

    public class RoadsideReferencePoint
    extends Object
    implements Serializable

    Java class for RoadsideReferencePoint complex type.

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

     <complexType name="RoadsideReferencePoint">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="roadsideReferencePointIdentifier" type="{http://datex2.eu/schema/2_0RC1/2_0}String"/>
             <element name="administrativeArea" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/>
             <element name="roadName" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/>
             <element name="roadNumber" type="{http://datex2.eu/schema/2_0RC1/2_0}String" minOccurs="0"/>
             <element name="directionBound" type="{http://datex2.eu/schema/2_0RC1/2_0}DirectionEnum" minOccurs="0"/>
             <element name="directionRelative" type="{http://datex2.eu/schema/2_0RC1/2_0}ReferencePointDirectionEnum" minOccurs="0"/>
             <element name="distanceFromPrevious" type="{http://datex2.eu/schema/2_0RC1/2_0}MetresAsFloat" minOccurs="0"/>
             <element name="distanceToNext" type="{http://datex2.eu/schema/2_0RC1/2_0}MetresAsFloat" minOccurs="0"/>
             <element name="elevatedRoadSection" type="{http://datex2.eu/schema/2_0RC1/2_0}Boolean" minOccurs="0"/>
             <element name="roadsideReferencePointDescription" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/>
             <element name="roadsideReferencePointDistance" type="{http://datex2.eu/schema/2_0RC1/2_0}MetresAsFloat" minOccurs="0"/>
             <element name="roadsideReferencePointExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • roadsideReferencePointIdentifier

        protected String roadsideReferencePointIdentifier
      • roadNumber

        protected String roadNumber
      • distanceFromPrevious

        protected Float distanceFromPrevious
      • distanceToNext

        protected Float distanceToNext
      • elevatedRoadSection

        protected Boolean elevatedRoadSection
      • roadsideReferencePointDescription

        protected MultilingualString roadsideReferencePointDescription
      • roadsideReferencePointDistance

        protected Float roadsideReferencePointDistance
      • roadsideReferencePointExtension

        protected ExtensionType roadsideReferencePointExtension
    • Constructor Detail

      • RoadsideReferencePoint

        public RoadsideReferencePoint()
    • Method Detail

      • getRoadsideReferencePointIdentifier

        public String getRoadsideReferencePointIdentifier()
        Gets the value of the roadsideReferencePointIdentifier property.
        Returns:
        possible object is String
      • setRoadsideReferencePointIdentifier

        public void setRoadsideReferencePointIdentifier​(String value)
        Sets the value of the roadsideReferencePointIdentifier property.
        Parameters:
        value - allowed object is String
      • setAdministrativeArea

        public void setAdministrativeArea​(MultilingualString value)
        Sets the value of the administrativeArea property.
        Parameters:
        value - allowed object is MultilingualString
      • 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
      • getRoadsideReferencePointDescription

        public MultilingualString getRoadsideReferencePointDescription()
        Gets the value of the roadsideReferencePointDescription property.
        Returns:
        possible object is MultilingualString
      • setRoadsideReferencePointDescription

        public void setRoadsideReferencePointDescription​(MultilingualString value)
        Sets the value of the roadsideReferencePointDescription property.
        Parameters:
        value - allowed object is MultilingualString
      • getRoadsideReferencePointDistance

        public Float getRoadsideReferencePointDistance()
        Gets the value of the roadsideReferencePointDistance property.
        Returns:
        possible object is Float
      • setRoadsideReferencePointDistance

        public void setRoadsideReferencePointDistance​(Float value)
        Sets the value of the roadsideReferencePointDistance property.
        Parameters:
        value - allowed object is Float
      • getRoadsideReferencePointExtension

        public ExtensionType getRoadsideReferencePointExtension()
        Gets the value of the roadsideReferencePointExtension property.
        Returns:
        possible object is ExtensionType
      • setRoadsideReferencePointExtension

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