Package uk.org.netex.www.netex
Interface DeadRunCallPartStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeadRunCallPartStructure,DeadRunCallPartStructure.Builder
public interface DeadRunCallPartStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintNumber of days of arrival time after the starting day journey if not same calendar day.Reference to a DUTY PART.Reference to a DUTY PART.Reference to a JOURNEY PART.Reference to a JOURNEY PART.com.google.type.TimeOfDaygetTime()Latest Arrival time.Reference to a TIME DEMAND TYPE.Reference to a TIME DEMAND TYPE.com.google.type.TimeOfDayOrBuilderLatest Arrival time.com.google.protobuf.DurationTimetabled waiting interval.com.google.protobuf.DurationOrBuilderTimetabled waiting interval.booleanReference to a DUTY PART.booleanReference to a JOURNEY PART.booleanhasTime()Latest Arrival time.booleanReference to a TIME DEMAND TYPE.booleanTimetabled waiting interval.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
-
hasTime
boolean hasTime()Latest Arrival time. [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 405:59]
.google.type.TimeOfDay time = 1;- Returns:
- Whether the time field is set.
-
getTime
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;- Returns:
- The time.
-
getTimeOrBuilder
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; -
getDayOffset
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;- Returns:
- The dayOffset.
-
hasWaitTime
boolean hasWaitTime()Timetabled waiting interval. [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 415:67]
.google.protobuf.Duration wait_time = 3;- Returns:
- Whether the waitTime field is set.
-
getWaitTime
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;- Returns:
- The waitTime.
-
getWaitTimeOrBuilder
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; -
hasJourneyPartRef
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;- Returns:
- Whether the journeyPartRef field is set.
-
getJourneyPartRef
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;- Returns:
- The journeyPartRef.
-
getJourneyPartRefOrBuilder
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; -
hasTimeDemandTypeRef
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;- Returns:
- Whether the timeDemandTypeRef field is set.
-
getTimeDemandTypeRef
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;- Returns:
- The timeDemandTypeRef.
-
getTimeDemandTypeRefOrBuilder
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; -
hasDutyPartRef
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;- Returns:
- Whether the dutyPartRef field is set.
-
getDutyPartRef
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;- Returns:
- The dutyPartRef.
-
getDutyPartRefOrBuilder
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;
-