Uses of Class
uk.org.siri.siri20.VersionRefStructure
-
Packages that use VersionRefStructure Package Description uk.org.siri.siri20 -
-
Uses of VersionRefStructure in uk.org.siri.siri20
Fields in uk.org.siri.siri20 declared as VersionRefStructure Modifier and Type Field Description protected VersionRefStructurePermissionsStructure. permissionVersionRefprotected VersionRefStructureEstimatedTimetableRequestStructure. timetableVersionRefprotected VersionRefStructureProductionTimetableRequestStructure. timetableVersionRefprotected VersionRefStructureDatedTimetableVersionFrame. versionRefMethods in uk.org.siri.siri20 that return VersionRefStructure Modifier and Type Method Description VersionRefStructureObjectFactory. createVersionRefStructure()Create an instance ofVersionRefStructureVersionRefStructurePermissionsStructure. getPermissionVersionRef()Gets the value of the permissionVersionRef property.VersionRefStructureEstimatedTimetableRequestStructure. getTimetableVersionRef()Gets the value of the timetableVersionRef property.VersionRefStructureProductionTimetableRequestStructure. getTimetableVersionRef()Gets the value of the timetableVersionRef property.VersionRefStructureDatedTimetableVersionFrame. getVersionRef()Gets the value of the versionRef property.Methods in uk.org.siri.siri20 with parameters of type VersionRefStructure Modifier and Type Method Description voidPermissionsStructure. setPermissionVersionRef(VersionRefStructure value)Sets the value of the permissionVersionRef property.voidEstimatedTimetableRequestStructure. setTimetableVersionRef(VersionRefStructure value)Sets the value of the timetableVersionRef property.voidProductionTimetableRequestStructure. setTimetableVersionRef(VersionRefStructure value)Sets the value of the timetableVersionRef property.voidDatedTimetableVersionFrame. setVersionRef(VersionRefStructure value)Sets the value of the versionRef property.
-