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