Package uk.org.siri.siri14
Class VehicleMonitoringServiceCapabilities.ResponseFeatures
- java.lang.Object
-
- uk.org.siri.siri14.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 Summary
Fields Modifier and Type Field Description protected BooleanhasLocation
-
Constructor Summary
Constructors Constructor Description ResponseFeatures()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisHasLocation()Gets the value of the hasLocation property.voidsetHasLocation(Boolean value)Sets the value of the hasLocation property.
-
-
-
Field Detail
-
hasLocation
protected Boolean hasLocation
-
-