Package uk.org.siri.siri20
Class VehicleMonitoringServiceCapabilities.ResponseFeatures
- java.lang.Object
-
- uk.org.siri.siri20.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"/> <element name="HasSituations" 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 BooleanhasLocationprotected BooleanhasSituations
-
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.BooleanisHasSituations()Gets the value of the hasSituations property.voidsetHasLocation(Boolean value)Sets the value of the hasLocation property.voidsetHasSituations(Boolean value)Sets the value of the hasSituations property.
-
-
-
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 isBoolean
-
isHasSituations
public Boolean isHasSituations()
Gets the value of the hasSituations property.- Returns:
- possible object is
Boolean
-
-