Class VehicleMonitoringServiceCapabilities.ResponseFeatures

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    VehicleMonitoringServiceCapabilities

    public static class VehicleMonitoringServiceCapabilities.ResponseFeatures
    extends Object
    implements Serializable

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="HasLocation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • hasLocation

        protected Boolean hasLocation
    • Constructor Detail

      • ResponseFeatures

        public ResponseFeatures()
    • Method Detail

      • isHasLocation

        public Boolean isHasLocation()
        Gets the value of the hasLocation property.
        Returns:
        possible object is Boolean
      • setHasLocation

        public void setHasLocation​(Boolean value)
        Sets the value of the hasLocation property.
        Parameters:
        value - allowed object is Boolean