Class StopPointsInJourneyPattern_RelStructure.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<StopPointsInJourneyPattern_RelStructure.Builder>
com.google.protobuf.GeneratedMessage.Builder<StopPointsInJourneyPattern_RelStructure.Builder>
uk.org.netex.www.netex.StopPointsInJourneyPattern_RelStructure.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, StopPointsInJourneyPattern_RelStructureOrBuilder
Enclosing class:
StopPointsInJourneyPattern_RelStructure

public static final class StopPointsInJourneyPattern_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<StopPointsInJourneyPattern_RelStructure.Builder> implements StopPointsInJourneyPattern_RelStructureOrBuilder
 Type for a list of STOP POINTs IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 743:66]
 
Protobuf type uk.org.netex.www.netex.StopPointsInJourneyPattern_RelStructure
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<StopPointsInJourneyPattern_RelStructure.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<StopPointsInJourneyPattern_RelStructure.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<StopPointsInJourneyPattern_RelStructure.Builder>
    • getDefaultInstanceForType

      public StopPointsInJourneyPattern_RelStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public StopPointsInJourneyPattern_RelStructure.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<StopPointsInJourneyPattern_RelStructure.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<StopPointsInJourneyPattern_RelStructure.Builder>
    • mergeFrom

      public StopPointsInJourneyPattern_RelStructure.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<StopPointsInJourneyPattern_RelStructure.Builder>
      Throws:
      IOException
    • getId

      public String getId()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Specified by:
      getId in interface StopPointsInJourneyPattern_RelStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Specified by:
      getIdBytes in interface StopPointsInJourneyPattern_RelStructureOrBuilder
      Returns:
      The bytes for id.
    • setId

       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Returns:
      This builder for chaining.
    • setIdBytes

      public StopPointsInJourneyPattern_RelStructure.Builder setIdBytes(com.google.protobuf.ByteString value)
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • getStopPointInJourneyPatternList

      public List<StopPointInJourneyPatternType> getStopPointInJourneyPatternList()
       The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
       
      repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2;
      Specified by:
      getStopPointInJourneyPatternList in interface StopPointsInJourneyPattern_RelStructureOrBuilder
    • getStopPointInJourneyPatternCount

      public int getStopPointInJourneyPatternCount()
       The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
       
      repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2;
      Specified by:
      getStopPointInJourneyPatternCount in interface StopPointsInJourneyPattern_RelStructureOrBuilder
    • getStopPointInJourneyPattern

      public StopPointInJourneyPatternType getStopPointInJourneyPattern(int index)
       The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
       
      repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2;
      Specified by:
      getStopPointInJourneyPattern in interface StopPointsInJourneyPattern_RelStructureOrBuilder
    • setStopPointInJourneyPattern

      public StopPointsInJourneyPattern_RelStructure.Builder setStopPointInJourneyPattern(int index, StopPointInJourneyPatternType value)
       The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
       
      repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2;
    • setStopPointInJourneyPattern

      public StopPointsInJourneyPattern_RelStructure.Builder setStopPointInJourneyPattern(int index, StopPointInJourneyPatternType.Builder builderForValue)
       The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
       
      repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2;
    • addStopPointInJourneyPattern

       The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
       
      repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2;
    • addStopPointInJourneyPattern

      public StopPointsInJourneyPattern_RelStructure.Builder addStopPointInJourneyPattern(int index, StopPointInJourneyPatternType value)
       The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
       
      repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2;
    • addStopPointInJourneyPattern

      public StopPointsInJourneyPattern_RelStructure.Builder addStopPointInJourneyPattern(StopPointInJourneyPatternType.Builder builderForValue)
       The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
       
      repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2;
    • addStopPointInJourneyPattern

      public StopPointsInJourneyPattern_RelStructure.Builder addStopPointInJourneyPattern(int index, StopPointInJourneyPatternType.Builder builderForValue)
       The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
       
      repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2;
    • addAllStopPointInJourneyPattern

      public StopPointsInJourneyPattern_RelStructure.Builder addAllStopPointInJourneyPattern(Iterable<? extends StopPointInJourneyPatternType> values)
       The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
       
      repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2;
    • clearStopPointInJourneyPattern

      public StopPointsInJourneyPattern_RelStructure.Builder clearStopPointInJourneyPattern()
       The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
       
      repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2;
    • removeStopPointInJourneyPattern

      public StopPointsInJourneyPattern_RelStructure.Builder removeStopPointInJourneyPattern(int index)
       The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
       
      repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2;
    • getStopPointInJourneyPatternBuilder

      public StopPointInJourneyPatternType.Builder getStopPointInJourneyPatternBuilder(int index)
       The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
       
      repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2;
    • getStopPointInJourneyPatternOrBuilder

      public StopPointInJourneyPatternTypeOrBuilder getStopPointInJourneyPatternOrBuilder(int index)
       The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
       
      repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2;
      Specified by:
      getStopPointInJourneyPatternOrBuilder in interface StopPointsInJourneyPattern_RelStructureOrBuilder
    • getStopPointInJourneyPatternOrBuilderList

      public List<? extends StopPointInJourneyPatternTypeOrBuilder> getStopPointInJourneyPatternOrBuilderList()
       The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
       
      repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2;
      Specified by:
      getStopPointInJourneyPatternOrBuilderList in interface StopPointsInJourneyPattern_RelStructureOrBuilder
    • addStopPointInJourneyPatternBuilder

      public StopPointInJourneyPatternType.Builder addStopPointInJourneyPatternBuilder()
       The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
       
      repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2;
    • addStopPointInJourneyPatternBuilder

      public StopPointInJourneyPatternType.Builder addStopPointInJourneyPatternBuilder(int index)
       The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
       
      repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2;
    • getStopPointInJourneyPatternBuilderList

      public List<StopPointInJourneyPatternType.Builder> getStopPointInJourneyPatternBuilderList()
       The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
       
      repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2;