Package uk.org.siri.siri21
Class VehicleMonitorPermissionStructure
- java.lang.Object
-
- uk.org.siri.siri21.AbstractTopicPermissionStructure
-
- uk.org.siri.siri21.VehicleMonitorPermissionStructure
-
- All Implemented Interfaces:
Serializable
public class VehicleMonitorPermissionStructure extends AbstractTopicPermissionStructure implements Serializable
Type for MonitoringPoint Permission.Java class for VehicleMonitorPermissionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VehicleMonitorPermissionStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractTopicPermissionStructure"> <sequence> <element name="VehicleMonitoringRef" type="{http://www.siri.org.uk/siri}VehicleMonitoringRefStructure"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected VehicleMonitoringRefStructurevehicleMonitoringRef-
Fields inherited from class uk.org.siri.siri21.AbstractTopicPermissionStructure
allow
-
-
Constructor Summary
Constructors Constructor Description VehicleMonitorPermissionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VehicleMonitoringRefStructuregetVehicleMonitoringRef()Gets the value of the vehicleMonitoringRef property.voidsetVehicleMonitoringRef(VehicleMonitoringRefStructure value)Sets the value of the vehicleMonitoringRef property.-
Methods inherited from class uk.org.siri.siri21.AbstractTopicPermissionStructure
isAllow, setAllow
-
-
-
-
Field Detail
-
vehicleMonitoringRef
protected VehicleMonitoringRefStructure vehicleMonitoringRef
-
-
Method Detail
-
getVehicleMonitoringRef
public VehicleMonitoringRefStructure getVehicleMonitoringRef()
Gets the value of the vehicleMonitoringRef property.- Returns:
- possible object is
VehicleMonitoringRefStructure
-
setVehicleMonitoringRef
public void setVehicleMonitoringRef(VehicleMonitoringRefStructure value)
Sets the value of the vehicleMonitoringRef property.- Parameters:
value- allowed object isVehicleMonitoringRefStructure
-
-