Package uk.org.netex.www.netex
Interface JourneyEndpointStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JourneyEndpointStructure,JourneyEndpointStructure.Builder
public interface JourneyEndpointStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a DESTINATION DISPLAY.Reference to a DESTINATION DISPLAY.Reference to a FARE SCHEDULED STOP POINT.Reference to a FARE SCHEDULED STOP POINT.getName()[netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 289:70][netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 289:70]Reference to a PLACE.Reference to a PLACE.Reference to a SCHEDULED STOP POINT.Reference to a SCHEDULED STOP POINT.booleanReference to a DESTINATION DISPLAY.booleanReference to a FARE SCHEDULED STOP POINT.booleanhasName()[netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 289:70]booleanReference to a PLACE.booleanReference to a SCHEDULED STOP POINT.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
-
hasName
boolean hasName()[netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 289:70]
.uk.org.netex.www.netex.MultilingualString name = 1;- Returns:
- Whether the name field is set.
-
getName
MultilingualString getName()[netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 289:70]
.uk.org.netex.www.netex.MultilingualString name = 1;- Returns:
- The name.
-
getNameOrBuilder
MultilingualStringOrBuilder getNameOrBuilder()[netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 289:70]
.uk.org.netex.www.netex.MultilingualString name = 1; -
hasDestinationDisplayRef
boolean hasDestinationDisplayRef()Reference to a DESTINATION DISPLAY. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 4;- Returns:
- Whether the destinationDisplayRef field is set.
-
getDestinationDisplayRef
VersionOfObjectRefStructure getDestinationDisplayRef()Reference to a DESTINATION DISPLAY. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 4;- Returns:
- The destinationDisplayRef.
-
getDestinationDisplayRefOrBuilder
VersionOfObjectRefStructureOrBuilder getDestinationDisplayRefOrBuilder()Reference to a DESTINATION DISPLAY. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 4; -
hasPlaceRef
boolean hasPlaceRef()Reference to a PLACE. [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
.uk.org.netex.www.netex.PlaceRefType place_ref = 5;- Returns:
- Whether the placeRef field is set.
-
getPlaceRef
PlaceRefType getPlaceRef()Reference to a PLACE. [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
.uk.org.netex.www.netex.PlaceRefType place_ref = 5;- Returns:
- The placeRef.
-
getPlaceRefOrBuilder
PlaceRefTypeOrBuilder getPlaceRefOrBuilder()Reference to a PLACE. [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
.uk.org.netex.www.netex.PlaceRefType place_ref = 5; -
hasScheduledStopPointRef
boolean hasScheduledStopPointRef()Reference to a SCHEDULED STOP POINT. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 2;- Returns:
- Whether the scheduledStopPointRef field is set.
-
getScheduledStopPointRef
VersionOfObjectRefStructure getScheduledStopPointRef()Reference to a SCHEDULED STOP POINT. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 2;- Returns:
- The scheduledStopPointRef.
-
getScheduledStopPointRefOrBuilder
VersionOfObjectRefStructureOrBuilder getScheduledStopPointRefOrBuilder()Reference to a SCHEDULED STOP POINT. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 2; -
hasFareScheduledStopPointRef
boolean hasFareScheduledStopPointRef()Reference to a FARE SCHEDULED STOP POINT. [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 3;- Returns:
- Whether the fareScheduledStopPointRef field is set.
-
getFareScheduledStopPointRef
VersionOfObjectRefStructure getFareScheduledStopPointRef()Reference to a FARE SCHEDULED STOP POINT. [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 3;- Returns:
- The fareScheduledStopPointRef.
-
getFareScheduledStopPointRefOrBuilder
VersionOfObjectRefStructureOrBuilder getFareScheduledStopPointRefOrBuilder()Reference to a FARE SCHEDULED STOP POINT. [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 3; -
getScheduledStopPointRefStructureCase
JourneyEndpointStructure.ScheduledStopPointRefStructureCase getScheduledStopPointRefStructureCase()
-