Package uk.org.siri.siri20
Class StopMonitorPermissionStructure
- java.lang.Object
-
- uk.org.siri.siri20.AbstractTopicPermissionStructure
-
- uk.org.siri.siri20.StopMonitorPermissionStructure
-
- All Implemented Interfaces:
Serializable
public class StopMonitorPermissionStructure extends AbstractTopicPermissionStructure implements Serializable
Type for Monitoring Point (LOGICAL DISPLAY) Permission.Java class for StopMonitorPermissionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StopMonitorPermissionStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractTopicPermissionStructure"> <sequence> <element name="MonitoringRef" type="{http://www.siri.org.uk/siri}MonitoringRefStructure"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected MonitoringRefStructuremonitoringRef-
Fields inherited from class uk.org.siri.siri20.AbstractTopicPermissionStructure
allow
-
-
Constructor Summary
Constructors Constructor Description StopMonitorPermissionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MonitoringRefStructuregetMonitoringRef()Gets the value of the monitoringRef property.voidsetMonitoringRef(MonitoringRefStructure value)Sets the value of the monitoringRef property.-
Methods inherited from class uk.org.siri.siri20.AbstractTopicPermissionStructure
isAllow, setAllow
-
-
-
-
Field Detail
-
monitoringRef
protected MonitoringRefStructure monitoringRef
-
-
Method Detail
-
getMonitoringRef
public MonitoringRefStructure getMonitoringRef()
Gets the value of the monitoringRef property.- Returns:
- possible object is
MonitoringRefStructure
-
setMonitoringRef
public void setMonitoringRef(MonitoringRefStructure value)
Sets the value of the monitoringRef property.- Parameters:
value- allowed object isMonitoringRefStructure
-
-