Class ParkingTariffsType.Builder

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

public static final class ParkingTariffsType.Builder extends com.google.protobuf.GeneratedMessage.Builder<ParkingTariffsType.Builder> implements ParkingTariffsTypeOrBuilder
 PARKING TARIFFs in frame.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 70:53]
 
Protobuf type uk.org.netex.www.netex.ParkingTariffsType
  • 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<ParkingTariffsType.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<ParkingTariffsType.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<ParkingTariffsType.Builder>
    • getDefaultInstanceForType

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

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

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

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

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

      public ParkingTariffsType.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 ParkingTariffsType.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 ParkingTariffsType.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 ParkingTariffsTypeOrBuilder
      Returns:
      The enum numeric value on the wire for modificationSet.
    • setModificationSetValue

      public ParkingTariffsType.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 ParkingTariffsTypeOrBuilder
      Returns:
      The modificationSet.
    • setModificationSet

      public ParkingTariffsType.Builder setModificationSet(ModificationSetEnumeration 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 modificationSet to set.
      Returns:
      This builder for chaining.
    • clearModificationSet

      public ParkingTariffsType.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.
    • getParkingTariffList

      public List<ParkingTariffType> getParkingTariffList()
       A set of parking CHARGE BANDS that describe the cost if using a PARKING or PARKING AREA.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 100:74]
       
      repeated .uk.org.netex.www.netex.ParkingTariffType parking_tariff = 3;
      Specified by:
      getParkingTariffList in interface ParkingTariffsTypeOrBuilder
    • getParkingTariffCount

      public int getParkingTariffCount()
       A set of parking CHARGE BANDS that describe the cost if using a PARKING or PARKING AREA.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 100:74]
       
      repeated .uk.org.netex.www.netex.ParkingTariffType parking_tariff = 3;
      Specified by:
      getParkingTariffCount in interface ParkingTariffsTypeOrBuilder
    • getParkingTariff

      public ParkingTariffType getParkingTariff(int index)
       A set of parking CHARGE BANDS that describe the cost if using a PARKING or PARKING AREA.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 100:74]
       
      repeated .uk.org.netex.www.netex.ParkingTariffType parking_tariff = 3;
      Specified by:
      getParkingTariff in interface ParkingTariffsTypeOrBuilder
    • setParkingTariff

      public ParkingTariffsType.Builder setParkingTariff(int index, ParkingTariffType value)
       A set of parking CHARGE BANDS that describe the cost if using a PARKING or PARKING AREA.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 100:74]
       
      repeated .uk.org.netex.www.netex.ParkingTariffType parking_tariff = 3;
    • setParkingTariff

      public ParkingTariffsType.Builder setParkingTariff(int index, ParkingTariffType.Builder builderForValue)
       A set of parking CHARGE BANDS that describe the cost if using a PARKING or PARKING AREA.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 100:74]
       
      repeated .uk.org.netex.www.netex.ParkingTariffType parking_tariff = 3;
    • addParkingTariff

      public ParkingTariffsType.Builder addParkingTariff(ParkingTariffType value)
       A set of parking CHARGE BANDS that describe the cost if using a PARKING or PARKING AREA.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 100:74]
       
      repeated .uk.org.netex.www.netex.ParkingTariffType parking_tariff = 3;
    • addParkingTariff

      public ParkingTariffsType.Builder addParkingTariff(int index, ParkingTariffType value)
       A set of parking CHARGE BANDS that describe the cost if using a PARKING or PARKING AREA.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 100:74]
       
      repeated .uk.org.netex.www.netex.ParkingTariffType parking_tariff = 3;
    • addParkingTariff

      public ParkingTariffsType.Builder addParkingTariff(ParkingTariffType.Builder builderForValue)
       A set of parking CHARGE BANDS that describe the cost if using a PARKING or PARKING AREA.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 100:74]
       
      repeated .uk.org.netex.www.netex.ParkingTariffType parking_tariff = 3;
    • addParkingTariff

      public ParkingTariffsType.Builder addParkingTariff(int index, ParkingTariffType.Builder builderForValue)
       A set of parking CHARGE BANDS that describe the cost if using a PARKING or PARKING AREA.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 100:74]
       
      repeated .uk.org.netex.www.netex.ParkingTariffType parking_tariff = 3;
    • addAllParkingTariff

      public ParkingTariffsType.Builder addAllParkingTariff(Iterable<? extends ParkingTariffType> values)
       A set of parking CHARGE BANDS that describe the cost if using a PARKING or PARKING AREA.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 100:74]
       
      repeated .uk.org.netex.www.netex.ParkingTariffType parking_tariff = 3;
    • clearParkingTariff

      public ParkingTariffsType.Builder clearParkingTariff()
       A set of parking CHARGE BANDS that describe the cost if using a PARKING or PARKING AREA.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 100:74]
       
      repeated .uk.org.netex.www.netex.ParkingTariffType parking_tariff = 3;
    • removeParkingTariff

      public ParkingTariffsType.Builder removeParkingTariff(int index)
       A set of parking CHARGE BANDS that describe the cost if using a PARKING or PARKING AREA.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 100:74]
       
      repeated .uk.org.netex.www.netex.ParkingTariffType parking_tariff = 3;
    • getParkingTariffBuilder

      public ParkingTariffType.Builder getParkingTariffBuilder(int index)
       A set of parking CHARGE BANDS that describe the cost if using a PARKING or PARKING AREA.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 100:74]
       
      repeated .uk.org.netex.www.netex.ParkingTariffType parking_tariff = 3;
    • getParkingTariffOrBuilder

      public ParkingTariffTypeOrBuilder getParkingTariffOrBuilder(int index)
       A set of parking CHARGE BANDS that describe the cost if using a PARKING or PARKING AREA.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 100:74]
       
      repeated .uk.org.netex.www.netex.ParkingTariffType parking_tariff = 3;
      Specified by:
      getParkingTariffOrBuilder in interface ParkingTariffsTypeOrBuilder
    • getParkingTariffOrBuilderList

      public List<? extends ParkingTariffTypeOrBuilder> getParkingTariffOrBuilderList()
       A set of parking CHARGE BANDS that describe the cost if using a PARKING or PARKING AREA.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 100:74]
       
      repeated .uk.org.netex.www.netex.ParkingTariffType parking_tariff = 3;
      Specified by:
      getParkingTariffOrBuilderList in interface ParkingTariffsTypeOrBuilder
    • addParkingTariffBuilder

      public ParkingTariffType.Builder addParkingTariffBuilder()
       A set of parking CHARGE BANDS that describe the cost if using a PARKING or PARKING AREA.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 100:74]
       
      repeated .uk.org.netex.www.netex.ParkingTariffType parking_tariff = 3;
    • addParkingTariffBuilder

      public ParkingTariffType.Builder addParkingTariffBuilder(int index)
       A set of parking CHARGE BANDS that describe the cost if using a PARKING or PARKING AREA.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 100:74]
       
      repeated .uk.org.netex.www.netex.ParkingTariffType parking_tariff = 3;
    • getParkingTariffBuilderList

      public List<ParkingTariffType.Builder> getParkingTariffBuilderList()
       A set of parking CHARGE BANDS that describe the cost if using a PARKING or PARKING AREA.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 100:74]
       
      repeated .uk.org.netex.www.netex.ParkingTariffType parking_tariff = 3;