Package uk.org.netex.www.netex
Interface ChoiceWrapper_ScheduledStopPointRefStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChoiceWrapper_ScheduledStopPointRefStructure,ChoiceWrapper_ScheduledStopPointRefStructure.Builder
@Generated
public interface ChoiceWrapper_ScheduledStopPointRefStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a FARE SCHEDULED STOP POINT.Reference to a FARE SCHEDULED STOP POINT.Reference to a SCHEDULED STOP POINT.Reference to a SCHEDULED STOP POINT.booleanReference to a FARE SCHEDULED STOP POINT.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
-
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 = 1;- 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 = 1;- 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 = 1; -
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 = 2;- 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 = 2;- 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 = 2; -
getScheduledStopPointRefStructureCase
ChoiceWrapper_ScheduledStopPointRefStructure.ScheduledStopPointRefStructureCase getScheduledStopPointRefStructureCase()
-