Package uk.org.netex.www.netex
Interface FarePointsInPattern_RelStructure.ChoiceWrapper_FarePointsInPattern_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FarePointsInPattern_RelStructure.ChoiceWrapper_FarePointsInPattern_RelStructure,FarePointsInPattern_RelStructure.ChoiceWrapper_FarePointsInPattern_RelStructure.Builder
- Enclosing class:
FarePointsInPattern_RelStructure
public static interface FarePointsInPattern_RelStructure.ChoiceWrapper_FarePointsInPattern_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA POINT IN PATTERN which represents the start or end of a FARE SECTION.A POINT IN PATTERN which represents the start or end of a FARE SECTION.Reference to a FARE POINT IN JOURNEY PATTERN.Reference to a FARE POINT IN JOURNEY PATTERN.booleanA POINT IN PATTERN which represents the start or end of a FARE SECTION.booleanReference to a FARE POINT IN JOURNEY PATTERN.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
-
hasFarePointInPatternRef
boolean hasFarePointInPatternRef()Reference to a FARE POINT IN JOURNEY PATTERN. [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 137:127]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_point_in_pattern_ref = 1;- Returns:
- Whether the farePointInPatternRef field is set.
-
getFarePointInPatternRef
VersionOfObjectRefStructure getFarePointInPatternRef()Reference to a FARE POINT IN JOURNEY PATTERN. [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 137:127]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_point_in_pattern_ref = 1;- Returns:
- The farePointInPatternRef.
-
getFarePointInPatternRefOrBuilder
VersionOfObjectRefStructureOrBuilder getFarePointInPatternRefOrBuilder()Reference to a FARE POINT IN JOURNEY PATTERN. [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 137:127]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_point_in_pattern_ref = 1; -
hasFarePointInPattern
boolean hasFarePointInPattern()A POINT IN PATTERN which represents the start or end of a FARE SECTION. [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 307:81]
.uk.org.netex.www.netex.FarePointInPatternType fare_point_in_pattern = 2;- Returns:
- Whether the farePointInPattern field is set.
-
getFarePointInPattern
FarePointInPatternType getFarePointInPattern()A POINT IN PATTERN which represents the start or end of a FARE SECTION. [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 307:81]
.uk.org.netex.www.netex.FarePointInPatternType fare_point_in_pattern = 2;- Returns:
- The farePointInPattern.
-
getFarePointInPatternOrBuilder
FarePointInPatternTypeOrBuilder getFarePointInPatternOrBuilder()A POINT IN PATTERN which represents the start or end of a FARE SECTION. [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 307:81]
.uk.org.netex.www.netex.FarePointInPatternType fare_point_in_pattern = 2;
-