Class VehicleJourneyWaitTimes_RelStructure.Builder

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

public static final class VehicleJourneyWaitTimes_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<VehicleJourneyWaitTimes_RelStructure.Builder> implements VehicleJourneyWaitTimes_RelStructureOrBuilder
 Type for a list of VEHICLE JOURNEY WAIT TIMEs.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 65:63]
 
Protobuf type uk.org.netex.www.netex.VehicleJourneyWaitTimes_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<VehicleJourneyWaitTimes_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<VehicleJourneyWaitTimes_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<VehicleJourneyWaitTimes_RelStructure.Builder>
    • getDefaultInstanceForType

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

      public VehicleJourneyWaitTimes_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<VehicleJourneyWaitTimes_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<VehicleJourneyWaitTimes_RelStructure.Builder>
    • mergeFrom

      public VehicleJourneyWaitTimes_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<VehicleJourneyWaitTimes_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 VehicleJourneyWaitTimes_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 VehicleJourneyWaitTimes_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 VehicleJourneyWaitTimes_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.
    • getVehicleJourneyWaitTimeList

      public List<VehicleJourneyWaitTimeType> getVehicleJourneyWaitTimeList()
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;
      Specified by:
      getVehicleJourneyWaitTimeList in interface VehicleJourneyWaitTimes_RelStructureOrBuilder
    • getVehicleJourneyWaitTimeCount

      public int getVehicleJourneyWaitTimeCount()
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;
      Specified by:
      getVehicleJourneyWaitTimeCount in interface VehicleJourneyWaitTimes_RelStructureOrBuilder
    • getVehicleJourneyWaitTime

      public VehicleJourneyWaitTimeType getVehicleJourneyWaitTime(int index)
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;
      Specified by:
      getVehicleJourneyWaitTime in interface VehicleJourneyWaitTimes_RelStructureOrBuilder
    • setVehicleJourneyWaitTime

      public VehicleJourneyWaitTimes_RelStructure.Builder setVehicleJourneyWaitTime(int index, VehicleJourneyWaitTimeType value)
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;
    • setVehicleJourneyWaitTime

      public VehicleJourneyWaitTimes_RelStructure.Builder setVehicleJourneyWaitTime(int index, VehicleJourneyWaitTimeType.Builder builderForValue)
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;
    • addVehicleJourneyWaitTime

       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;
    • addVehicleJourneyWaitTime

      public VehicleJourneyWaitTimes_RelStructure.Builder addVehicleJourneyWaitTime(int index, VehicleJourneyWaitTimeType value)
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;
    • addVehicleJourneyWaitTime

      public VehicleJourneyWaitTimes_RelStructure.Builder addVehicleJourneyWaitTime(VehicleJourneyWaitTimeType.Builder builderForValue)
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;
    • addVehicleJourneyWaitTime

      public VehicleJourneyWaitTimes_RelStructure.Builder addVehicleJourneyWaitTime(int index, VehicleJourneyWaitTimeType.Builder builderForValue)
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;
    • addAllVehicleJourneyWaitTime

      public VehicleJourneyWaitTimes_RelStructure.Builder addAllVehicleJourneyWaitTime(Iterable<? extends VehicleJourneyWaitTimeType> values)
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;
    • clearVehicleJourneyWaitTime

      public VehicleJourneyWaitTimes_RelStructure.Builder clearVehicleJourneyWaitTime()
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;
    • removeVehicleJourneyWaitTime

      public VehicleJourneyWaitTimes_RelStructure.Builder removeVehicleJourneyWaitTime(int index)
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;
    • getVehicleJourneyWaitTimeBuilder

      public VehicleJourneyWaitTimeType.Builder getVehicleJourneyWaitTimeBuilder(int index)
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;
    • getVehicleJourneyWaitTimeOrBuilder

      public VehicleJourneyWaitTimeTypeOrBuilder getVehicleJourneyWaitTimeOrBuilder(int index)
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;
      Specified by:
      getVehicleJourneyWaitTimeOrBuilder in interface VehicleJourneyWaitTimes_RelStructureOrBuilder
    • getVehicleJourneyWaitTimeOrBuilderList

      public List<? extends VehicleJourneyWaitTimeTypeOrBuilder> getVehicleJourneyWaitTimeOrBuilderList()
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;
      Specified by:
      getVehicleJourneyWaitTimeOrBuilderList in interface VehicleJourneyWaitTimes_RelStructureOrBuilder
    • addVehicleJourneyWaitTimeBuilder

      public VehicleJourneyWaitTimeType.Builder addVehicleJourneyWaitTimeBuilder()
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;
    • addVehicleJourneyWaitTimeBuilder

      public VehicleJourneyWaitTimeType.Builder addVehicleJourneyWaitTimeBuilder(int index)
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;
    • getVehicleJourneyWaitTimeBuilderList

      public List<VehicleJourneyWaitTimeType.Builder> getVehicleJourneyWaitTimeBuilderList()
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;