Class ReferencePointSecondaryLocation

  • All Implemented Interfaces:
    Serializable

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

    Java class for ReferencePointSecondaryLocation complex type.

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

     <complexType name="ReferencePointSecondaryLocation">
       <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="referencePointSecondaryLocationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • referencePointSecondaryLocationExtension

        protected ExtensionType referencePointSecondaryLocationExtension
    • Constructor Detail

      • ReferencePointSecondaryLocation

        public ReferencePointSecondaryLocation()
    • 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
      • getReferencePointSecondaryLocationExtension

        public ExtensionType getReferencePointSecondaryLocationExtension()
        Gets the value of the referencePointSecondaryLocationExtension property.
        Returns:
        possible object is ExtensionType
      • setReferencePointSecondaryLocationExtension

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