Package uk.org.siri.siri13
Class VehicleMonitoringServiceCapabilities.AccessControl
- java.lang.Object
-
- uk.org.siri.siri13.CapabilityAccessControlStructure
-
- uk.org.siri.siri13.VehicleMonitoringServiceCapabilities.AccessControl
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- VehicleMonitoringServiceCapabilities
public static class VehicleMonitoringServiceCapabilities.AccessControl extends CapabilityAccessControlStructure implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.siri.org.uk/siri}CapabilityAccessControlStructure"> <sequence> <element ref="{http://www.siri.org.uk/siri}CheckOperatorRef" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}CheckLineRef" minOccurs="0"/> <element name="CheckVehicleMonitoringRef" 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 BooleancheckLineRefprotected BooleancheckOperatorRefprotected BooleancheckVehicleMonitoringRef-
Fields inherited from class uk.org.siri.siri13.CapabilityAccessControlStructure
requestChecking
-
-
Constructor Summary
Constructors Constructor Description AccessControl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisCheckLineRef()Gets the value of the checkLineRef property.BooleanisCheckOperatorRef()Gets the value of the checkOperatorRef property.BooleanisCheckVehicleMonitoringRef()Gets the value of the checkVehicleMonitoringRef property.voidsetCheckLineRef(Boolean value)Sets the value of the checkLineRef property.voidsetCheckOperatorRef(Boolean value)Sets the value of the checkOperatorRef property.voidsetCheckVehicleMonitoringRef(Boolean value)Sets the value of the checkVehicleMonitoringRef property.-
Methods inherited from class uk.org.siri.siri13.CapabilityAccessControlStructure
isRequestChecking, setRequestChecking
-
-
-
-
Method Detail
-
isCheckOperatorRef
public Boolean isCheckOperatorRef()
Gets the value of the checkOperatorRef property.- Returns:
- possible object is
Boolean
-
setCheckOperatorRef
public void setCheckOperatorRef(Boolean value)
Sets the value of the checkOperatorRef property.- Parameters:
value- allowed object isBoolean
-
isCheckLineRef
public Boolean isCheckLineRef()
Gets the value of the checkLineRef property.- Returns:
- possible object is
Boolean
-
setCheckLineRef
public void setCheckLineRef(Boolean value)
Sets the value of the checkLineRef property.- Parameters:
value- allowed object isBoolean
-
isCheckVehicleMonitoringRef
public Boolean isCheckVehicleMonitoringRef()
Gets the value of the checkVehicleMonitoringRef property.- Returns:
- possible object is
Boolean
-
-