Class RoadsideReferencePointPrimaryLocation

  • All Implemented Interfaces:
    Serializable

    public class RoadsideReferencePointPrimaryLocation
    extends Object
    implements Serializable

    Java class for RoadsideReferencePointPrimaryLocation complex type.

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

     <complexType name="RoadsideReferencePointPrimaryLocation">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="roadsideReferencePoint" type="{http://datex2.eu/schema/2_0RC1/2_0}RoadsideReferencePoint"/>
             <element name="roadsideReferencePointPrimaryLocationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • roadsideReferencePointPrimaryLocationExtension

        protected ExtensionType roadsideReferencePointPrimaryLocationExtension
    • Constructor Detail

      • RoadsideReferencePointPrimaryLocation

        public RoadsideReferencePointPrimaryLocation()
    • Method Detail

      • getRoadsideReferencePointPrimaryLocationExtension

        public ExtensionType getRoadsideReferencePointPrimaryLocationExtension()
        Gets the value of the roadsideReferencePointPrimaryLocationExtension property.
        Returns:
        possible object is ExtensionType
      • setRoadsideReferencePointPrimaryLocationExtension

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