Interface PreviousCalls_RelStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PreviousCalls_RelStructure, PreviousCalls_RelStructure.Builder

public interface PreviousCalls_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Identifier of the relationship.
    com.google.protobuf.ByteString
    Identifier of the relationship.
    getPreviousCall(int index)
    An already completed CALL of a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.
    int
    An already completed CALL of a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.
    An already completed CALL of a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.
    An already completed CALL of a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.
    An already completed CALL of a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.
    • getPreviousCallList

      List<PreviousCallType> getPreviousCallList()
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;
    • getPreviousCall

      PreviousCallType getPreviousCall(int index)
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;
    • getPreviousCallCount

      int getPreviousCallCount()
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;
    • getPreviousCallOrBuilderList

      List<? extends PreviousCallTypeOrBuilder> getPreviousCallOrBuilderList()
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;
    • getPreviousCallOrBuilder

      PreviousCallTypeOrBuilder getPreviousCallOrBuilder(int index)
       An already completed CALL of  a VEHICLE JOURNEY that occurred earlier in the the JOURNEY PATTERN before the current stop.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 224:35]
       
      repeated .uk.org.netex.www.netex.PreviousCallType previous_call = 2;