Package uk.org.siri.siri10
Class ProductionTimetablePermissions
- java.lang.Object
-
- uk.org.siri.siri10.PermissionsStructure
-
- uk.org.siri.siri10.ProductionTimetablePermissions
-
- All Implemented Interfaces:
Serializable
public class ProductionTimetablePermissions 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="ProductionTimetablePermission" type="{http://www.siri.org.uk/}ConnectionServicePermissionStructure" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ConnectionServicePermissionStructure>productionTimetablePermission-
Fields inherited from class uk.org.siri.siri10.PermissionsStructure
permissionVersionRef
-
-
Constructor Summary
Constructors Constructor Description ProductionTimetablePermissions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ConnectionServicePermissionStructure>getProductionTimetablePermission()Gets the value of the productionTimetablePermission property.-
Methods inherited from class uk.org.siri.siri10.PermissionsStructure
getPermissionVersionRef, setPermissionVersionRef
-
-
-
-
Field Detail
-
productionTimetablePermission
protected List<ConnectionServicePermissionStructure> productionTimetablePermission
-
-
Method Detail
-
getProductionTimetablePermission
public List<ConnectionServicePermissionStructure> getProductionTimetablePermission()
Gets the value of the productionTimetablePermission 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 productionTimetablePermission property.For example, to add a new item, do as follows:
getProductionTimetablePermission().add(newItem);Objects of the following type(s) are allowed in the list
ConnectionServicePermissionStructure
-
-