Package uk.org.netex.www.netex
Interface VehicleJourneyHeadways_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VehicleJourneyHeadways_RelStructure,VehicleJourneyHeadways_RelStructure.Builder
public interface VehicleJourneyHeadways_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getVehicleJourneyHeadway(int index) Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY).intHeadway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY).Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY).getVehicleJourneyHeadwayOrBuilder(int index) Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY).List<? extends VehicleJourneyHeadwayTypeOrBuilder> Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next 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.
-
getVehicleJourneyHeadwayList
List<VehicleJourneyHeadwayType> getVehicleJourneyHeadwayList()Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services). [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2; -
getVehicleJourneyHeadway
Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services). [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2; -
getVehicleJourneyHeadwayCount
int getVehicleJourneyHeadwayCount()Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services). [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2; -
getVehicleJourneyHeadwayOrBuilderList
List<? extends VehicleJourneyHeadwayTypeOrBuilder> getVehicleJourneyHeadwayOrBuilderList()Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services). [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2; -
getVehicleJourneyHeadwayOrBuilder
Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services). [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2;
-