Package uk.org.siri.siri21
Class StopTimetablePermissions
- java.lang.Object
-
- uk.org.siri.siri21.PermissionsStructure
-
- uk.org.siri.siri21.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/siri}PermissionsStructure"> <sequence> <element name="StopTimetablePermission" type="{http://www.siri.org.uk/siri}StopTimetableServicePermissionStructure" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<StopTimetableServicePermissionStructure>stopTimetablePermissions-
Fields inherited from class uk.org.siri.siri21.PermissionsStructure
permissionVersionRef
-
-
Constructor Summary
Constructors Constructor Description StopTimetablePermissions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<StopTimetableServicePermissionStructure>getStopTimetablePermissions()Gets the value of the stopTimetablePermissions property.-
Methods inherited from class uk.org.siri.siri21.PermissionsStructure
getPermissionVersionRef, setPermissionVersionRef
-
-
-
-
Field Detail
-
stopTimetablePermissions
protected List<StopTimetableServicePermissionStructure> stopTimetablePermissions
-
-
Method Detail
-
getStopTimetablePermissions
public List<StopTimetableServicePermissionStructure> getStopTimetablePermissions()
Gets the value of the stopTimetablePermissions 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 Jakarta XML Binding object. This is why there is not a
setmethod for the stopTimetablePermissions property.For example, to add a new item, do as follows:
getStopTimetablePermissions().add(newItem);Objects of the following type(s) are allowed in the list
StopTimetableServicePermissionStructure
-
-