Package uk.org.siri.siri14
Class StopMonitoringCapabilityRequestPolicyStructure
- java.lang.Object
-
- uk.org.siri.siri14.CapabilityRequestPolicyStructure
-
- uk.org.siri.siri14.StopMonitoringCapabilityRequestPolicyStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StopMonitoringServiceCapabilities.RequestPolicy
public class StopMonitoringCapabilityRequestPolicyStructure extends CapabilityRequestPolicyStructure implements Serializable
Type for Monitoring Service Capability Request PolicyJava class for StopMonitoringCapabilityRequestPolicyStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StopMonitoringCapabilityRequestPolicyStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}CapabilityRequestPolicyStructure"> <sequence> <element name="UseReferences" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="UseNames" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanuseNamesprotected BooleanuseReferences-
Fields inherited from class uk.org.siri.siri14.CapabilityRequestPolicyStructure
gmlCoordinateFormat, nationalLanguages, wgsDecimalDegrees
-
-
Constructor Summary
Constructors Constructor Description StopMonitoringCapabilityRequestPolicyStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisUseNames()Gets the value of the useNames property.BooleanisUseReferences()Gets the value of the useReferences property.voidsetUseNames(Boolean value)Sets the value of the useNames property.voidsetUseReferences(Boolean value)Sets the value of the useReferences property.-
Methods inherited from class uk.org.siri.siri14.CapabilityRequestPolicyStructure
getGmlCoordinateFormat, getNationalLanguages, getWgsDecimalDegrees, setGmlCoordinateFormat, setWgsDecimalDegrees
-
-
-
-
Method Detail
-
isUseReferences
public Boolean isUseReferences()
Gets the value of the useReferences property.- Returns:
- possible object is
Boolean
-
setUseReferences
public void setUseReferences(Boolean value)
Sets the value of the useReferences property.- Parameters:
value- allowed object isBoolean
-
isUseNames
public Boolean isUseNames()
Gets the value of the useNames property.- Returns:
- possible object is
Boolean
-
-