Package uk.org.siri.siri13
Class StopMonitoringServiceCapabilities.ResponseFeatures
- java.lang.Object
-
- uk.org.siri.siri13.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"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanhasLineNotices
-
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.voidsetHasLineNotices(Boolean value)Sets the value of the hasLineNotices property.
-