Class Location

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    Area, LocationByReference, NetworkLocation

    public abstract class Location
    extends Object
    implements Serializable
    The specification of a location either on a network (as a point or a linear location) or as an area. This may be provided in one or more referencing systems.

    Java class for Location complex type.

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

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

    • Constructor Detail

      • Location

        public Location()
    • Method Detail

      • getLocationExtension

        public ExtensionType getLocationExtension()
        Gets the value of the locationExtension property.
        Returns:
        possible object is ExtensionType
      • setLocationExtension

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