Class Vias_RelStructure.Builder

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

public static final class Vias_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<Vias_RelStructure.Builder> implements Vias_RelStructureOrBuilder
 Type for a list of VIA Names.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 809:44]
 
Protobuf type uk.org.netex.www.netex.Vias_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<Vias_RelStructure.Builder>
    • clear

      public Vias_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<Vias_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<Vias_RelStructure.Builder>
    • getDefaultInstanceForType

      public Vias_RelStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

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

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

      public Vias_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<Vias_RelStructure.Builder>
    • mergeFrom

      public Vias_RelStructure.Builder mergeFrom(Vias_RelStructure other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Vias_RelStructure.Builder>
    • mergeFrom

      public Vias_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<Vias_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 Vias_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 Vias_RelStructureOrBuilder
      Returns:
      The bytes for id.
    • setId

      public Vias_RelStructure.Builder setId(String value)
       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

      public Vias_RelStructure.Builder 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 Vias_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.
    • getNoneValue

      public int getNoneValue()
       There are no vias shown. This is the default.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 816:48]
       
      .uk.org.netex.www.netex.EmptyType none = 2;
      Specified by:
      getNoneValue in interface Vias_RelStructureOrBuilder
      Returns:
      The enum numeric value on the wire for none.
    • setNoneValue

      public Vias_RelStructure.Builder setNoneValue(int value)
       There are no vias shown. This is the default.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 816:48]
       
      .uk.org.netex.www.netex.EmptyType none = 2;
      Parameters:
      value - The enum numeric value on the wire for none to set.
      Returns:
      This builder for chaining.
    • getNone

      public EmptyType getNone()
       There are no vias shown. This is the default.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 816:48]
       
      .uk.org.netex.www.netex.EmptyType none = 2;
      Specified by:
      getNone in interface Vias_RelStructureOrBuilder
      Returns:
      The none.
    • setNone

      public Vias_RelStructure.Builder setNone(EmptyType value)
       There are no vias shown. This is the default.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 816:48]
       
      .uk.org.netex.www.netex.EmptyType none = 2;
      Parameters:
      value - The none to set.
      Returns:
      This builder for chaining.
    • clearNone

      public Vias_RelStructure.Builder clearNone()
       There are no vias shown. This is the default.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 816:48]
       
      .uk.org.netex.www.netex.EmptyType none = 2;
      Returns:
      This builder for chaining.
    • getViaList

      public List<Via_VersionedChildStructure> getViaList()
       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;
      Specified by:
      getViaList in interface Vias_RelStructureOrBuilder
    • getViaCount

      public int getViaCount()
       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;
      Specified by:
      getViaCount in interface Vias_RelStructureOrBuilder
    • getVia

      public Via_VersionedChildStructure getVia(int index)
       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;
      Specified by:
      getVia in interface Vias_RelStructureOrBuilder
    • setVia

      public Vias_RelStructure.Builder setVia(int index, Via_VersionedChildStructure value)
       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;
    • setVia

      public Vias_RelStructure.Builder setVia(int index, Via_VersionedChildStructure.Builder builderForValue)
       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;
    • addVia

       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;
    • addVia

      public Vias_RelStructure.Builder addVia(int index, Via_VersionedChildStructure value)
       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;
    • addVia

       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;
    • addVia

      public Vias_RelStructure.Builder addVia(int index, Via_VersionedChildStructure.Builder builderForValue)
       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;
    • addAllVia

      public Vias_RelStructure.Builder addAllVia(Iterable<? extends Via_VersionedChildStructure> values)
       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;
    • clearVia

      public Vias_RelStructure.Builder clearVia()
       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;
    • removeVia

      public Vias_RelStructure.Builder removeVia(int index)
       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;
    • getViaBuilder

      public Via_VersionedChildStructure.Builder getViaBuilder(int index)
       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;
    • getViaOrBuilder

      public Via_VersionedChildStructureOrBuilder getViaOrBuilder(int index)
       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;
      Specified by:
      getViaOrBuilder in interface Vias_RelStructureOrBuilder
    • getViaOrBuilderList

      public List<? extends Via_VersionedChildStructureOrBuilder> getViaOrBuilderList()
       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;
      Specified by:
      getViaOrBuilderList in interface Vias_RelStructureOrBuilder
    • addViaBuilder

      public Via_VersionedChildStructure.Builder addViaBuilder()
       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;
    • addViaBuilder

      public Via_VersionedChildStructure.Builder addViaBuilder(int index)
       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;
    • getViaBuilderList

      public List<Via_VersionedChildStructure.Builder> getViaBuilderList()
       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;