Package uk.org.netex.www.netex
Interface EstimatedPassingTimes_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EstimatedPassingTimes_RelStructure,EstimatedPassingTimes_RelStructure.Builder
@Generated
public interface EstimatedPassingTimes_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEstimatedPassingTime(int index) Estimated PASSING TIME.intEstimated PASSING TIME.Estimated PASSING TIME.getEstimatedPassingTimeOrBuilder(int index) Estimated PASSING TIME.List<? extends EstimatedPassingTimeTypeOrBuilder> Estimated PASSING TIME.getId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.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.
-
getEstimatedPassingTimeList
List<EstimatedPassingTimeType> getEstimatedPassingTimeList()Estimated PASSING TIME. [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2; -
getEstimatedPassingTime
Estimated PASSING TIME. [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2; -
getEstimatedPassingTimeCount
int getEstimatedPassingTimeCount()Estimated PASSING TIME. [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2; -
getEstimatedPassingTimeOrBuilderList
List<? extends EstimatedPassingTimeTypeOrBuilder> getEstimatedPassingTimeOrBuilderList()Estimated PASSING TIME. [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2; -
getEstimatedPassingTimeOrBuilder
Estimated PASSING TIME. [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2;
-