Class FareStructureElementsInFrame_RelStructure.Builder

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

public static final class FareStructureElementsInFrame_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<FareStructureElementsInFrame_RelStructure.Builder> implements FareStructureElementsInFrame_RelStructureOrBuilder
 Type for containment in frame of FARE STUCTURE ELEMENTs.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 98:68]
 
Protobuf type uk.org.netex.www.netex.FareStructureElementsInFrame_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<FareStructureElementsInFrame_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<FareStructureElementsInFrame_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<FareStructureElementsInFrame_RelStructure.Builder>
    • getDefaultInstanceForType

      public FareStructureElementsInFrame_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 FareStructureElementsInFrame_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<FareStructureElementsInFrame_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<FareStructureElementsInFrame_RelStructure.Builder>
    • mergeFrom

      public FareStructureElementsInFrame_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<FareStructureElementsInFrame_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 FareStructureElementsInFrame_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 FareStructureElementsInFrame_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 FareStructureElementsInFrame_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.
    • getFareStructureElementList

      public List<FareStructureElementType> getFareStructureElementList()
       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
      Specified by:
      getFareStructureElementList in interface FareStructureElementsInFrame_RelStructureOrBuilder
    • getFareStructureElementCount

      public int getFareStructureElementCount()
       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
      Specified by:
      getFareStructureElementCount in interface FareStructureElementsInFrame_RelStructureOrBuilder
    • getFareStructureElement

      public FareStructureElementType getFareStructureElement(int index)
       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
      Specified by:
      getFareStructureElement in interface FareStructureElementsInFrame_RelStructureOrBuilder
    • setFareStructureElement

      public FareStructureElementsInFrame_RelStructure.Builder setFareStructureElement(int index, FareStructureElementType value)
       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
    • setFareStructureElement

      public FareStructureElementsInFrame_RelStructure.Builder setFareStructureElement(int index, FareStructureElementType.Builder builderForValue)
       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
    • addFareStructureElement

       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
    • addFareStructureElement

      public FareStructureElementsInFrame_RelStructure.Builder addFareStructureElement(int index, FareStructureElementType value)
       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
    • addFareStructureElement

       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
    • addFareStructureElement

      public FareStructureElementsInFrame_RelStructure.Builder addFareStructureElement(int index, FareStructureElementType.Builder builderForValue)
       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
    • addAllFareStructureElement

      public FareStructureElementsInFrame_RelStructure.Builder addAllFareStructureElement(Iterable<? extends FareStructureElementType> values)
       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
    • clearFareStructureElement

      public FareStructureElementsInFrame_RelStructure.Builder clearFareStructureElement()
       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
    • removeFareStructureElement

      public FareStructureElementsInFrame_RelStructure.Builder removeFareStructureElement(int index)
       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
    • getFareStructureElementBuilder

      public FareStructureElementType.Builder getFareStructureElementBuilder(int index)
       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
    • getFareStructureElementOrBuilder

      public FareStructureElementTypeOrBuilder getFareStructureElementOrBuilder(int index)
       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
      Specified by:
      getFareStructureElementOrBuilder in interface FareStructureElementsInFrame_RelStructureOrBuilder
    • getFareStructureElementOrBuilderList

      public List<? extends FareStructureElementTypeOrBuilder> getFareStructureElementOrBuilderList()
       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
      Specified by:
      getFareStructureElementOrBuilderList in interface FareStructureElementsInFrame_RelStructureOrBuilder
    • addFareStructureElementBuilder

      public FareStructureElementType.Builder addFareStructureElementBuilder()
       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
    • addFareStructureElementBuilder

      public FareStructureElementType.Builder addFareStructureElementBuilder(int index)
       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
    • getFareStructureElementBuilderList

      public List<FareStructureElementType.Builder> getFareStructureElementBuilderList()
       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;