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