Package uk.org.netex.www.netex
Interface FareSectionsInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FareSectionsInFrame_RelStructure,FareSectionsInFrame_RelStructure.Builder
public interface FareSectionsInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFareSection(int index) A subdivision of a JOURNEY PATTERN consisting of consecutive POINTs IN JOURNEY PATTERN, used to define an element of the fare structure.intA 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.getFareSectionOrBuilder(int index) A subdivision of a JOURNEY PATTERN consisting of consecutive POINTs IN JOURNEY PATTERN, used to define an element of the fare structure.List<? extends FareSectionTypeOrBuilder> A subdivision of a JOURNEY PATTERN consisting of consecutive POINTs IN JOURNEY PATTERN, used to define an element of the fare structure.getId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.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
-
getId
String getId()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The bytes for id.
-
getFareSectionList
List<FareSectionType> getFareSectionList()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]
repeated .uk.org.netex.www.netex.FareSectionType fare_section = 2; -
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]
repeated .uk.org.netex.www.netex.FareSectionType fare_section = 2; -
getFareSectionCount
int getFareSectionCount()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]
repeated .uk.org.netex.www.netex.FareSectionType fare_section = 2; -
getFareSectionOrBuilderList
List<? extends FareSectionTypeOrBuilder> getFareSectionOrBuilderList()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]
repeated .uk.org.netex.www.netex.FareSectionType fare_section = 2; -
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]
repeated .uk.org.netex.www.netex.FareSectionType fare_section = 2;
-