Class DistanceMatrixElementsInFrame_RelStructure.Builder

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

public static final class DistanceMatrixElementsInFrame_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<DistanceMatrixElementsInFrame_RelStructure.Builder> implements DistanceMatrixElementsInFrame_RelStructureOrBuilder
 Type for containment in frame of DISTANCE MATRIX ELEMENTs.  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 94:69]
 
Protobuf type uk.org.netex.www.netex.DistanceMatrixElementsInFrame_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<DistanceMatrixElementsInFrame_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<DistanceMatrixElementsInFrame_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<DistanceMatrixElementsInFrame_RelStructure.Builder>
    • getDefaultInstanceForType

      public DistanceMatrixElementsInFrame_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

      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public DistanceMatrixElementsInFrame_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<DistanceMatrixElementsInFrame_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<DistanceMatrixElementsInFrame_RelStructure.Builder>
    • mergeFrom

      public DistanceMatrixElementsInFrame_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<DistanceMatrixElementsInFrame_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 DistanceMatrixElementsInFrame_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 DistanceMatrixElementsInFrame_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 DistanceMatrixElementsInFrame_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.
    • getDistanceMatrixElementList

      public List<DistanceMatrixElementType> getDistanceMatrixElementList()
       A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc.  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 234:104]
       
      repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;
      Specified by:
      getDistanceMatrixElementList in interface DistanceMatrixElementsInFrame_RelStructureOrBuilder
    • getDistanceMatrixElementCount

      public int getDistanceMatrixElementCount()
       A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc.  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 234:104]
       
      repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;
      Specified by:
      getDistanceMatrixElementCount in interface DistanceMatrixElementsInFrame_RelStructureOrBuilder
    • getDistanceMatrixElement

      public DistanceMatrixElementType getDistanceMatrixElement(int index)
       A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc.  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 234:104]
       
      repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;
      Specified by:
      getDistanceMatrixElement in interface DistanceMatrixElementsInFrame_RelStructureOrBuilder
    • setDistanceMatrixElement

      public DistanceMatrixElementsInFrame_RelStructure.Builder setDistanceMatrixElement(int index, DistanceMatrixElementType value)
       A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc.  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 234:104]
       
      repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;
    • setDistanceMatrixElement

      public DistanceMatrixElementsInFrame_RelStructure.Builder setDistanceMatrixElement(int index, DistanceMatrixElementType.Builder builderForValue)
       A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc.  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 234:104]
       
      repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;
    • addDistanceMatrixElement

       A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc.  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 234:104]
       
      repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;
    • addDistanceMatrixElement

      public DistanceMatrixElementsInFrame_RelStructure.Builder addDistanceMatrixElement(int index, DistanceMatrixElementType value)
       A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc.  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 234:104]
       
      repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;
    • addDistanceMatrixElement

       A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc.  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 234:104]
       
      repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;
    • addDistanceMatrixElement

      public DistanceMatrixElementsInFrame_RelStructure.Builder addDistanceMatrixElement(int index, DistanceMatrixElementType.Builder builderForValue)
       A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc.  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 234:104]
       
      repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;
    • addAllDistanceMatrixElement

      public DistanceMatrixElementsInFrame_RelStructure.Builder addAllDistanceMatrixElement(Iterable<? extends DistanceMatrixElementType> values)
       A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc.  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 234:104]
       
      repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;
    • clearDistanceMatrixElement

      public DistanceMatrixElementsInFrame_RelStructure.Builder clearDistanceMatrixElement()
       A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc.  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 234:104]
       
      repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;
    • removeDistanceMatrixElement

      public DistanceMatrixElementsInFrame_RelStructure.Builder removeDistanceMatrixElement(int index)
       A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc.  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 234:104]
       
      repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;
    • getDistanceMatrixElementBuilder

      public DistanceMatrixElementType.Builder getDistanceMatrixElementBuilder(int index)
       A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc.  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 234:104]
       
      repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;
    • getDistanceMatrixElementOrBuilder

      public DistanceMatrixElementTypeOrBuilder getDistanceMatrixElementOrBuilder(int index)
       A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc.  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 234:104]
       
      repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;
      Specified by:
      getDistanceMatrixElementOrBuilder in interface DistanceMatrixElementsInFrame_RelStructureOrBuilder
    • getDistanceMatrixElementOrBuilderList

      public List<? extends DistanceMatrixElementTypeOrBuilder> getDistanceMatrixElementOrBuilderList()
       A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc.  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 234:104]
       
      repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;
      Specified by:
      getDistanceMatrixElementOrBuilderList in interface DistanceMatrixElementsInFrame_RelStructureOrBuilder
    • addDistanceMatrixElementBuilder

      public DistanceMatrixElementType.Builder addDistanceMatrixElementBuilder()
       A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc.  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 234:104]
       
      repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;
    • addDistanceMatrixElementBuilder

      public DistanceMatrixElementType.Builder addDistanceMatrixElementBuilder(int index)
       A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc.  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 234:104]
       
      repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;
    • getDistanceMatrixElementBuilderList

      public List<DistanceMatrixElementType.Builder> getDistanceMatrixElementBuilderList()
       A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc.  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 234:104]
       
      repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;