Package uk.org.netex.www.netex
Interface ReliefPointsInFrame_RelStructure.ChoiceWrapper_TimingPoint_VersionStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReliefPointsInFrame_RelStructure.ChoiceWrapper_TimingPoint_VersionStructure,ReliefPointsInFrame_RelStructure.ChoiceWrapper_TimingPoint_VersionStructure.Builder
- Enclosing class:
ReliefPointsInFrame_RelStructure
public static interface ReliefPointsInFrame_RelStructure.ChoiceWrapper_TimingPoint_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.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.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
-
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 = 1;- 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 = 1;- 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 = 1; -
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 = 2;- 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 = 2;- 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 = 2; -
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 = 3;- 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 = 3;- 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 = 3; -
getTimingPointVersionStructureCase
ReliefPointsInFrame_RelStructure.ChoiceWrapper_TimingPoint_VersionStructure.TimingPointVersionStructureCase getTimingPointVersionStructureCase()
-