Class SingleJourneyPaths_RelStructure.Builder

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

public static final class SingleJourneyPaths_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<SingleJourneyPaths_RelStructure.Builder> implements SingleJourneyPaths_RelStructureOrBuilder
 Type for a list of references to a SINGLE JOURNEY PATH.  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_version.xsd at 63:58]
 
Protobuf type uk.org.netex.www.netex.SingleJourneyPaths_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<SingleJourneyPaths_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<SingleJourneyPaths_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<SingleJourneyPaths_RelStructure.Builder>
    • getDefaultInstanceForType

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

      public SingleJourneyPaths_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<SingleJourneyPaths_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<SingleJourneyPaths_RelStructure.Builder>
    • mergeFrom

      public SingleJourneyPaths_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<SingleJourneyPaths_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 SingleJourneyPaths_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 SingleJourneyPaths_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 SingleJourneyPaths_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.
    • getModificationSetValue

      public int getModificationSetValue()
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 198:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Specified by:
      getModificationSetValue in interface SingleJourneyPaths_RelStructureOrBuilder
      Returns:
      The enum numeric value on the wire for modificationSet.
    • setModificationSetValue

      public SingleJourneyPaths_RelStructure.Builder setModificationSetValue(int value)
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 198:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Parameters:
      value - The enum numeric value on the wire for modificationSet to set.
      Returns:
      This builder for chaining.
    • getModificationSet

      public ModificationSetEnumeration getModificationSet()
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 198:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Specified by:
      getModificationSet in interface SingleJourneyPaths_RelStructureOrBuilder
      Returns:
      The modificationSet.
    • setModificationSet

       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 198:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Parameters:
      value - The modificationSet to set.
      Returns:
      This builder for chaining.
    • clearModificationSet

      public SingleJourneyPaths_RelStructure.Builder clearModificationSet()
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 198:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Returns:
      This builder for chaining.
    • getSingleJourneyPathList

      public List<SingleJourneyPathType> getSingleJourneyPathList()
       The planned movement of a public transport vehicle on a DAY TYPE from the start point to the end point of a JOURNEY PATTERN on a specified ROUTE.  +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_version.xsd at 75:113]
       
      repeated .uk.org.netex.www.netex.SingleJourneyPathType single_journey_path = 3;
      Specified by:
      getSingleJourneyPathList in interface SingleJourneyPaths_RelStructureOrBuilder
    • getSingleJourneyPathCount

      public int getSingleJourneyPathCount()
       The planned movement of a public transport vehicle on a DAY TYPE from the start point to the end point of a JOURNEY PATTERN on a specified ROUTE.  +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_version.xsd at 75:113]
       
      repeated .uk.org.netex.www.netex.SingleJourneyPathType single_journey_path = 3;
      Specified by:
      getSingleJourneyPathCount in interface SingleJourneyPaths_RelStructureOrBuilder
    • getSingleJourneyPath

      public SingleJourneyPathType getSingleJourneyPath(int index)
       The planned movement of a public transport vehicle on a DAY TYPE from the start point to the end point of a JOURNEY PATTERN on a specified ROUTE.  +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_version.xsd at 75:113]
       
      repeated .uk.org.netex.www.netex.SingleJourneyPathType single_journey_path = 3;
      Specified by:
      getSingleJourneyPath in interface SingleJourneyPaths_RelStructureOrBuilder
    • setSingleJourneyPath

      public SingleJourneyPaths_RelStructure.Builder setSingleJourneyPath(int index, SingleJourneyPathType value)
       The planned movement of a public transport vehicle on a DAY TYPE from the start point to the end point of a JOURNEY PATTERN on a specified ROUTE.  +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_version.xsd at 75:113]
       
      repeated .uk.org.netex.www.netex.SingleJourneyPathType single_journey_path = 3;
    • setSingleJourneyPath

      public SingleJourneyPaths_RelStructure.Builder setSingleJourneyPath(int index, SingleJourneyPathType.Builder builderForValue)
       The planned movement of a public transport vehicle on a DAY TYPE from the start point to the end point of a JOURNEY PATTERN on a specified ROUTE.  +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_version.xsd at 75:113]
       
      repeated .uk.org.netex.www.netex.SingleJourneyPathType single_journey_path = 3;
    • addSingleJourneyPath

       The planned movement of a public transport vehicle on a DAY TYPE from the start point to the end point of a JOURNEY PATTERN on a specified ROUTE.  +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_version.xsd at 75:113]
       
      repeated .uk.org.netex.www.netex.SingleJourneyPathType single_journey_path = 3;
    • addSingleJourneyPath

      public SingleJourneyPaths_RelStructure.Builder addSingleJourneyPath(int index, SingleJourneyPathType value)
       The planned movement of a public transport vehicle on a DAY TYPE from the start point to the end point of a JOURNEY PATTERN on a specified ROUTE.  +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_version.xsd at 75:113]
       
      repeated .uk.org.netex.www.netex.SingleJourneyPathType single_journey_path = 3;
    • addSingleJourneyPath

      public SingleJourneyPaths_RelStructure.Builder addSingleJourneyPath(SingleJourneyPathType.Builder builderForValue)
       The planned movement of a public transport vehicle on a DAY TYPE from the start point to the end point of a JOURNEY PATTERN on a specified ROUTE.  +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_version.xsd at 75:113]
       
      repeated .uk.org.netex.www.netex.SingleJourneyPathType single_journey_path = 3;
    • addSingleJourneyPath

      public SingleJourneyPaths_RelStructure.Builder addSingleJourneyPath(int index, SingleJourneyPathType.Builder builderForValue)
       The planned movement of a public transport vehicle on a DAY TYPE from the start point to the end point of a JOURNEY PATTERN on a specified ROUTE.  +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_version.xsd at 75:113]
       
      repeated .uk.org.netex.www.netex.SingleJourneyPathType single_journey_path = 3;
    • addAllSingleJourneyPath

      public SingleJourneyPaths_RelStructure.Builder addAllSingleJourneyPath(Iterable<? extends SingleJourneyPathType> values)
       The planned movement of a public transport vehicle on a DAY TYPE from the start point to the end point of a JOURNEY PATTERN on a specified ROUTE.  +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_version.xsd at 75:113]
       
      repeated .uk.org.netex.www.netex.SingleJourneyPathType single_journey_path = 3;
    • clearSingleJourneyPath

      public SingleJourneyPaths_RelStructure.Builder clearSingleJourneyPath()
       The planned movement of a public transport vehicle on a DAY TYPE from the start point to the end point of a JOURNEY PATTERN on a specified ROUTE.  +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_version.xsd at 75:113]
       
      repeated .uk.org.netex.www.netex.SingleJourneyPathType single_journey_path = 3;
    • removeSingleJourneyPath

      public SingleJourneyPaths_RelStructure.Builder removeSingleJourneyPath(int index)
       The planned movement of a public transport vehicle on a DAY TYPE from the start point to the end point of a JOURNEY PATTERN on a specified ROUTE.  +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_version.xsd at 75:113]
       
      repeated .uk.org.netex.www.netex.SingleJourneyPathType single_journey_path = 3;
    • getSingleJourneyPathBuilder

      public SingleJourneyPathType.Builder getSingleJourneyPathBuilder(int index)
       The planned movement of a public transport vehicle on a DAY TYPE from the start point to the end point of a JOURNEY PATTERN on a specified ROUTE.  +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_version.xsd at 75:113]
       
      repeated .uk.org.netex.www.netex.SingleJourneyPathType single_journey_path = 3;
    • getSingleJourneyPathOrBuilder

      public SingleJourneyPathTypeOrBuilder getSingleJourneyPathOrBuilder(int index)
       The planned movement of a public transport vehicle on a DAY TYPE from the start point to the end point of a JOURNEY PATTERN on a specified ROUTE.  +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_version.xsd at 75:113]
       
      repeated .uk.org.netex.www.netex.SingleJourneyPathType single_journey_path = 3;
      Specified by:
      getSingleJourneyPathOrBuilder in interface SingleJourneyPaths_RelStructureOrBuilder
    • getSingleJourneyPathOrBuilderList

      public List<? extends SingleJourneyPathTypeOrBuilder> getSingleJourneyPathOrBuilderList()
       The planned movement of a public transport vehicle on a DAY TYPE from the start point to the end point of a JOURNEY PATTERN on a specified ROUTE.  +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_version.xsd at 75:113]
       
      repeated .uk.org.netex.www.netex.SingleJourneyPathType single_journey_path = 3;
      Specified by:
      getSingleJourneyPathOrBuilderList in interface SingleJourneyPaths_RelStructureOrBuilder
    • addSingleJourneyPathBuilder

      public SingleJourneyPathType.Builder addSingleJourneyPathBuilder()
       The planned movement of a public transport vehicle on a DAY TYPE from the start point to the end point of a JOURNEY PATTERN on a specified ROUTE.  +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_version.xsd at 75:113]
       
      repeated .uk.org.netex.www.netex.SingleJourneyPathType single_journey_path = 3;
    • addSingleJourneyPathBuilder

      public SingleJourneyPathType.Builder addSingleJourneyPathBuilder(int index)
       The planned movement of a public transport vehicle on a DAY TYPE from the start point to the end point of a JOURNEY PATTERN on a specified ROUTE.  +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_version.xsd at 75:113]
       
      repeated .uk.org.netex.www.netex.SingleJourneyPathType single_journey_path = 3;
    • getSingleJourneyPathBuilderList

      public List<SingleJourneyPathType.Builder> getSingleJourneyPathBuilderList()
       The planned movement of a public transport vehicle on a DAY TYPE from the start point to the end point of a JOURNEY PATTERN on a specified ROUTE.  +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_version.xsd at 75:113]
       
      repeated .uk.org.netex.www.netex.SingleJourneyPathType single_journey_path = 3;