Package uk.org.siri.siri21
Class StopMonitoringServiceCapabilities.ResponseFeatures
- java.lang.Object
-
- uk.org.siri.siri21.StopMonitoringServiceCapabilities.ResponseFeatures
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StopMonitoringServiceCapabilities
public static class StopMonitoringServiceCapabilities.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="HasLineNotices" 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 BooleanhasLineNoticesprotected BooleanhasSituations
-
Constructor Summary
Constructors Constructor Description ResponseFeatures()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisHasLineNotices()Gets the value of the hasLineNotices property.BooleanisHasSituations()Gets the value of the hasSituations property.voidsetHasLineNotices(Boolean value)Sets the value of the hasLineNotices property.voidsetHasSituations(Boolean value)Sets the value of the hasSituations property.
-
-
-
Method Detail
-
isHasLineNotices
public Boolean isHasLineNotices()
Gets the value of the hasLineNotices property.- Returns:
- possible object is
Boolean
-
setHasLineNotices
public void setHasLineNotices(Boolean value)
Sets the value of the hasLineNotices property.- Parameters:
value- allowed object isBoolean
-
isHasSituations
public Boolean isHasSituations()
Gets the value of the hasSituations property.- Returns:
- possible object is
Boolean
-
-