Package uk.org.siri.siri14
Class ConnectionTimetableCapabilitiesResponseStructure.ConnectionTimetablePermissions
- java.lang.Object
-
- uk.org.siri.siri14.PermissionsStructure
-
- uk.org.siri.siri14.ConnectionTimetableCapabilitiesResponseStructure.ConnectionTimetablePermissions
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConnectionTimetableCapabilitiesResponseStructure
public static class ConnectionTimetableCapabilitiesResponseStructure.ConnectionTimetablePermissions 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="ConnectionTimetablePermission" 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<ConnectionServicePermissionStructure>connectionTimetablePermissions-
Fields inherited from class uk.org.siri.siri14.PermissionsStructure
permissionVersionRef
-
-
Constructor Summary
Constructors Constructor Description ConnectionTimetablePermissions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ConnectionServicePermissionStructure>getConnectionTimetablePermissions()Gets the value of the connectionTimetablePermissions property.-
Methods inherited from class uk.org.siri.siri14.PermissionsStructure
getPermissionVersionRef, setPermissionVersionRef
-
-
-
-
Field Detail
-
connectionTimetablePermissions
protected List<ConnectionServicePermissionStructure> connectionTimetablePermissions
-
-
Method Detail
-
getConnectionTimetablePermissions
public List<ConnectionServicePermissionStructure> getConnectionTimetablePermissions()
Gets the value of the connectionTimetablePermissions 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 connectionTimetablePermissions property.For example, to add a new item, do as follows:
getConnectionTimetablePermissions().add(newItem);Objects of the following type(s) are allowed in the list
ConnectionServicePermissionStructure
-
-