Package uk.org.siri.siri10
Class StopTimetablePermissions
- java.lang.Object
-
- uk.org.siri.siri10.PermissionsStructure
-
- uk.org.siri.siri10.StopTimetablePermissions
-
- All Implemented Interfaces:
Serializable
public class StopTimetablePermissions extends PermissionsStructure 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/}PermissionsStructure"> <sequence> <element name="StopTimetablePermission" type="{http://www.siri.org.uk/}StopMonitoringServicePermissionStructure" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<StopMonitoringServicePermissionStructure>stopTimetablePermission-
Fields inherited from class uk.org.siri.siri10.PermissionsStructure
permissionVersionRef
-
-
Constructor Summary
Constructors Constructor Description StopTimetablePermissions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<StopMonitoringServicePermissionStructure>getStopTimetablePermission()Gets the value of the stopTimetablePermission property.-
Methods inherited from class uk.org.siri.siri10.PermissionsStructure
getPermissionVersionRef, setPermissionVersionRef
-
-
-
-
Field Detail
-
stopTimetablePermission
protected List<StopMonitoringServicePermissionStructure> stopTimetablePermission
-
-
Method Detail
-
getStopTimetablePermission
public List<StopMonitoringServicePermissionStructure> getStopTimetablePermission()
Gets the value of the stopTimetablePermission property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the stopTimetablePermission property.For example, to add a new item, do as follows:
getStopTimetablePermission().add(newItem);Objects of the following type(s) are allowed in the list
StopMonitoringServicePermissionStructure
-
-