All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: v10/model/service_fees.proto

package com.redhat.mercury.consumeradvisoryservices.v10;

public final class ServiceFeesOuterClass {
  private ServiceFeesOuterClass() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  public interface ServiceFeesOrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.redhat.mercury.consumeradvisoryservices.v10.ServiceFees)
      com.google.protobuf.MessageOrBuilder {

    /**
     * string FeeApplicationRecord = 46807302;
     * @return The feeApplicationRecord.
     */
    java.lang.String getFeeApplicationRecord();
    /**
     * string FeeApplicationRecord = 46807302;
     * @return The bytes for feeApplicationRecord.
     */
    com.google.protobuf.ByteString
        getFeeApplicationRecordBytes();

    /**
     * string FeeTransaction = 394826857;
     * @return The feeTransaction.
     */
    java.lang.String getFeeTransaction();
    /**
     * string FeeTransaction = 394826857;
     * @return The bytes for feeTransaction.
     */
    com.google.protobuf.ByteString
        getFeeTransactionBytes();

    /**
     * string FeeTransactionDescription = 446623420;
     * @return The feeTransactionDescription.
     */
    java.lang.String getFeeTransactionDescription();
    /**
     * string FeeTransactionDescription = 446623420;
     * @return The bytes for feeTransactionDescription.
     */
    com.google.protobuf.ByteString
        getFeeTransactionDescriptionBytes();

    /**
     * string FeeTransactionType = 514858256;
     * @return The feeTransactionType.
     */
    java.lang.String getFeeTransactionType();
    /**
     * string FeeTransactionType = 514858256;
     * @return The bytes for feeTransactionType.
     */
    com.google.protobuf.ByteString
        getFeeTransactionTypeBytes();

    /**
     * string FeeTransactionCharge = 250243183;
     * @return The feeTransactionCharge.
     */
    java.lang.String getFeeTransactionCharge();
    /**
     * string FeeTransactionCharge = 250243183;
     * @return The bytes for feeTransactionCharge.
     */
    com.google.protobuf.ByteString
        getFeeTransactionChargeBytes();
  }
  /**
   * Protobuf type {@code com.redhat.mercury.consumeradvisoryservices.v10.ServiceFees}
   */
  public static final class ServiceFees extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.redhat.mercury.consumeradvisoryservices.v10.ServiceFees)
      ServiceFeesOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use ServiceFees.newBuilder() to construct.
    private ServiceFees(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private ServiceFees() {
      feeApplicationRecord_ = "";
      feeTransaction_ = "";
      feeTransactionDescription_ = "";
      feeTransactionType_ = "";
      feeTransactionCharge_ = "";
    }

    @java.lang.Override
    @SuppressWarnings({"unused"})
    protected java.lang.Object newInstance(
        UnusedPrivateParameter unused) {
      return new ServiceFees();
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private ServiceFees(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      com.google.protobuf.UnknownFieldSet.Builder unknownFields =
          com.google.protobuf.UnknownFieldSet.newBuilder();
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 374458418: {
              java.lang.String s = input.readStringRequireUtf8();

              feeApplicationRecord_ = s;
              break;
            }
            case 2001945466: {
              java.lang.String s = input.readStringRequireUtf8();

              feeTransactionCharge_ = s;
              break;
            }
            case -1136352438: {
              java.lang.String s = input.readStringRequireUtf8();

              feeTransaction_ = s;
              break;
            }
            case -721979934: {
              java.lang.String s = input.readStringRequireUtf8();

              feeTransactionDescription_ = s;
              break;
            }
            case -176101246: {
              java.lang.String s = input.readStringRequireUtf8();

              feeTransactionType_ = s;
              break;
            }
            default: {
              if (!parseUnknownField(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.internal_static_com_redhat_mercury_consumeradvisoryservices_v10_ServiceFees_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.internal_static_com_redhat_mercury_consumeradvisoryservices_v10_ServiceFees_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees.class, com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees.Builder.class);
    }

    public static final int FEEAPPLICATIONRECORD_FIELD_NUMBER = 46807302;
    private volatile java.lang.Object feeApplicationRecord_;
    /**
     * string FeeApplicationRecord = 46807302;
     * @return The feeApplicationRecord.
     */
    @java.lang.Override
    public java.lang.String getFeeApplicationRecord() {
      java.lang.Object ref = feeApplicationRecord_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        feeApplicationRecord_ = s;
        return s;
      }
    }
    /**
     * string FeeApplicationRecord = 46807302;
     * @return The bytes for feeApplicationRecord.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getFeeApplicationRecordBytes() {
      java.lang.Object ref = feeApplicationRecord_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        feeApplicationRecord_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int FEETRANSACTION_FIELD_NUMBER = 394826857;
    private volatile java.lang.Object feeTransaction_;
    /**
     * string FeeTransaction = 394826857;
     * @return The feeTransaction.
     */
    @java.lang.Override
    public java.lang.String getFeeTransaction() {
      java.lang.Object ref = feeTransaction_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        feeTransaction_ = s;
        return s;
      }
    }
    /**
     * string FeeTransaction = 394826857;
     * @return The bytes for feeTransaction.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getFeeTransactionBytes() {
      java.lang.Object ref = feeTransaction_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        feeTransaction_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int FEETRANSACTIONDESCRIPTION_FIELD_NUMBER = 446623420;
    private volatile java.lang.Object feeTransactionDescription_;
    /**
     * string FeeTransactionDescription = 446623420;
     * @return The feeTransactionDescription.
     */
    @java.lang.Override
    public java.lang.String getFeeTransactionDescription() {
      java.lang.Object ref = feeTransactionDescription_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        feeTransactionDescription_ = s;
        return s;
      }
    }
    /**
     * string FeeTransactionDescription = 446623420;
     * @return The bytes for feeTransactionDescription.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getFeeTransactionDescriptionBytes() {
      java.lang.Object ref = feeTransactionDescription_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        feeTransactionDescription_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int FEETRANSACTIONTYPE_FIELD_NUMBER = 514858256;
    private volatile java.lang.Object feeTransactionType_;
    /**
     * string FeeTransactionType = 514858256;
     * @return The feeTransactionType.
     */
    @java.lang.Override
    public java.lang.String getFeeTransactionType() {
      java.lang.Object ref = feeTransactionType_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        feeTransactionType_ = s;
        return s;
      }
    }
    /**
     * string FeeTransactionType = 514858256;
     * @return The bytes for feeTransactionType.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getFeeTransactionTypeBytes() {
      java.lang.Object ref = feeTransactionType_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        feeTransactionType_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int FEETRANSACTIONCHARGE_FIELD_NUMBER = 250243183;
    private volatile java.lang.Object feeTransactionCharge_;
    /**
     * string FeeTransactionCharge = 250243183;
     * @return The feeTransactionCharge.
     */
    @java.lang.Override
    public java.lang.String getFeeTransactionCharge() {
      java.lang.Object ref = feeTransactionCharge_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        feeTransactionCharge_ = s;
        return s;
      }
    }
    /**
     * string FeeTransactionCharge = 250243183;
     * @return The bytes for feeTransactionCharge.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getFeeTransactionChargeBytes() {
      java.lang.Object ref = feeTransactionCharge_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        feeTransactionCharge_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    private byte memoizedIsInitialized = -1;
    @java.lang.Override
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(feeApplicationRecord_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 46807302, feeApplicationRecord_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(feeTransactionCharge_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 250243183, feeTransactionCharge_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(feeTransaction_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 394826857, feeTransaction_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(feeTransactionDescription_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 446623420, feeTransactionDescription_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(feeTransactionType_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 514858256, feeTransactionType_);
      }
      unknownFields.writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(feeApplicationRecord_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(46807302, feeApplicationRecord_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(feeTransactionCharge_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(250243183, feeTransactionCharge_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(feeTransaction_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(394826857, feeTransaction_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(feeTransactionDescription_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(446623420, feeTransactionDescription_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(feeTransactionType_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(514858256, feeTransactionType_);
      }
      size += unknownFields.getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees)) {
        return super.equals(obj);
      }
      com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees other = (com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees) obj;

      if (!getFeeApplicationRecord()
          .equals(other.getFeeApplicationRecord())) return false;
      if (!getFeeTransaction()
          .equals(other.getFeeTransaction())) return false;
      if (!getFeeTransactionDescription()
          .equals(other.getFeeTransactionDescription())) return false;
      if (!getFeeTransactionType()
          .equals(other.getFeeTransactionType())) return false;
      if (!getFeeTransactionCharge()
          .equals(other.getFeeTransactionCharge())) return false;
      if (!unknownFields.equals(other.unknownFields)) return false;
      return true;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      hash = (37 * hash) + FEEAPPLICATIONRECORD_FIELD_NUMBER;
      hash = (53 * hash) + getFeeApplicationRecord().hashCode();
      hash = (37 * hash) + FEETRANSACTION_FIELD_NUMBER;
      hash = (53 * hash) + getFeeTransaction().hashCode();
      hash = (37 * hash) + FEETRANSACTIONDESCRIPTION_FIELD_NUMBER;
      hash = (53 * hash) + getFeeTransactionDescription().hashCode();
      hash = (37 * hash) + FEETRANSACTIONTYPE_FIELD_NUMBER;
      hash = (53 * hash) + getFeeTransactionType().hashCode();
      hash = (37 * hash) + FEETRANSACTIONCHARGE_FIELD_NUMBER;
      hash = (53 * hash) + getFeeTransactionCharge().hashCode();
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees prototype) {
      return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
    }
    @java.lang.Override
    public Builder toBuilder() {
      return this == DEFAULT_INSTANCE
          ? new Builder() : new Builder().mergeFrom(this);
    }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code com.redhat.mercury.consumeradvisoryservices.v10.ServiceFees}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:com.redhat.mercury.consumeradvisoryservices.v10.ServiceFees)
        com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFeesOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.internal_static_com_redhat_mercury_consumeradvisoryservices_v10_ServiceFees_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.internal_static_com_redhat_mercury_consumeradvisoryservices_v10_ServiceFees_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees.class, com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees.Builder.class);
      }

      // Construct using com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        feeApplicationRecord_ = "";

        feeTransaction_ = "";

        feeTransactionDescription_ = "";

        feeTransactionType_ = "";

        feeTransactionCharge_ = "";

        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.internal_static_com_redhat_mercury_consumeradvisoryservices_v10_ServiceFees_descriptor;
      }

      @java.lang.Override
      public com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees getDefaultInstanceForType() {
        return com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees.getDefaultInstance();
      }

      @java.lang.Override
      public com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees build() {
        com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees buildPartial() {
        com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees result = new com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees(this);
        result.feeApplicationRecord_ = feeApplicationRecord_;
        result.feeTransaction_ = feeTransaction_;
        result.feeTransactionDescription_ = feeTransactionDescription_;
        result.feeTransactionType_ = feeTransactionType_;
        result.feeTransactionCharge_ = feeTransactionCharge_;
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees) {
          return mergeFrom((com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees other) {
        if (other == com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees.getDefaultInstance()) return this;
        if (!other.getFeeApplicationRecord().isEmpty()) {
          feeApplicationRecord_ = other.feeApplicationRecord_;
          onChanged();
        }
        if (!other.getFeeTransaction().isEmpty()) {
          feeTransaction_ = other.feeTransaction_;
          onChanged();
        }
        if (!other.getFeeTransactionDescription().isEmpty()) {
          feeTransactionDescription_ = other.feeTransactionDescription_;
          onChanged();
        }
        if (!other.getFeeTransactionType().isEmpty()) {
          feeTransactionType_ = other.feeTransactionType_;
          onChanged();
        }
        if (!other.getFeeTransactionCharge().isEmpty()) {
          feeTransactionCharge_ = other.feeTransactionCharge_;
          onChanged();
        }
        this.mergeUnknownFields(other.unknownFields);
        onChanged();
        return this;
      }

      @java.lang.Override
      public final boolean isInitialized() {
        return true;
      }

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private java.lang.Object feeApplicationRecord_ = "";
      /**
       * string FeeApplicationRecord = 46807302;
       * @return The feeApplicationRecord.
       */
      public java.lang.String getFeeApplicationRecord() {
        java.lang.Object ref = feeApplicationRecord_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          feeApplicationRecord_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string FeeApplicationRecord = 46807302;
       * @return The bytes for feeApplicationRecord.
       */
      public com.google.protobuf.ByteString
          getFeeApplicationRecordBytes() {
        java.lang.Object ref = feeApplicationRecord_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          feeApplicationRecord_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string FeeApplicationRecord = 46807302;
       * @param value The feeApplicationRecord to set.
       * @return This builder for chaining.
       */
      public Builder setFeeApplicationRecord(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        feeApplicationRecord_ = value;
        onChanged();
        return this;
      }
      /**
       * string FeeApplicationRecord = 46807302;
       * @return This builder for chaining.
       */
      public Builder clearFeeApplicationRecord() {
        
        feeApplicationRecord_ = getDefaultInstance().getFeeApplicationRecord();
        onChanged();
        return this;
      }
      /**
       * string FeeApplicationRecord = 46807302;
       * @param value The bytes for feeApplicationRecord to set.
       * @return This builder for chaining.
       */
      public Builder setFeeApplicationRecordBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        feeApplicationRecord_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object feeTransaction_ = "";
      /**
       * string FeeTransaction = 394826857;
       * @return The feeTransaction.
       */
      public java.lang.String getFeeTransaction() {
        java.lang.Object ref = feeTransaction_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          feeTransaction_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string FeeTransaction = 394826857;
       * @return The bytes for feeTransaction.
       */
      public com.google.protobuf.ByteString
          getFeeTransactionBytes() {
        java.lang.Object ref = feeTransaction_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          feeTransaction_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string FeeTransaction = 394826857;
       * @param value The feeTransaction to set.
       * @return This builder for chaining.
       */
      public Builder setFeeTransaction(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        feeTransaction_ = value;
        onChanged();
        return this;
      }
      /**
       * string FeeTransaction = 394826857;
       * @return This builder for chaining.
       */
      public Builder clearFeeTransaction() {
        
        feeTransaction_ = getDefaultInstance().getFeeTransaction();
        onChanged();
        return this;
      }
      /**
       * string FeeTransaction = 394826857;
       * @param value The bytes for feeTransaction to set.
       * @return This builder for chaining.
       */
      public Builder setFeeTransactionBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        feeTransaction_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object feeTransactionDescription_ = "";
      /**
       * string FeeTransactionDescription = 446623420;
       * @return The feeTransactionDescription.
       */
      public java.lang.String getFeeTransactionDescription() {
        java.lang.Object ref = feeTransactionDescription_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          feeTransactionDescription_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string FeeTransactionDescription = 446623420;
       * @return The bytes for feeTransactionDescription.
       */
      public com.google.protobuf.ByteString
          getFeeTransactionDescriptionBytes() {
        java.lang.Object ref = feeTransactionDescription_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          feeTransactionDescription_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string FeeTransactionDescription = 446623420;
       * @param value The feeTransactionDescription to set.
       * @return This builder for chaining.
       */
      public Builder setFeeTransactionDescription(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        feeTransactionDescription_ = value;
        onChanged();
        return this;
      }
      /**
       * string FeeTransactionDescription = 446623420;
       * @return This builder for chaining.
       */
      public Builder clearFeeTransactionDescription() {
        
        feeTransactionDescription_ = getDefaultInstance().getFeeTransactionDescription();
        onChanged();
        return this;
      }
      /**
       * string FeeTransactionDescription = 446623420;
       * @param value The bytes for feeTransactionDescription to set.
       * @return This builder for chaining.
       */
      public Builder setFeeTransactionDescriptionBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        feeTransactionDescription_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object feeTransactionType_ = "";
      /**
       * string FeeTransactionType = 514858256;
       * @return The feeTransactionType.
       */
      public java.lang.String getFeeTransactionType() {
        java.lang.Object ref = feeTransactionType_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          feeTransactionType_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string FeeTransactionType = 514858256;
       * @return The bytes for feeTransactionType.
       */
      public com.google.protobuf.ByteString
          getFeeTransactionTypeBytes() {
        java.lang.Object ref = feeTransactionType_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          feeTransactionType_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string FeeTransactionType = 514858256;
       * @param value The feeTransactionType to set.
       * @return This builder for chaining.
       */
      public Builder setFeeTransactionType(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        feeTransactionType_ = value;
        onChanged();
        return this;
      }
      /**
       * string FeeTransactionType = 514858256;
       * @return This builder for chaining.
       */
      public Builder clearFeeTransactionType() {
        
        feeTransactionType_ = getDefaultInstance().getFeeTransactionType();
        onChanged();
        return this;
      }
      /**
       * string FeeTransactionType = 514858256;
       * @param value The bytes for feeTransactionType to set.
       * @return This builder for chaining.
       */
      public Builder setFeeTransactionTypeBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        feeTransactionType_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object feeTransactionCharge_ = "";
      /**
       * string FeeTransactionCharge = 250243183;
       * @return The feeTransactionCharge.
       */
      public java.lang.String getFeeTransactionCharge() {
        java.lang.Object ref = feeTransactionCharge_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          feeTransactionCharge_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string FeeTransactionCharge = 250243183;
       * @return The bytes for feeTransactionCharge.
       */
      public com.google.protobuf.ByteString
          getFeeTransactionChargeBytes() {
        java.lang.Object ref = feeTransactionCharge_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          feeTransactionCharge_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string FeeTransactionCharge = 250243183;
       * @param value The feeTransactionCharge to set.
       * @return This builder for chaining.
       */
      public Builder setFeeTransactionCharge(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        feeTransactionCharge_ = value;
        onChanged();
        return this;
      }
      /**
       * string FeeTransactionCharge = 250243183;
       * @return This builder for chaining.
       */
      public Builder clearFeeTransactionCharge() {
        
        feeTransactionCharge_ = getDefaultInstance().getFeeTransactionCharge();
        onChanged();
        return this;
      }
      /**
       * string FeeTransactionCharge = 250243183;
       * @param value The bytes for feeTransactionCharge to set.
       * @return This builder for chaining.
       */
      public Builder setFeeTransactionChargeBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        feeTransactionCharge_ = value;
        onChanged();
        return this;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:com.redhat.mercury.consumeradvisoryservices.v10.ServiceFees)
    }

    // @@protoc_insertion_point(class_scope:com.redhat.mercury.consumeradvisoryservices.v10.ServiceFees)
    private static final com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees();
    }

    public static com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser
        PARSER = new com.google.protobuf.AbstractParser() {
      @java.lang.Override
      public ServiceFees parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new ServiceFees(input, extensionRegistry);
      }
    };

    public static com.google.protobuf.Parser parser() {
      return PARSER;
    }

    @java.lang.Override
    public com.google.protobuf.Parser getParserForType() {
      return PARSER;
    }

    @java.lang.Override
    public com.redhat.mercury.consumeradvisoryservices.v10.ServiceFeesOuterClass.ServiceFees getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_redhat_mercury_consumeradvisoryservices_v10_ServiceFees_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_redhat_mercury_consumeradvisoryservices_v10_ServiceFees_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\034v10/model/service_fees.proto\022/com.redh" +
      "at.mercury.consumeradvisoryservices.v10\"" +
      "\262\001\n\013ServiceFees\022\037\n\024FeeApplicationRecord\030" +
      "\206\362\250\026 \001(\t\022\032\n\016FeeTransaction\030\351\250\242\274\001 \001(\t\022%\n\031" +
      "FeeTransactionDescription\030\274\335\373\324\001 \001(\t\022\036\n\022F" +
      "eeTransactionType\030\220\272\300\365\001 \001(\t\022\037\n\024FeeTransa" +
      "ctionCharge\030\357\320\251w \001(\tb\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        });
    internal_static_com_redhat_mercury_consumeradvisoryservices_v10_ServiceFees_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_com_redhat_mercury_consumeradvisoryservices_v10_ServiceFees_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_redhat_mercury_consumeradvisoryservices_v10_ServiceFees_descriptor,
        new java.lang.String[] { "FeeApplicationRecord", "FeeTransaction", "FeeTransactionDescription", "FeeTransactionType", "FeeTransactionCharge", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy