Package uk.org.netex.www.netex
Interface VehicleJourneyLayovers_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VehicleJourneyLayovers_RelStructure,VehicleJourneyLayovers_RelStructure.Builder
public interface VehicleJourneyLayovers_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getVehicleJourneyLayover(int index) A time allowance at the end of a specified VEHICLE JOURNEY.intA time allowance at the end of a specified VEHICLE JOURNEY.A time allowance at the end of a specified VEHICLE JOURNEY.getVehicleJourneyLayoverOrBuilder(int index) A time allowance at the end of a specified VEHICLE JOURNEY.List<? extends VehicleJourneyLayoverTypeOrBuilder> A time allowance at the end of a specified VEHICLE JOURNEY.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
-
getId
String getId()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The bytes for id.
-
getVehicleJourneyLayoverList
List<VehicleJourneyLayoverType> getVehicleJourneyLayoverList()A time allowance at the end of a specified VEHICLE JOURNEY. This time supersedes any global layover or JOURNEY PATTERN LAYOVER. [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 206:95]
repeated .uk.org.netex.www.netex.VehicleJourneyLayoverType vehicle_journey_layover = 2; -
getVehicleJourneyLayover
A time allowance at the end of a specified VEHICLE JOURNEY. This time supersedes any global layover or JOURNEY PATTERN LAYOVER. [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 206:95]
repeated .uk.org.netex.www.netex.VehicleJourneyLayoverType vehicle_journey_layover = 2; -
getVehicleJourneyLayoverCount
int getVehicleJourneyLayoverCount()A time allowance at the end of a specified VEHICLE JOURNEY. This time supersedes any global layover or JOURNEY PATTERN LAYOVER. [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 206:95]
repeated .uk.org.netex.www.netex.VehicleJourneyLayoverType vehicle_journey_layover = 2; -
getVehicleJourneyLayoverOrBuilderList
List<? extends VehicleJourneyLayoverTypeOrBuilder> getVehicleJourneyLayoverOrBuilderList()A time allowance at the end of a specified VEHICLE JOURNEY. This time supersedes any global layover or JOURNEY PATTERN LAYOVER. [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 206:95]
repeated .uk.org.netex.www.netex.VehicleJourneyLayoverType vehicle_journey_layover = 2; -
getVehicleJourneyLayoverOrBuilder
A time allowance at the end of a specified VEHICLE JOURNEY. This time supersedes any global layover or JOURNEY PATTERN LAYOVER. [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 206:95]
repeated .uk.org.netex.www.netex.VehicleJourneyLayoverType vehicle_journey_layover = 2;
-