Class RoadsideReferencePointSecondaryLocation

  • All Implemented Interfaces:
    Serializable

    public class RoadsideReferencePointSecondaryLocation
    extends Object
    implements Serializable

    Java class for RoadsideReferencePointSecondaryLocation complex type.

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

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

      • roadsideReferencePointSecondaryLocationExtension

        protected ExtensionType roadsideReferencePointSecondaryLocationExtension
    • Constructor Detail

      • RoadsideReferencePointSecondaryLocation

        public RoadsideReferencePointSecondaryLocation()
    • Method Detail

      • getRoadsideReferencePointSecondaryLocationExtension

        public ExtensionType getRoadsideReferencePointSecondaryLocationExtension()
        Gets the value of the roadsideReferencePointSecondaryLocationExtension property.
        Returns:
        possible object is ExtensionType
      • setRoadsideReferencePointSecondaryLocationExtension

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