Package uk.org.netex.www.netex
Interface TimingPoints_RelStructure.ChoiceWrapper_Point_VersionStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimingPoints_RelStructure.ChoiceWrapper_Point_VersionStructure,TimingPoints_RelStructure.ChoiceWrapper_Point_VersionStructure.Builder
- Enclosing class:
TimingPoints_RelStructure
public static interface TimingPoints_RelStructure.ChoiceWrapper_Point_VersionStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA subtype of PARKING POINT located in a GARAGE.A subtype of PARKING POINT located in a GARAGE.A TIMING POINT where vehicles may stay unattended for a long time.A TIMING POINT where vehicles may stay unattended for a long time.A TIMING POINT where a relief is possible, i.e. a driver may take on or hand over a vehicle.A TIMING POINT where a relief is possible, i.e. a driver may take on or hand over a vehicle.A POINT against which the timing information necessary to build schedules may be recorded.A POINT against which the timing information necessary to build schedules may be recorded.booleanA subtype of PARKING POINT located in a GARAGE.booleanA TIMING POINT where vehicles may stay unattended for a long time.booleanA TIMING POINT where a relief is possible, i.e. a driver may take on or hand over a vehicle.booleanA POINT against which the timing information necessary to build schedules may be recorded.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTimingPoint
boolean hasTimingPoint()A POINT against which the timing information necessary to build schedules may be recorded. [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 160:84]
.uk.org.netex.www.netex.TimingPointType timing_point = 1;- Returns:
- Whether the timingPoint field is set.
-
getTimingPoint
TimingPointType getTimingPoint()A POINT against which the timing information necessary to build schedules may be recorded. [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 160:84]
.uk.org.netex.www.netex.TimingPointType timing_point = 1;- Returns:
- The timingPoint.
-
getTimingPointOrBuilder
TimingPointTypeOrBuilder getTimingPointOrBuilder()A POINT against which the timing information necessary to build schedules may be recorded. [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 160:84]
.uk.org.netex.www.netex.TimingPointType timing_point = 1; -
hasReliefPoint
boolean hasReliefPoint()A TIMING POINT where a relief is possible, i.e. a driver may take on or hand over a vehicle. The vehicle may sometimes be left unattended. [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 183:84]
.uk.org.netex.www.netex.ReliefPointType relief_point = 2;- Returns:
- Whether the reliefPoint field is set.
-
getReliefPoint
ReliefPointType getReliefPoint()A TIMING POINT where a relief is possible, i.e. a driver may take on or hand over a vehicle. The vehicle may sometimes be left unattended. [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 183:84]
.uk.org.netex.www.netex.ReliefPointType relief_point = 2;- Returns:
- The reliefPoint.
-
getReliefPointOrBuilder
ReliefPointTypeOrBuilder getReliefPointOrBuilder()A TIMING POINT where a relief is possible, i.e. a driver may take on or hand over a vehicle. The vehicle may sometimes be left unattended. [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 183:84]
.uk.org.netex.www.netex.ReliefPointType relief_point = 2; -
hasParkingPoint
boolean hasParkingPoint()A TIMING POINT where vehicles may stay unattended for a long time. A vehicle's return to park at a PARKING POINT marks the end of a BLOCK. [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 242:85]
.uk.org.netex.www.netex.ParkingPointType parking_point = 3;- Returns:
- Whether the parkingPoint field is set.
-
getParkingPoint
ParkingPointType getParkingPoint()A TIMING POINT where vehicles may stay unattended for a long time. A vehicle's return to park at a PARKING POINT marks the end of a BLOCK. [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 242:85]
.uk.org.netex.www.netex.ParkingPointType parking_point = 3;- Returns:
- The parkingPoint.
-
getParkingPointOrBuilder
ParkingPointTypeOrBuilder getParkingPointOrBuilder()A TIMING POINT where vehicles may stay unattended for a long time. A vehicle's return to park at a PARKING POINT marks the end of a BLOCK. [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 242:85]
.uk.org.netex.www.netex.ParkingPointType parking_point = 3; -
hasGaragePoint
boolean hasGaragePoint()A subtype of PARKING POINT located in a GARAGE. [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 305:85]
.uk.org.netex.www.netex.GaragePointType garage_point = 4;- Returns:
- Whether the garagePoint field is set.
-
getGaragePoint
GaragePointType getGaragePoint()A subtype of PARKING POINT located in a GARAGE. [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 305:85]
.uk.org.netex.www.netex.GaragePointType garage_point = 4;- Returns:
- The garagePoint.
-
getGaragePointOrBuilder
GaragePointTypeOrBuilder getGaragePointOrBuilder()A subtype of PARKING POINT located in a GARAGE. [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 305:85]
.uk.org.netex.www.netex.GaragePointType garage_point = 4; -
getPointVersionStructureCase
TimingPoints_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase getPointVersionStructureCase()
-