Class JourneyWaitTimes_RelStructure.Builder

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

public static final class JourneyWaitTimes_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<JourneyWaitTimes_RelStructure.Builder> implements JourneyWaitTimes_RelStructureOrBuilder
 Type for a list of JOURNEY WAIT TIMEs.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 104:56]
 
Protobuf type uk.org.netex.www.netex.JourneyWaitTimes_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<JourneyWaitTimes_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<JourneyWaitTimes_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<JourneyWaitTimes_RelStructure.Builder>
    • getDefaultInstanceForType

      public JourneyWaitTimes_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 JourneyWaitTimes_RelStructure buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public JourneyWaitTimes_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<JourneyWaitTimes_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<JourneyWaitTimes_RelStructure.Builder>
    • mergeFrom

      public JourneyWaitTimes_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<JourneyWaitTimes_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 JourneyWaitTimes_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 JourneyWaitTimes_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 JourneyWaitTimes_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.
    • getJourneyWaitTimeList

      public List<JourneyWaitTimeType> getJourneyWaitTimeList()
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;
      Specified by:
      getJourneyWaitTimeList in interface JourneyWaitTimes_RelStructureOrBuilder
    • getJourneyWaitTimeCount

      public int getJourneyWaitTimeCount()
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;
      Specified by:
      getJourneyWaitTimeCount in interface JourneyWaitTimes_RelStructureOrBuilder
    • getJourneyWaitTime

      public JourneyWaitTimeType getJourneyWaitTime(int index)
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;
      Specified by:
      getJourneyWaitTime in interface JourneyWaitTimes_RelStructureOrBuilder
    • setJourneyWaitTime

      public JourneyWaitTimes_RelStructure.Builder setJourneyWaitTime(int index, JourneyWaitTimeType value)
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;
    • setJourneyWaitTime

      public JourneyWaitTimes_RelStructure.Builder setJourneyWaitTime(int index, JourneyWaitTimeType.Builder builderForValue)
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;
    • addJourneyWaitTime

       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;
    • addJourneyWaitTime

      public JourneyWaitTimes_RelStructure.Builder addJourneyWaitTime(int index, JourneyWaitTimeType value)
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;
    • addJourneyWaitTime

      public JourneyWaitTimes_RelStructure.Builder addJourneyWaitTime(JourneyWaitTimeType.Builder builderForValue)
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;
    • addJourneyWaitTime

      public JourneyWaitTimes_RelStructure.Builder addJourneyWaitTime(int index, JourneyWaitTimeType.Builder builderForValue)
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;
    • addAllJourneyWaitTime

      public JourneyWaitTimes_RelStructure.Builder addAllJourneyWaitTime(Iterable<? extends JourneyWaitTimeType> values)
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;
    • clearJourneyWaitTime

      public JourneyWaitTimes_RelStructure.Builder clearJourneyWaitTime()
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;
    • removeJourneyWaitTime

      public JourneyWaitTimes_RelStructure.Builder removeJourneyWaitTime(int index)
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;
    • getJourneyWaitTimeBuilder

      public JourneyWaitTimeType.Builder getJourneyWaitTimeBuilder(int index)
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;
    • getJourneyWaitTimeOrBuilder

      public JourneyWaitTimeTypeOrBuilder getJourneyWaitTimeOrBuilder(int index)
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;
      Specified by:
      getJourneyWaitTimeOrBuilder in interface JourneyWaitTimes_RelStructureOrBuilder
    • getJourneyWaitTimeOrBuilderList

      public List<? extends JourneyWaitTimeTypeOrBuilder> getJourneyWaitTimeOrBuilderList()
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;
      Specified by:
      getJourneyWaitTimeOrBuilderList in interface JourneyWaitTimes_RelStructureOrBuilder
    • addJourneyWaitTimeBuilder

      public JourneyWaitTimeType.Builder addJourneyWaitTimeBuilder()
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;
    • addJourneyWaitTimeBuilder

      public JourneyWaitTimeType.Builder addJourneyWaitTimeBuilder(int index)
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;
    • getJourneyWaitTimeBuilderList

      public List<JourneyWaitTimeType.Builder> getJourneyWaitTimeBuilderList()
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;