Package uk.org.siri.siri13
Class FacilityMonitoringServiceCapabilities.ResponseFeatures
- java.lang.Object
-
- uk.org.siri.siri13.FacilityMonitoringServiceCapabilities.ResponseFeatures
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FacilityMonitoringServiceCapabilities
public static class FacilityMonitoringServiceCapabilities.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="HasRemedy" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="HasFacilityLocation" 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 BooleanhasFacilityLocationprotected BooleanhasRemedy
-
Constructor Summary
Constructors Constructor Description ResponseFeatures()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisHasFacilityLocation()Gets the value of the hasFacilityLocation property.BooleanisHasRemedy()Gets the value of the hasRemedy property.voidsetHasFacilityLocation(Boolean value)Sets the value of the hasFacilityLocation property.voidsetHasRemedy(Boolean value)Sets the value of the hasRemedy property.
-
-
-
Method Detail
-
isHasRemedy
public Boolean isHasRemedy()
Gets the value of the hasRemedy property.- Returns:
- possible object is
Boolean
-
setHasRemedy
public void setHasRemedy(Boolean value)
Sets the value of the hasRemedy property.- Parameters:
value- allowed object isBoolean
-
isHasFacilityLocation
public Boolean isHasFacilityLocation()
Gets the value of the hasFacilityLocation property.- Returns:
- possible object is
Boolean
-
-