Class EstimatedPassingTimes_RelStructure.Builder

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

public static final class EstimatedPassingTimes_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<EstimatedPassingTimes_RelStructure.Builder> implements EstimatedPassingTimes_RelStructureOrBuilder
 Type for a list of ESTIMATED PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 179:61]
 
Protobuf type uk.org.netex.www.netex.EstimatedPassingTimes_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<EstimatedPassingTimes_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<EstimatedPassingTimes_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<EstimatedPassingTimes_RelStructure.Builder>
    • getDefaultInstanceForType

      public EstimatedPassingTimes_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

      public EstimatedPassingTimes_RelStructure buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public EstimatedPassingTimes_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<EstimatedPassingTimes_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<EstimatedPassingTimes_RelStructure.Builder>
    • mergeFrom

      public EstimatedPassingTimes_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<EstimatedPassingTimes_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 EstimatedPassingTimes_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 EstimatedPassingTimes_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 EstimatedPassingTimes_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.
    • getEstimatedPassingTimeList

      public List<EstimatedPassingTimeType> getEstimatedPassingTimeList()
       Estimated PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
       
      repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2;
      Specified by:
      getEstimatedPassingTimeList in interface EstimatedPassingTimes_RelStructureOrBuilder
    • getEstimatedPassingTimeCount

      public int getEstimatedPassingTimeCount()
       Estimated PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
       
      repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2;
      Specified by:
      getEstimatedPassingTimeCount in interface EstimatedPassingTimes_RelStructureOrBuilder
    • getEstimatedPassingTime

      public EstimatedPassingTimeType getEstimatedPassingTime(int index)
       Estimated PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
       
      repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2;
      Specified by:
      getEstimatedPassingTime in interface EstimatedPassingTimes_RelStructureOrBuilder
    • setEstimatedPassingTime

      public EstimatedPassingTimes_RelStructure.Builder setEstimatedPassingTime(int index, EstimatedPassingTimeType value)
       Estimated PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
       
      repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2;
    • setEstimatedPassingTime

      public EstimatedPassingTimes_RelStructure.Builder setEstimatedPassingTime(int index, EstimatedPassingTimeType.Builder builderForValue)
       Estimated PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
       
      repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2;
    • addEstimatedPassingTime

       Estimated PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
       
      repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2;
    • addEstimatedPassingTime

      public EstimatedPassingTimes_RelStructure.Builder addEstimatedPassingTime(int index, EstimatedPassingTimeType value)
       Estimated PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
       
      repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2;
    • addEstimatedPassingTime

      public EstimatedPassingTimes_RelStructure.Builder addEstimatedPassingTime(EstimatedPassingTimeType.Builder builderForValue)
       Estimated PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
       
      repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2;
    • addEstimatedPassingTime

      public EstimatedPassingTimes_RelStructure.Builder addEstimatedPassingTime(int index, EstimatedPassingTimeType.Builder builderForValue)
       Estimated PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
       
      repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2;
    • addAllEstimatedPassingTime

      public EstimatedPassingTimes_RelStructure.Builder addAllEstimatedPassingTime(Iterable<? extends EstimatedPassingTimeType> values)
       Estimated PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
       
      repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2;
    • clearEstimatedPassingTime

      public EstimatedPassingTimes_RelStructure.Builder clearEstimatedPassingTime()
       Estimated PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
       
      repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2;
    • removeEstimatedPassingTime

      public EstimatedPassingTimes_RelStructure.Builder removeEstimatedPassingTime(int index)
       Estimated PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
       
      repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2;
    • getEstimatedPassingTimeBuilder

      public EstimatedPassingTimeType.Builder getEstimatedPassingTimeBuilder(int index)
       Estimated PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
       
      repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2;
    • getEstimatedPassingTimeOrBuilder

      public EstimatedPassingTimeTypeOrBuilder getEstimatedPassingTimeOrBuilder(int index)
       Estimated PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
       
      repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2;
      Specified by:
      getEstimatedPassingTimeOrBuilder in interface EstimatedPassingTimes_RelStructureOrBuilder
    • getEstimatedPassingTimeOrBuilderList

      public List<? extends EstimatedPassingTimeTypeOrBuilder> getEstimatedPassingTimeOrBuilderList()
       Estimated PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
       
      repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2;
      Specified by:
      getEstimatedPassingTimeOrBuilderList in interface EstimatedPassingTimes_RelStructureOrBuilder
    • addEstimatedPassingTimeBuilder

      public EstimatedPassingTimeType.Builder addEstimatedPassingTimeBuilder()
       Estimated PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
       
      repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2;
    • addEstimatedPassingTimeBuilder

      public EstimatedPassingTimeType.Builder addEstimatedPassingTimeBuilder(int index)
       Estimated PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
       
      repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2;
    • getEstimatedPassingTimeBuilderList

      public List<EstimatedPassingTimeType.Builder> getEstimatedPassingTimeBuilderList()
       Estimated PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
       
      repeated .uk.org.netex.www.netex.EstimatedPassingTimeType estimated_passing_time = 2;