Class VehicleJourneyHeadways_RelStructure.Builder

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

public static final class VehicleJourneyHeadways_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<VehicleJourneyHeadways_RelStructure.Builder> implements VehicleJourneyHeadways_RelStructureOrBuilder
 Type for a list of a VEHICLE JOURNEY FREQUENCies.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 108:62]
 
Protobuf type uk.org.netex.www.netex.VehicleJourneyHeadways_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<VehicleJourneyHeadways_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<VehicleJourneyHeadways_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<VehicleJourneyHeadways_RelStructure.Builder>
    • getDefaultInstanceForType

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

      public VehicleJourneyHeadways_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<VehicleJourneyHeadways_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<VehicleJourneyHeadways_RelStructure.Builder>
    • mergeFrom

      public VehicleJourneyHeadways_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<VehicleJourneyHeadways_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 VehicleJourneyHeadways_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 VehicleJourneyHeadways_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 VehicleJourneyHeadways_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.
    • getVehicleJourneyHeadwayList

      public List<VehicleJourneyHeadwayType> getVehicleJourneyHeadwayList()
       Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services).  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2;
      Specified by:
      getVehicleJourneyHeadwayList in interface VehicleJourneyHeadways_RelStructureOrBuilder
    • getVehicleJourneyHeadwayCount

      public int getVehicleJourneyHeadwayCount()
       Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services).  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2;
      Specified by:
      getVehicleJourneyHeadwayCount in interface VehicleJourneyHeadways_RelStructureOrBuilder
    • getVehicleJourneyHeadway

      public VehicleJourneyHeadwayType getVehicleJourneyHeadway(int index)
       Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services).  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2;
      Specified by:
      getVehicleJourneyHeadway in interface VehicleJourneyHeadways_RelStructureOrBuilder
    • setVehicleJourneyHeadway

      public VehicleJourneyHeadways_RelStructure.Builder setVehicleJourneyHeadway(int index, VehicleJourneyHeadwayType value)
       Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services).  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2;
    • setVehicleJourneyHeadway

      public VehicleJourneyHeadways_RelStructure.Builder setVehicleJourneyHeadway(int index, VehicleJourneyHeadwayType.Builder builderForValue)
       Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services).  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2;
    • addVehicleJourneyHeadway

       Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services).  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2;
    • addVehicleJourneyHeadway

      public VehicleJourneyHeadways_RelStructure.Builder addVehicleJourneyHeadway(int index, VehicleJourneyHeadwayType value)
       Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services).  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2;
    • addVehicleJourneyHeadway

      public VehicleJourneyHeadways_RelStructure.Builder addVehicleJourneyHeadway(VehicleJourneyHeadwayType.Builder builderForValue)
       Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services).  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2;
    • addVehicleJourneyHeadway

      public VehicleJourneyHeadways_RelStructure.Builder addVehicleJourneyHeadway(int index, VehicleJourneyHeadwayType.Builder builderForValue)
       Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services).  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2;
    • addAllVehicleJourneyHeadway

      public VehicleJourneyHeadways_RelStructure.Builder addAllVehicleJourneyHeadway(Iterable<? extends VehicleJourneyHeadwayType> values)
       Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services).  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2;
    • clearVehicleJourneyHeadway

      public VehicleJourneyHeadways_RelStructure.Builder clearVehicleJourneyHeadway()
       Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services).  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2;
    • removeVehicleJourneyHeadway

      public VehicleJourneyHeadways_RelStructure.Builder removeVehicleJourneyHeadway(int index)
       Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services).  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2;
    • getVehicleJourneyHeadwayBuilder

      public VehicleJourneyHeadwayType.Builder getVehicleJourneyHeadwayBuilder(int index)
       Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services).  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2;
    • getVehicleJourneyHeadwayOrBuilder

      public VehicleJourneyHeadwayTypeOrBuilder getVehicleJourneyHeadwayOrBuilder(int index)
       Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services).  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2;
      Specified by:
      getVehicleJourneyHeadwayOrBuilder in interface VehicleJourneyHeadways_RelStructureOrBuilder
    • getVehicleJourneyHeadwayOrBuilderList

      public List<? extends VehicleJourneyHeadwayTypeOrBuilder> getVehicleJourneyHeadwayOrBuilderList()
       Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services).  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2;
      Specified by:
      getVehicleJourneyHeadwayOrBuilderList in interface VehicleJourneyHeadways_RelStructureOrBuilder
    • addVehicleJourneyHeadwayBuilder

      public VehicleJourneyHeadwayType.Builder addVehicleJourneyHeadwayBuilder()
       Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services).  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2;
    • addVehicleJourneyHeadwayBuilder

      public VehicleJourneyHeadwayType.Builder addVehicleJourneyHeadwayBuilder(int index)
       Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services).  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2;
    • getVehicleJourneyHeadwayBuilderList

      public List<VehicleJourneyHeadwayType.Builder> getVehicleJourneyHeadwayBuilderList()
       Headway interval information that is available for a VEHICLE JOURNEY (to be understood as the delay between the previous and the next VEHICLE JOURNEY). This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services).  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 124:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyHeadwayType vehicle_journey_headway = 2;