Package uk.org.siri.siri14
Class PermissionsStructure
- java.lang.Object
-
- uk.org.siri.siri14.PermissionsStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectionTimetableCapabilitiesResponseStructure.ConnectionTimetablePermissions,EstimatedTimetablePermissions,FacilityMonitoringPermissions,GeneralMessagePermissions,ProductionTimetablePermissions,SituationExchangePermissions,StopMonitoringPermissions,StopTimetablePermissions,VehicleMonitoringPermissions
public class PermissionsStructure extends Object implements Serializable
Type for abstract permissions.Java class for PermissionsStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PermissionsStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PermissionVersionRef" type="{http://www.siri.org.uk/siri}VersionRefStructure" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected VersionRefStructurepermissionVersionRef
-
Constructor Summary
Constructors Constructor Description PermissionsStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VersionRefStructuregetPermissionVersionRef()Gets the value of the permissionVersionRef property.voidsetPermissionVersionRef(VersionRefStructure value)Sets the value of the permissionVersionRef property.
-
-
-
Field Detail
-
permissionVersionRef
protected VersionRefStructure permissionVersionRef
-
-
Method Detail
-
getPermissionVersionRef
public VersionRefStructure getPermissionVersionRef()
Gets the value of the permissionVersionRef property.- Returns:
- possible object is
VersionRefStructure
-
setPermissionVersionRef
public void setPermissionVersionRef(VersionRefStructure value)
Sets the value of the permissionVersionRef property.- Parameters:
value- allowed object isVersionRefStructure
-
-