Class DeadRunCallPartStructure

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
uk.org.netex.www.netex.DeadRunCallPartStructure
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, DeadRunCallPartStructureOrBuilder

@Generated public final class DeadRunCallPartStructure extends com.google.protobuf.GeneratedMessage implements DeadRunCallPartStructureOrBuilder
 Type for DEAD RUN CALL part.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 400:51]
 
Protobuf type uk.org.netex.www.netex.DeadRunCallPartStructure
See Also:
  • Field Details

    • TIME_FIELD_NUMBER

      public static final int TIME_FIELD_NUMBER
      See Also:
    • DAY_OFFSET_FIELD_NUMBER

      public static final int DAY_OFFSET_FIELD_NUMBER
      See Also:
    • WAIT_TIME_FIELD_NUMBER

      public static final int WAIT_TIME_FIELD_NUMBER
      See Also:
    • JOURNEY_PART_REF_FIELD_NUMBER

      public static final int JOURNEY_PART_REF_FIELD_NUMBER
      See Also:
    • TIME_DEMAND_TYPE_REF_FIELD_NUMBER

      public static final int TIME_DEMAND_TYPE_REF_FIELD_NUMBER
      See Also:
    • DUTY_PART_REF_FIELD_NUMBER

      public static final int DUTY_PART_REF_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • hasTime

      public boolean hasTime()
       Latest Arrival time.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 405:59]
       
      .google.type.TimeOfDay time = 1;
      Specified by:
      hasTime in interface DeadRunCallPartStructureOrBuilder
      Returns:
      Whether the time field is set.
    • getTime

      public com.google.type.TimeOfDay getTime()
       Latest Arrival time.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 405:59]
       
      .google.type.TimeOfDay time = 1;
      Specified by:
      getTime in interface DeadRunCallPartStructureOrBuilder
      Returns:
      The time.
    • getTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getTimeOrBuilder()
       Latest Arrival time.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 405:59]
       
      .google.type.TimeOfDay time = 1;
      Specified by:
      getTimeOrBuilder in interface DeadRunCallPartStructureOrBuilder
    • getDayOffset

      public int getDayOffset()
       Number of days of arrival time after the starting  day  journey if  not same calendar day. Default is 0 for same day.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 410:69]
       
      int32 day_offset = 2;
      Specified by:
      getDayOffset in interface DeadRunCallPartStructureOrBuilder
      Returns:
      The dayOffset.
    • hasWaitTime

      public boolean hasWaitTime()
       Timetabled waiting interval.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 415:67]
       
      .google.protobuf.Duration wait_time = 3;
      Specified by:
      hasWaitTime in interface DeadRunCallPartStructureOrBuilder
      Returns:
      Whether the waitTime field is set.
    • getWaitTime

      public com.google.protobuf.Duration getWaitTime()
       Timetabled waiting interval.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 415:67]
       
      .google.protobuf.Duration wait_time = 3;
      Specified by:
      getWaitTime in interface DeadRunCallPartStructureOrBuilder
      Returns:
      The waitTime.
    • getWaitTimeOrBuilder

      public com.google.protobuf.DurationOrBuilder getWaitTimeOrBuilder()
       Timetabled waiting interval.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 415:67]
       
      .google.protobuf.Duration wait_time = 3;
      Specified by:
      getWaitTimeOrBuilder in interface DeadRunCallPartStructureOrBuilder
    • hasJourneyPartRef

      public boolean hasJourneyPartRef()
       Reference to a JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 100:107]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure journey_part_ref = 4;
      Specified by:
      hasJourneyPartRef in interface DeadRunCallPartStructureOrBuilder
      Returns:
      Whether the journeyPartRef field is set.
    • getJourneyPartRef

      public GroupOfEntitiesRefStructure getJourneyPartRef()
       Reference to a JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 100:107]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure journey_part_ref = 4;
      Specified by:
      getJourneyPartRef in interface DeadRunCallPartStructureOrBuilder
      Returns:
      The journeyPartRef.
    • getJourneyPartRefOrBuilder

      public GroupOfEntitiesRefStructureOrBuilder getJourneyPartRefOrBuilder()
       Reference to a JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 100:107]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure journey_part_ref = 4;
      Specified by:
      getJourneyPartRefOrBuilder in interface DeadRunCallPartStructureOrBuilder
    • hasTimeDemandTypeRef

      public boolean hasTimeDemandTypeRef()
       Reference to a TIME DEMAND TYPE. If given by context need not be stated.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 80:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 5;
      Specified by:
      hasTimeDemandTypeRef in interface DeadRunCallPartStructureOrBuilder
      Returns:
      Whether the timeDemandTypeRef field is set.
    • getTimeDemandTypeRef

      public VersionOfObjectRefStructure getTimeDemandTypeRef()
       Reference to a TIME DEMAND TYPE. If given by context need not be stated.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 80:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 5;
      Specified by:
      getTimeDemandTypeRef in interface DeadRunCallPartStructureOrBuilder
      Returns:
      The timeDemandTypeRef.
    • getTimeDemandTypeRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTimeDemandTypeRefOrBuilder()
       Reference to a TIME DEMAND TYPE. If given by context need not be stated.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 80:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 5;
      Specified by:
      getTimeDemandTypeRefOrBuilder in interface DeadRunCallPartStructureOrBuilder
    • hasDutyPartRef

      public boolean hasDutyPartRef()
       Reference to a DUTY PART.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 120:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure duty_part_ref = 6;
      Specified by:
      hasDutyPartRef in interface DeadRunCallPartStructureOrBuilder
      Returns:
      Whether the dutyPartRef field is set.
    • getDutyPartRef

      public VersionOfObjectRefStructure getDutyPartRef()
       Reference to a DUTY PART.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 120:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure duty_part_ref = 6;
      Specified by:
      getDutyPartRef in interface DeadRunCallPartStructureOrBuilder
      Returns:
      The dutyPartRef.
    • getDutyPartRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDutyPartRefOrBuilder()
       Reference to a DUTY PART.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 120:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure duty_part_ref = 6;
      Specified by:
      getDutyPartRefOrBuilder in interface DeadRunCallPartStructureOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static DeadRunCallPartStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DeadRunCallPartStructure parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DeadRunCallPartStructure parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DeadRunCallPartStructure parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DeadRunCallPartStructure parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DeadRunCallPartStructure parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DeadRunCallPartStructure parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DeadRunCallPartStructure parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DeadRunCallPartStructure parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DeadRunCallPartStructure parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DeadRunCallPartStructure parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DeadRunCallPartStructure parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public DeadRunCallPartStructure.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static DeadRunCallPartStructure.Builder newBuilder()
    • newBuilder

      public static DeadRunCallPartStructure.Builder newBuilder(DeadRunCallPartStructure prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected DeadRunCallPartStructure.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static DeadRunCallPartStructure getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<DeadRunCallPartStructure> parser()
    • getParserForType

      public com.google.protobuf.Parser<DeadRunCallPartStructure> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public DeadRunCallPartStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder