Package uk.org.siri.siri10
Class StopMonitoringServicePermissionStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractPermissionStructure
-
- uk.org.siri.siri10.StopMonitoringServicePermissionStructure
-
- All Implemented Interfaces:
Serializable
public class StopMonitoringServicePermissionStructure extends AbstractPermissionStructure implements Serializable
Type for Monitoring Service PermissionJava class for StopMonitoringServicePermissionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StopMonitoringServicePermissionStructure"> <complexContent> <extension base="{http://www.siri.org.uk/}AbstractPermissionStructure"> <sequence> <element ref="{http://www.siri.org.uk/}OperatorPermissions"/> <element ref="{http://www.siri.org.uk/}LinePermissions"/> <element name="StopMonitorPermissions"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element ref="{http://www.siri.org.uk/}AllowAll"/> <element name="StopMonitorPermission" type="{http://www.siri.org.uk/}StopMonitorPermissionStructure" maxOccurs="unbounded"/> </choice> </restriction> </complexContent> </complexType> </element> <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStopMonitoringServicePermissionStructure.StopMonitorPermissionsJava class for anonymous complex type.-
Nested classes/interfaces inherited from class uk.org.siri.siri10.AbstractPermissionStructure
AbstractPermissionStructure.GeneralCapabilities
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionsStructureextensionsprotected LinePermissionslinePermissionsprotected OperatorPermissionsoperatorPermissionsprotected StopMonitoringServicePermissionStructure.StopMonitorPermissionsstopMonitorPermissions-
Fields inherited from class uk.org.siri.siri10.AbstractPermissionStructure
allParticipants, generalCapabilities, participantRef
-
-
Constructor Summary
Constructors Constructor Description StopMonitoringServicePermissionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsStructuregetExtensions()Gets the value of the extensions property.LinePermissionsgetLinePermissions()Gets the value of the linePermissions property.OperatorPermissionsgetOperatorPermissions()Gets the value of the operatorPermissions property.StopMonitoringServicePermissionStructure.StopMonitorPermissionsgetStopMonitorPermissions()Gets the value of the stopMonitorPermissions property.voidsetExtensions(ExtensionsStructure value)Sets the value of the extensions property.voidsetLinePermissions(LinePermissions value)Sets the value of the linePermissions property.voidsetOperatorPermissions(OperatorPermissions value)Sets the value of the operatorPermissions property.voidsetStopMonitorPermissions(StopMonitoringServicePermissionStructure.StopMonitorPermissions value)Sets the value of the stopMonitorPermissions property.-
Methods inherited from class uk.org.siri.siri10.AbstractPermissionStructure
getAllParticipants, getGeneralCapabilities, getParticipantRef, setAllParticipants, setGeneralCapabilities, setParticipantRef
-
-
-
-
Field Detail
-
operatorPermissions
protected OperatorPermissions operatorPermissions
-
linePermissions
protected LinePermissions linePermissions
-
stopMonitorPermissions
protected StopMonitoringServicePermissionStructure.StopMonitorPermissions stopMonitorPermissions
-
extensions
protected ExtensionsStructure extensions
-
-
Method Detail
-
getOperatorPermissions
public OperatorPermissions getOperatorPermissions()
Gets the value of the operatorPermissions property.- Returns:
- possible object is
OperatorPermissions
-
setOperatorPermissions
public void setOperatorPermissions(OperatorPermissions value)
Sets the value of the operatorPermissions property.- Parameters:
value- allowed object isOperatorPermissions
-
getLinePermissions
public LinePermissions getLinePermissions()
Gets the value of the linePermissions property.- Returns:
- possible object is
LinePermissions
-
setLinePermissions
public void setLinePermissions(LinePermissions value)
Sets the value of the linePermissions property.- Parameters:
value- allowed object isLinePermissions
-
getStopMonitorPermissions
public StopMonitoringServicePermissionStructure.StopMonitorPermissions getStopMonitorPermissions()
Gets the value of the stopMonitorPermissions property.- Returns:
- possible object is
StopMonitoringServicePermissionStructure.StopMonitorPermissions
-
setStopMonitorPermissions
public void setStopMonitorPermissions(StopMonitoringServicePermissionStructure.StopMonitorPermissions value)
Sets the value of the stopMonitorPermissions property.- Parameters:
value- allowed object isStopMonitoringServicePermissionStructure.StopMonitorPermissions
-
getExtensions
public ExtensionsStructure getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsStructure
-
setExtensions
public void setExtensions(ExtensionsStructure value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsStructure
-
-