Class ReferencePointPrimaryLocation

  • All Implemented Interfaces:
    Serializable

    public class ReferencePointPrimaryLocation
    extends Object
    implements Serializable
    The point (called Primary point) which is at the downstream end of a linear road section. The point is identified by a reference point.

    Java class for ReferencePointPrimaryLocation complex type.

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

     <complexType name="ReferencePointPrimaryLocation">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="referencePoint" type="{http://datex2.eu/schema/1_0/1_0}ReferencePoint"/>
             <element name="referencePointPrimaryLocationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • referencePointPrimaryLocationExtension

        protected ExtensionType referencePointPrimaryLocationExtension
    • Constructor Detail

      • ReferencePointPrimaryLocation

        public ReferencePointPrimaryLocation()
    • Method Detail

      • getReferencePoint

        public ReferencePoint getReferencePoint()
        Gets the value of the referencePoint property.
        Returns:
        possible object is ReferencePoint
      • setReferencePoint

        public void setReferencePoint​(ReferencePoint value)
        Sets the value of the referencePoint property.
        Parameters:
        value - allowed object is ReferencePoint
      • getReferencePointPrimaryLocationExtension

        public ExtensionType getReferencePointPrimaryLocationExtension()
        Gets the value of the referencePointPrimaryLocationExtension property.
        Returns:
        possible object is ExtensionType
      • setReferencePointPrimaryLocationExtension

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