Interface TimingPatternsInFrame_RelStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TimingPatternsInFrame_RelStructure, TimingPatternsInFrame_RelStructure.Builder

@Generated public interface TimingPatternsInFrame_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Identifier of the relationship.
    com.google.protobuf.ByteString
    Identifier of the relationship.
    Whether this is a list of all (revise) or just changes.
    int
    Whether this is a list of all (revise) or just changes.
    getTimingPattern(int index)
    The subset of a JOURNEY PATTERN made up only of TIMING POINTs IN JOURNEY PATTERN.
    int
    The subset of a JOURNEY PATTERN made up only of TIMING POINTs IN JOURNEY PATTERN.
    The subset of a JOURNEY PATTERN made up only of TIMING POINTs IN JOURNEY PATTERN.
    The subset of a JOURNEY PATTERN made up only of TIMING POINTs IN JOURNEY PATTERN.
    The subset of a JOURNEY PATTERN made up only of TIMING POINTs IN JOURNEY PATTERN.

    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.
    • getModificationSetValue

      int getModificationSetValue()
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 198:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Returns:
      The enum numeric value on the wire for modificationSet.
    • getModificationSet

      ModificationSetEnumeration getModificationSet()
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 198:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Returns:
      The modificationSet.
    • getTimingPatternList

      List<TimingPatternType> getTimingPatternList()
       The subset of a JOURNEY PATTERN made up only of TIMING POINTs IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 290:86]
       
      repeated .uk.org.netex.www.netex.TimingPatternType timing_pattern = 3;
    • getTimingPattern

      TimingPatternType getTimingPattern(int index)
       The subset of a JOURNEY PATTERN made up only of TIMING POINTs IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 290:86]
       
      repeated .uk.org.netex.www.netex.TimingPatternType timing_pattern = 3;
    • getTimingPatternCount

      int getTimingPatternCount()
       The subset of a JOURNEY PATTERN made up only of TIMING POINTs IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 290:86]
       
      repeated .uk.org.netex.www.netex.TimingPatternType timing_pattern = 3;
    • getTimingPatternOrBuilderList

      List<? extends TimingPatternTypeOrBuilder> getTimingPatternOrBuilderList()
       The subset of a JOURNEY PATTERN made up only of TIMING POINTs IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 290:86]
       
      repeated .uk.org.netex.www.netex.TimingPatternType timing_pattern = 3;
    • getTimingPatternOrBuilder

      TimingPatternTypeOrBuilder getTimingPatternOrBuilder(int index)
       The subset of a JOURNEY PATTERN made up only of TIMING POINTs IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 290:86]
       
      repeated .uk.org.netex.www.netex.TimingPatternType timing_pattern = 3;