Package uk.org.netex.www.netex
Interface FareSections_RelStructure.ChoiceWrapper_FareSections_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FareSections_RelStructure.ChoiceWrapper_FareSections_RelStructure,FareSections_RelStructure.ChoiceWrapper_FareSections_RelStructure.Builder
- Enclosing class:
FareSections_RelStructure
public static interface FareSections_RelStructure.ChoiceWrapper_FareSections_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA subdivision of a JOURNEY PATTERN consisting of consecutive POINTs IN JOURNEY PATTERN, used to define an element of the fare structure.A subdivision of a JOURNEY PATTERN consisting of consecutive POINTs IN JOURNEY PATTERN, used to define an element of the fare structure.Reference to a FARE SECTION.Reference to a FARE SECTION.booleanA subdivision of a JOURNEY PATTERN consisting of consecutive POINTs IN JOURNEY PATTERN, used to define an element of the fare structure.booleanReference to a FARE SECTION.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
-
hasFareSectionRef
boolean hasFareSectionRef()Reference to a FARE SECTION. [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 174:106]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_section_ref = 1;- Returns:
- Whether the fareSectionRef field is set.
-
getFareSectionRef
VersionOfObjectRefStructure getFareSectionRef()Reference to a FARE SECTION. [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 174:106]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_section_ref = 1;- Returns:
- The fareSectionRef.
-
getFareSectionRefOrBuilder
VersionOfObjectRefStructureOrBuilder getFareSectionRefOrBuilder()Reference to a FARE SECTION. [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 174:106]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_section_ref = 1; -
hasFareSection
boolean hasFareSection()A subdivision of a JOURNEY PATTERN consisting of consecutive POINTs IN JOURNEY PATTERN, used to define an element of the fare structure. [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 420:80]
.uk.org.netex.www.netex.FareSectionType fare_section = 2;- Returns:
- Whether the fareSection field is set.
-
getFareSection
FareSectionType getFareSection()A subdivision of a JOURNEY PATTERN consisting of consecutive POINTs IN JOURNEY PATTERN, used to define an element of the fare structure. [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 420:80]
.uk.org.netex.www.netex.FareSectionType fare_section = 2;- Returns:
- The fareSection.
-
getFareSectionOrBuilder
FareSectionTypeOrBuilder getFareSectionOrBuilder()A subdivision of a JOURNEY PATTERN consisting of consecutive POINTs IN JOURNEY PATTERN, used to define an element of the fare structure. [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 420:80]
.uk.org.netex.www.netex.FareSectionType fare_section = 2;
-