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 Type
    Method
    Description
    getFareSection(int index)
    A subdivision of a JOURNEY PATTERN consisting of consecutive POINTs IN JOURNEY PATTERN, used to define an element of the fare structure.
    int
    A 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.
    A 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.
    Identifier of the relationship.
    com.google.protobuf.ByteString
    Identifier of the relationship.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      FareSectionType getFareSection(int index)
       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

      FareSectionTypeOrBuilder 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.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 420:80]
       
      repeated .uk.org.netex.www.netex.FareSectionType fare_section = 2;