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

com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: v10/model/payments.proto

package com.redhat.mercury.merchandisingloan.v10;

public final class PaymentsOuterClass {
  private PaymentsOuterClass() {}
  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 PaymentsOrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.redhat.mercury.merchandisingloan.v10.Payments)
      com.google.protobuf.MessageOrBuilder {

    /**
     * string PaymentsPreconditions = 105937742;
     * @return The paymentsPreconditions.
     */
    java.lang.String getPaymentsPreconditions();
    /**
     * string PaymentsPreconditions = 105937742;
     * @return The bytes for paymentsPreconditions.
     */
    com.google.protobuf.ByteString
        getPaymentsPreconditionsBytes();

    /**
     * string PaymentsFeatureSchedule = 236602208;
     * @return The paymentsFeatureSchedule.
     */
    java.lang.String getPaymentsFeatureSchedule();
    /**
     * string PaymentsFeatureSchedule = 236602208;
     * @return The bytes for paymentsFeatureSchedule.
     */
    com.google.protobuf.ByteString
        getPaymentsFeatureScheduleBytes();

    /**
     * .google.protobuf.Any BusinessService = 189210294;
     * @return Whether the businessService field is set.
     */
    boolean hasBusinessService();
    /**
     * .google.protobuf.Any BusinessService = 189210294;
     * @return The businessService.
     */
    com.google.protobuf.Any getBusinessService();
    /**
     * .google.protobuf.Any BusinessService = 189210294;
     */
    com.google.protobuf.AnyOrBuilder getBusinessServiceOrBuilder();

    /**
     * string PaymentsPostconditions = 470776839;
     * @return The paymentsPostconditions.
     */
    java.lang.String getPaymentsPostconditions();
    /**
     * string PaymentsPostconditions = 470776839;
     * @return The bytes for paymentsPostconditions.
     */
    com.google.protobuf.ByteString
        getPaymentsPostconditionsBytes();

    /**
     * string PaymentsServiceType = 445810174;
     * @return The paymentsServiceType.
     */
    java.lang.String getPaymentsServiceType();
    /**
     * string PaymentsServiceType = 445810174;
     * @return The bytes for paymentsServiceType.
     */
    com.google.protobuf.ByteString
        getPaymentsServiceTypeBytes();

    /**
     * string PaymentsServiceDescription = 433166287;
     * @return The paymentsServiceDescription.
     */
    java.lang.String getPaymentsServiceDescription();
    /**
     * string PaymentsServiceDescription = 433166287;
     * @return The bytes for paymentsServiceDescription.
     */
    com.google.protobuf.ByteString
        getPaymentsServiceDescriptionBytes();

    /**
     * string PaymentsServiceInputsandOuputs = 58474322;
     * @return The paymentsServiceInputsandOuputs.
     */
    java.lang.String getPaymentsServiceInputsandOuputs();
    /**
     * string PaymentsServiceInputsandOuputs = 58474322;
     * @return The bytes for paymentsServiceInputsandOuputs.
     */
    com.google.protobuf.ByteString
        getPaymentsServiceInputsandOuputsBytes();

    /**
     * string PaymentsServiceWorkProduct = 243426091;
     * @return The paymentsServiceWorkProduct.
     */
    java.lang.String getPaymentsServiceWorkProduct();
    /**
     * string PaymentsServiceWorkProduct = 243426091;
     * @return The bytes for paymentsServiceWorkProduct.
     */
    com.google.protobuf.ByteString
        getPaymentsServiceWorkProductBytes();

    /**
     * string PaymentsServiceName = 446012077;
     * @return The paymentsServiceName.
     */
    java.lang.String getPaymentsServiceName();
    /**
     * string PaymentsServiceName = 446012077;
     * @return The bytes for paymentsServiceName.
     */
    com.google.protobuf.ByteString
        getPaymentsServiceNameBytes();
  }
  /**
   * Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.Payments}
   */
  public static final class Payments extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.redhat.mercury.merchandisingloan.v10.Payments)
      PaymentsOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use Payments.newBuilder() to construct.
    private Payments(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private Payments() {
      paymentsPreconditions_ = "";
      paymentsFeatureSchedule_ = "";
      paymentsPostconditions_ = "";
      paymentsServiceType_ = "";
      paymentsServiceDescription_ = "";
      paymentsServiceInputsandOuputs_ = "";
      paymentsServiceWorkProduct_ = "";
      paymentsServiceName_ = "";
    }

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

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private Payments(
        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 467794578: {
              java.lang.String s = input.readStringRequireUtf8();

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

              paymentsPreconditions_ = s;
              break;
            }
            case 1513682354: {
              com.google.protobuf.Any.Builder subBuilder = null;
              if (businessService_ != null) {
                subBuilder = businessService_.toBuilder();
              }
              businessService_ = input.readMessage(com.google.protobuf.Any.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(businessService_);
                businessService_ = subBuilder.buildPartial();
              }

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

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

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

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

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

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

              paymentsPostconditions_ = 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.merchandisingloan.v10.PaymentsOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_Payments_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_Payments_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.class, com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.Builder.class);
    }

    public static final int PAYMENTSPRECONDITIONS_FIELD_NUMBER = 105937742;
    private volatile java.lang.Object paymentsPreconditions_;
    /**
     * string PaymentsPreconditions = 105937742;
     * @return The paymentsPreconditions.
     */
    @java.lang.Override
    public java.lang.String getPaymentsPreconditions() {
      java.lang.Object ref = paymentsPreconditions_;
      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();
        paymentsPreconditions_ = s;
        return s;
      }
    }
    /**
     * string PaymentsPreconditions = 105937742;
     * @return The bytes for paymentsPreconditions.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPaymentsPreconditionsBytes() {
      java.lang.Object ref = paymentsPreconditions_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        paymentsPreconditions_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PAYMENTSFEATURESCHEDULE_FIELD_NUMBER = 236602208;
    private volatile java.lang.Object paymentsFeatureSchedule_;
    /**
     * string PaymentsFeatureSchedule = 236602208;
     * @return The paymentsFeatureSchedule.
     */
    @java.lang.Override
    public java.lang.String getPaymentsFeatureSchedule() {
      java.lang.Object ref = paymentsFeatureSchedule_;
      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();
        paymentsFeatureSchedule_ = s;
        return s;
      }
    }
    /**
     * string PaymentsFeatureSchedule = 236602208;
     * @return The bytes for paymentsFeatureSchedule.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPaymentsFeatureScheduleBytes() {
      java.lang.Object ref = paymentsFeatureSchedule_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        paymentsFeatureSchedule_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int BUSINESSSERVICE_FIELD_NUMBER = 189210294;
    private com.google.protobuf.Any businessService_;
    /**
     * .google.protobuf.Any BusinessService = 189210294;
     * @return Whether the businessService field is set.
     */
    @java.lang.Override
    public boolean hasBusinessService() {
      return businessService_ != null;
    }
    /**
     * .google.protobuf.Any BusinessService = 189210294;
     * @return The businessService.
     */
    @java.lang.Override
    public com.google.protobuf.Any getBusinessService() {
      return businessService_ == null ? com.google.protobuf.Any.getDefaultInstance() : businessService_;
    }
    /**
     * .google.protobuf.Any BusinessService = 189210294;
     */
    @java.lang.Override
    public com.google.protobuf.AnyOrBuilder getBusinessServiceOrBuilder() {
      return getBusinessService();
    }

    public static final int PAYMENTSPOSTCONDITIONS_FIELD_NUMBER = 470776839;
    private volatile java.lang.Object paymentsPostconditions_;
    /**
     * string PaymentsPostconditions = 470776839;
     * @return The paymentsPostconditions.
     */
    @java.lang.Override
    public java.lang.String getPaymentsPostconditions() {
      java.lang.Object ref = paymentsPostconditions_;
      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();
        paymentsPostconditions_ = s;
        return s;
      }
    }
    /**
     * string PaymentsPostconditions = 470776839;
     * @return The bytes for paymentsPostconditions.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPaymentsPostconditionsBytes() {
      java.lang.Object ref = paymentsPostconditions_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        paymentsPostconditions_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PAYMENTSSERVICETYPE_FIELD_NUMBER = 445810174;
    private volatile java.lang.Object paymentsServiceType_;
    /**
     * string PaymentsServiceType = 445810174;
     * @return The paymentsServiceType.
     */
    @java.lang.Override
    public java.lang.String getPaymentsServiceType() {
      java.lang.Object ref = paymentsServiceType_;
      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();
        paymentsServiceType_ = s;
        return s;
      }
    }
    /**
     * string PaymentsServiceType = 445810174;
     * @return The bytes for paymentsServiceType.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPaymentsServiceTypeBytes() {
      java.lang.Object ref = paymentsServiceType_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        paymentsServiceType_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PAYMENTSSERVICEDESCRIPTION_FIELD_NUMBER = 433166287;
    private volatile java.lang.Object paymentsServiceDescription_;
    /**
     * string PaymentsServiceDescription = 433166287;
     * @return The paymentsServiceDescription.
     */
    @java.lang.Override
    public java.lang.String getPaymentsServiceDescription() {
      java.lang.Object ref = paymentsServiceDescription_;
      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();
        paymentsServiceDescription_ = s;
        return s;
      }
    }
    /**
     * string PaymentsServiceDescription = 433166287;
     * @return The bytes for paymentsServiceDescription.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPaymentsServiceDescriptionBytes() {
      java.lang.Object ref = paymentsServiceDescription_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        paymentsServiceDescription_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PAYMENTSSERVICEINPUTSANDOUPUTS_FIELD_NUMBER = 58474322;
    private volatile java.lang.Object paymentsServiceInputsandOuputs_;
    /**
     * string PaymentsServiceInputsandOuputs = 58474322;
     * @return The paymentsServiceInputsandOuputs.
     */
    @java.lang.Override
    public java.lang.String getPaymentsServiceInputsandOuputs() {
      java.lang.Object ref = paymentsServiceInputsandOuputs_;
      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();
        paymentsServiceInputsandOuputs_ = s;
        return s;
      }
    }
    /**
     * string PaymentsServiceInputsandOuputs = 58474322;
     * @return The bytes for paymentsServiceInputsandOuputs.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPaymentsServiceInputsandOuputsBytes() {
      java.lang.Object ref = paymentsServiceInputsandOuputs_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        paymentsServiceInputsandOuputs_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PAYMENTSSERVICEWORKPRODUCT_FIELD_NUMBER = 243426091;
    private volatile java.lang.Object paymentsServiceWorkProduct_;
    /**
     * string PaymentsServiceWorkProduct = 243426091;
     * @return The paymentsServiceWorkProduct.
     */
    @java.lang.Override
    public java.lang.String getPaymentsServiceWorkProduct() {
      java.lang.Object ref = paymentsServiceWorkProduct_;
      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();
        paymentsServiceWorkProduct_ = s;
        return s;
      }
    }
    /**
     * string PaymentsServiceWorkProduct = 243426091;
     * @return The bytes for paymentsServiceWorkProduct.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPaymentsServiceWorkProductBytes() {
      java.lang.Object ref = paymentsServiceWorkProduct_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        paymentsServiceWorkProduct_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PAYMENTSSERVICENAME_FIELD_NUMBER = 446012077;
    private volatile java.lang.Object paymentsServiceName_;
    /**
     * string PaymentsServiceName = 446012077;
     * @return The paymentsServiceName.
     */
    @java.lang.Override
    public java.lang.String getPaymentsServiceName() {
      java.lang.Object ref = paymentsServiceName_;
      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();
        paymentsServiceName_ = s;
        return s;
      }
    }
    /**
     * string PaymentsServiceName = 446012077;
     * @return The bytes for paymentsServiceName.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPaymentsServiceNameBytes() {
      java.lang.Object ref = paymentsServiceName_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        paymentsServiceName_ = 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(paymentsServiceInputsandOuputs_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 58474322, paymentsServiceInputsandOuputs_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(paymentsPreconditions_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 105937742, paymentsPreconditions_);
      }
      if (businessService_ != null) {
        output.writeMessage(189210294, getBusinessService());
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(paymentsFeatureSchedule_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 236602208, paymentsFeatureSchedule_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(paymentsServiceWorkProduct_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 243426091, paymentsServiceWorkProduct_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(paymentsServiceDescription_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 433166287, paymentsServiceDescription_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(paymentsServiceType_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 445810174, paymentsServiceType_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(paymentsServiceName_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 446012077, paymentsServiceName_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(paymentsPostconditions_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 470776839, paymentsPostconditions_);
      }
      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(paymentsServiceInputsandOuputs_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(58474322, paymentsServiceInputsandOuputs_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(paymentsPreconditions_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(105937742, paymentsPreconditions_);
      }
      if (businessService_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(189210294, getBusinessService());
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(paymentsFeatureSchedule_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(236602208, paymentsFeatureSchedule_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(paymentsServiceWorkProduct_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(243426091, paymentsServiceWorkProduct_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(paymentsServiceDescription_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(433166287, paymentsServiceDescription_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(paymentsServiceType_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(445810174, paymentsServiceType_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(paymentsServiceName_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(446012077, paymentsServiceName_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(paymentsPostconditions_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(470776839, paymentsPostconditions_);
      }
      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.merchandisingloan.v10.PaymentsOuterClass.Payments)) {
        return super.equals(obj);
      }
      com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments other = (com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments) obj;

      if (!getPaymentsPreconditions()
          .equals(other.getPaymentsPreconditions())) return false;
      if (!getPaymentsFeatureSchedule()
          .equals(other.getPaymentsFeatureSchedule())) return false;
      if (hasBusinessService() != other.hasBusinessService()) return false;
      if (hasBusinessService()) {
        if (!getBusinessService()
            .equals(other.getBusinessService())) return false;
      }
      if (!getPaymentsPostconditions()
          .equals(other.getPaymentsPostconditions())) return false;
      if (!getPaymentsServiceType()
          .equals(other.getPaymentsServiceType())) return false;
      if (!getPaymentsServiceDescription()
          .equals(other.getPaymentsServiceDescription())) return false;
      if (!getPaymentsServiceInputsandOuputs()
          .equals(other.getPaymentsServiceInputsandOuputs())) return false;
      if (!getPaymentsServiceWorkProduct()
          .equals(other.getPaymentsServiceWorkProduct())) return false;
      if (!getPaymentsServiceName()
          .equals(other.getPaymentsServiceName())) 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) + PAYMENTSPRECONDITIONS_FIELD_NUMBER;
      hash = (53 * hash) + getPaymentsPreconditions().hashCode();
      hash = (37 * hash) + PAYMENTSFEATURESCHEDULE_FIELD_NUMBER;
      hash = (53 * hash) + getPaymentsFeatureSchedule().hashCode();
      if (hasBusinessService()) {
        hash = (37 * hash) + BUSINESSSERVICE_FIELD_NUMBER;
        hash = (53 * hash) + getBusinessService().hashCode();
      }
      hash = (37 * hash) + PAYMENTSPOSTCONDITIONS_FIELD_NUMBER;
      hash = (53 * hash) + getPaymentsPostconditions().hashCode();
      hash = (37 * hash) + PAYMENTSSERVICETYPE_FIELD_NUMBER;
      hash = (53 * hash) + getPaymentsServiceType().hashCode();
      hash = (37 * hash) + PAYMENTSSERVICEDESCRIPTION_FIELD_NUMBER;
      hash = (53 * hash) + getPaymentsServiceDescription().hashCode();
      hash = (37 * hash) + PAYMENTSSERVICEINPUTSANDOUPUTS_FIELD_NUMBER;
      hash = (53 * hash) + getPaymentsServiceInputsandOuputs().hashCode();
      hash = (37 * hash) + PAYMENTSSERVICEWORKPRODUCT_FIELD_NUMBER;
      hash = (53 * hash) + getPaymentsServiceWorkProduct().hashCode();
      hash = (37 * hash) + PAYMENTSSERVICENAME_FIELD_NUMBER;
      hash = (53 * hash) + getPaymentsServiceName().hashCode();
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments 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.merchandisingloan.v10.PaymentsOuterClass.Payments parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments 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.merchandisingloan.v10.PaymentsOuterClass.Payments parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments 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.merchandisingloan.v10.PaymentsOuterClass.Payments parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments 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.merchandisingloan.v10.PaymentsOuterClass.Payments parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments 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.merchandisingloan.v10.PaymentsOuterClass.Payments 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.merchandisingloan.v10.Payments}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:com.redhat.mercury.merchandisingloan.v10.Payments)
        com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.PaymentsOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_Payments_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_Payments_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.class, com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.Builder.class);
      }

      // Construct using com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.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();
        paymentsPreconditions_ = "";

        paymentsFeatureSchedule_ = "";

        if (businessServiceBuilder_ == null) {
          businessService_ = null;
        } else {
          businessService_ = null;
          businessServiceBuilder_ = null;
        }
        paymentsPostconditions_ = "";

        paymentsServiceType_ = "";

        paymentsServiceDescription_ = "";

        paymentsServiceInputsandOuputs_ = "";

        paymentsServiceWorkProduct_ = "";

        paymentsServiceName_ = "";

        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_Payments_descriptor;
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments getDefaultInstanceForType() {
        return com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.getDefaultInstance();
      }

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

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments buildPartial() {
        com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments result = new com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments(this);
        result.paymentsPreconditions_ = paymentsPreconditions_;
        result.paymentsFeatureSchedule_ = paymentsFeatureSchedule_;
        if (businessServiceBuilder_ == null) {
          result.businessService_ = businessService_;
        } else {
          result.businessService_ = businessServiceBuilder_.build();
        }
        result.paymentsPostconditions_ = paymentsPostconditions_;
        result.paymentsServiceType_ = paymentsServiceType_;
        result.paymentsServiceDescription_ = paymentsServiceDescription_;
        result.paymentsServiceInputsandOuputs_ = paymentsServiceInputsandOuputs_;
        result.paymentsServiceWorkProduct_ = paymentsServiceWorkProduct_;
        result.paymentsServiceName_ = paymentsServiceName_;
        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.merchandisingloan.v10.PaymentsOuterClass.Payments) {
          return mergeFrom((com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments other) {
        if (other == com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.getDefaultInstance()) return this;
        if (!other.getPaymentsPreconditions().isEmpty()) {
          paymentsPreconditions_ = other.paymentsPreconditions_;
          onChanged();
        }
        if (!other.getPaymentsFeatureSchedule().isEmpty()) {
          paymentsFeatureSchedule_ = other.paymentsFeatureSchedule_;
          onChanged();
        }
        if (other.hasBusinessService()) {
          mergeBusinessService(other.getBusinessService());
        }
        if (!other.getPaymentsPostconditions().isEmpty()) {
          paymentsPostconditions_ = other.paymentsPostconditions_;
          onChanged();
        }
        if (!other.getPaymentsServiceType().isEmpty()) {
          paymentsServiceType_ = other.paymentsServiceType_;
          onChanged();
        }
        if (!other.getPaymentsServiceDescription().isEmpty()) {
          paymentsServiceDescription_ = other.paymentsServiceDescription_;
          onChanged();
        }
        if (!other.getPaymentsServiceInputsandOuputs().isEmpty()) {
          paymentsServiceInputsandOuputs_ = other.paymentsServiceInputsandOuputs_;
          onChanged();
        }
        if (!other.getPaymentsServiceWorkProduct().isEmpty()) {
          paymentsServiceWorkProduct_ = other.paymentsServiceWorkProduct_;
          onChanged();
        }
        if (!other.getPaymentsServiceName().isEmpty()) {
          paymentsServiceName_ = other.paymentsServiceName_;
          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.merchandisingloan.v10.PaymentsOuterClass.Payments parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private java.lang.Object paymentsPreconditions_ = "";
      /**
       * string PaymentsPreconditions = 105937742;
       * @return The paymentsPreconditions.
       */
      public java.lang.String getPaymentsPreconditions() {
        java.lang.Object ref = paymentsPreconditions_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          paymentsPreconditions_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PaymentsPreconditions = 105937742;
       * @return The bytes for paymentsPreconditions.
       */
      public com.google.protobuf.ByteString
          getPaymentsPreconditionsBytes() {
        java.lang.Object ref = paymentsPreconditions_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          paymentsPreconditions_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PaymentsPreconditions = 105937742;
       * @param value The paymentsPreconditions to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsPreconditions(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        paymentsPreconditions_ = value;
        onChanged();
        return this;
      }
      /**
       * string PaymentsPreconditions = 105937742;
       * @return This builder for chaining.
       */
      public Builder clearPaymentsPreconditions() {
        
        paymentsPreconditions_ = getDefaultInstance().getPaymentsPreconditions();
        onChanged();
        return this;
      }
      /**
       * string PaymentsPreconditions = 105937742;
       * @param value The bytes for paymentsPreconditions to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsPreconditionsBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        paymentsPreconditions_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object paymentsFeatureSchedule_ = "";
      /**
       * string PaymentsFeatureSchedule = 236602208;
       * @return The paymentsFeatureSchedule.
       */
      public java.lang.String getPaymentsFeatureSchedule() {
        java.lang.Object ref = paymentsFeatureSchedule_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          paymentsFeatureSchedule_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PaymentsFeatureSchedule = 236602208;
       * @return The bytes for paymentsFeatureSchedule.
       */
      public com.google.protobuf.ByteString
          getPaymentsFeatureScheduleBytes() {
        java.lang.Object ref = paymentsFeatureSchedule_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          paymentsFeatureSchedule_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PaymentsFeatureSchedule = 236602208;
       * @param value The paymentsFeatureSchedule to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsFeatureSchedule(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        paymentsFeatureSchedule_ = value;
        onChanged();
        return this;
      }
      /**
       * string PaymentsFeatureSchedule = 236602208;
       * @return This builder for chaining.
       */
      public Builder clearPaymentsFeatureSchedule() {
        
        paymentsFeatureSchedule_ = getDefaultInstance().getPaymentsFeatureSchedule();
        onChanged();
        return this;
      }
      /**
       * string PaymentsFeatureSchedule = 236602208;
       * @param value The bytes for paymentsFeatureSchedule to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsFeatureScheduleBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        paymentsFeatureSchedule_ = value;
        onChanged();
        return this;
      }

      private com.google.protobuf.Any businessService_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> businessServiceBuilder_;
      /**
       * .google.protobuf.Any BusinessService = 189210294;
       * @return Whether the businessService field is set.
       */
      public boolean hasBusinessService() {
        return businessServiceBuilder_ != null || businessService_ != null;
      }
      /**
       * .google.protobuf.Any BusinessService = 189210294;
       * @return The businessService.
       */
      public com.google.protobuf.Any getBusinessService() {
        if (businessServiceBuilder_ == null) {
          return businessService_ == null ? com.google.protobuf.Any.getDefaultInstance() : businessService_;
        } else {
          return businessServiceBuilder_.getMessage();
        }
      }
      /**
       * .google.protobuf.Any BusinessService = 189210294;
       */
      public Builder setBusinessService(com.google.protobuf.Any value) {
        if (businessServiceBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          businessService_ = value;
          onChanged();
        } else {
          businessServiceBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any BusinessService = 189210294;
       */
      public Builder setBusinessService(
          com.google.protobuf.Any.Builder builderForValue) {
        if (businessServiceBuilder_ == null) {
          businessService_ = builderForValue.build();
          onChanged();
        } else {
          businessServiceBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .google.protobuf.Any BusinessService = 189210294;
       */
      public Builder mergeBusinessService(com.google.protobuf.Any value) {
        if (businessServiceBuilder_ == null) {
          if (businessService_ != null) {
            businessService_ =
              com.google.protobuf.Any.newBuilder(businessService_).mergeFrom(value).buildPartial();
          } else {
            businessService_ = value;
          }
          onChanged();
        } else {
          businessServiceBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any BusinessService = 189210294;
       */
      public Builder clearBusinessService() {
        if (businessServiceBuilder_ == null) {
          businessService_ = null;
          onChanged();
        } else {
          businessService_ = null;
          businessServiceBuilder_ = null;
        }

        return this;
      }
      /**
       * .google.protobuf.Any BusinessService = 189210294;
       */
      public com.google.protobuf.Any.Builder getBusinessServiceBuilder() {
        
        onChanged();
        return getBusinessServiceFieldBuilder().getBuilder();
      }
      /**
       * .google.protobuf.Any BusinessService = 189210294;
       */
      public com.google.protobuf.AnyOrBuilder getBusinessServiceOrBuilder() {
        if (businessServiceBuilder_ != null) {
          return businessServiceBuilder_.getMessageOrBuilder();
        } else {
          return businessService_ == null ?
              com.google.protobuf.Any.getDefaultInstance() : businessService_;
        }
      }
      /**
       * .google.protobuf.Any BusinessService = 189210294;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> 
          getBusinessServiceFieldBuilder() {
        if (businessServiceBuilder_ == null) {
          businessServiceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
                  getBusinessService(),
                  getParentForChildren(),
                  isClean());
          businessService_ = null;
        }
        return businessServiceBuilder_;
      }

      private java.lang.Object paymentsPostconditions_ = "";
      /**
       * string PaymentsPostconditions = 470776839;
       * @return The paymentsPostconditions.
       */
      public java.lang.String getPaymentsPostconditions() {
        java.lang.Object ref = paymentsPostconditions_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          paymentsPostconditions_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PaymentsPostconditions = 470776839;
       * @return The bytes for paymentsPostconditions.
       */
      public com.google.protobuf.ByteString
          getPaymentsPostconditionsBytes() {
        java.lang.Object ref = paymentsPostconditions_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          paymentsPostconditions_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PaymentsPostconditions = 470776839;
       * @param value The paymentsPostconditions to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsPostconditions(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        paymentsPostconditions_ = value;
        onChanged();
        return this;
      }
      /**
       * string PaymentsPostconditions = 470776839;
       * @return This builder for chaining.
       */
      public Builder clearPaymentsPostconditions() {
        
        paymentsPostconditions_ = getDefaultInstance().getPaymentsPostconditions();
        onChanged();
        return this;
      }
      /**
       * string PaymentsPostconditions = 470776839;
       * @param value The bytes for paymentsPostconditions to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsPostconditionsBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        paymentsPostconditions_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object paymentsServiceType_ = "";
      /**
       * string PaymentsServiceType = 445810174;
       * @return The paymentsServiceType.
       */
      public java.lang.String getPaymentsServiceType() {
        java.lang.Object ref = paymentsServiceType_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          paymentsServiceType_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PaymentsServiceType = 445810174;
       * @return The bytes for paymentsServiceType.
       */
      public com.google.protobuf.ByteString
          getPaymentsServiceTypeBytes() {
        java.lang.Object ref = paymentsServiceType_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          paymentsServiceType_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PaymentsServiceType = 445810174;
       * @param value The paymentsServiceType to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsServiceType(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        paymentsServiceType_ = value;
        onChanged();
        return this;
      }
      /**
       * string PaymentsServiceType = 445810174;
       * @return This builder for chaining.
       */
      public Builder clearPaymentsServiceType() {
        
        paymentsServiceType_ = getDefaultInstance().getPaymentsServiceType();
        onChanged();
        return this;
      }
      /**
       * string PaymentsServiceType = 445810174;
       * @param value The bytes for paymentsServiceType to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsServiceTypeBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        paymentsServiceType_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object paymentsServiceDescription_ = "";
      /**
       * string PaymentsServiceDescription = 433166287;
       * @return The paymentsServiceDescription.
       */
      public java.lang.String getPaymentsServiceDescription() {
        java.lang.Object ref = paymentsServiceDescription_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          paymentsServiceDescription_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PaymentsServiceDescription = 433166287;
       * @return The bytes for paymentsServiceDescription.
       */
      public com.google.protobuf.ByteString
          getPaymentsServiceDescriptionBytes() {
        java.lang.Object ref = paymentsServiceDescription_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          paymentsServiceDescription_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PaymentsServiceDescription = 433166287;
       * @param value The paymentsServiceDescription to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsServiceDescription(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        paymentsServiceDescription_ = value;
        onChanged();
        return this;
      }
      /**
       * string PaymentsServiceDescription = 433166287;
       * @return This builder for chaining.
       */
      public Builder clearPaymentsServiceDescription() {
        
        paymentsServiceDescription_ = getDefaultInstance().getPaymentsServiceDescription();
        onChanged();
        return this;
      }
      /**
       * string PaymentsServiceDescription = 433166287;
       * @param value The bytes for paymentsServiceDescription to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsServiceDescriptionBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        paymentsServiceDescription_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object paymentsServiceInputsandOuputs_ = "";
      /**
       * string PaymentsServiceInputsandOuputs = 58474322;
       * @return The paymentsServiceInputsandOuputs.
       */
      public java.lang.String getPaymentsServiceInputsandOuputs() {
        java.lang.Object ref = paymentsServiceInputsandOuputs_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          paymentsServiceInputsandOuputs_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PaymentsServiceInputsandOuputs = 58474322;
       * @return The bytes for paymentsServiceInputsandOuputs.
       */
      public com.google.protobuf.ByteString
          getPaymentsServiceInputsandOuputsBytes() {
        java.lang.Object ref = paymentsServiceInputsandOuputs_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          paymentsServiceInputsandOuputs_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PaymentsServiceInputsandOuputs = 58474322;
       * @param value The paymentsServiceInputsandOuputs to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsServiceInputsandOuputs(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        paymentsServiceInputsandOuputs_ = value;
        onChanged();
        return this;
      }
      /**
       * string PaymentsServiceInputsandOuputs = 58474322;
       * @return This builder for chaining.
       */
      public Builder clearPaymentsServiceInputsandOuputs() {
        
        paymentsServiceInputsandOuputs_ = getDefaultInstance().getPaymentsServiceInputsandOuputs();
        onChanged();
        return this;
      }
      /**
       * string PaymentsServiceInputsandOuputs = 58474322;
       * @param value The bytes for paymentsServiceInputsandOuputs to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsServiceInputsandOuputsBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        paymentsServiceInputsandOuputs_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object paymentsServiceWorkProduct_ = "";
      /**
       * string PaymentsServiceWorkProduct = 243426091;
       * @return The paymentsServiceWorkProduct.
       */
      public java.lang.String getPaymentsServiceWorkProduct() {
        java.lang.Object ref = paymentsServiceWorkProduct_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          paymentsServiceWorkProduct_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PaymentsServiceWorkProduct = 243426091;
       * @return The bytes for paymentsServiceWorkProduct.
       */
      public com.google.protobuf.ByteString
          getPaymentsServiceWorkProductBytes() {
        java.lang.Object ref = paymentsServiceWorkProduct_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          paymentsServiceWorkProduct_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PaymentsServiceWorkProduct = 243426091;
       * @param value The paymentsServiceWorkProduct to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsServiceWorkProduct(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        paymentsServiceWorkProduct_ = value;
        onChanged();
        return this;
      }
      /**
       * string PaymentsServiceWorkProduct = 243426091;
       * @return This builder for chaining.
       */
      public Builder clearPaymentsServiceWorkProduct() {
        
        paymentsServiceWorkProduct_ = getDefaultInstance().getPaymentsServiceWorkProduct();
        onChanged();
        return this;
      }
      /**
       * string PaymentsServiceWorkProduct = 243426091;
       * @param value The bytes for paymentsServiceWorkProduct to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsServiceWorkProductBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        paymentsServiceWorkProduct_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object paymentsServiceName_ = "";
      /**
       * string PaymentsServiceName = 446012077;
       * @return The paymentsServiceName.
       */
      public java.lang.String getPaymentsServiceName() {
        java.lang.Object ref = paymentsServiceName_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          paymentsServiceName_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PaymentsServiceName = 446012077;
       * @return The bytes for paymentsServiceName.
       */
      public com.google.protobuf.ByteString
          getPaymentsServiceNameBytes() {
        java.lang.Object ref = paymentsServiceName_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          paymentsServiceName_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PaymentsServiceName = 446012077;
       * @param value The paymentsServiceName to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsServiceName(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        paymentsServiceName_ = value;
        onChanged();
        return this;
      }
      /**
       * string PaymentsServiceName = 446012077;
       * @return This builder for chaining.
       */
      public Builder clearPaymentsServiceName() {
        
        paymentsServiceName_ = getDefaultInstance().getPaymentsServiceName();
        onChanged();
        return this;
      }
      /**
       * string PaymentsServiceName = 446012077;
       * @param value The bytes for paymentsServiceName to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsServiceNameBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        paymentsServiceName_ = 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.merchandisingloan.v10.Payments)
    }

    // @@protoc_insertion_point(class_scope:com.redhat.mercury.merchandisingloan.v10.Payments)
    private static final com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments();
    }

    public static com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser
        PARSER = new com.google.protobuf.AbstractParser() {
      @java.lang.Override
      public Payments parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new Payments(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.merchandisingloan.v10.PaymentsOuterClass.Payments getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_redhat_mercury_merchandisingloan_v10_Payments_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_redhat_mercury_merchandisingloan_v10_Payments_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\030v10/model/payments.proto\022(com.redhat.m" +
      "ercury.merchandisingloan.v10\032\031google/pro" +
      "tobuf/any.proto\"\342\002\n\010Payments\022 \n\025Payments" +
      "Preconditions\030\316\366\3012 \001(\t\022\"\n\027PaymentsFeatur" +
      "eSchedule\030\340\206\351p \001(\t\0220\n\017BusinessService\030\266\275" +
      "\234Z \001(\0132\024.google.protobuf.Any\022\"\n\026Payments" +
      "Postconditions\030\207\370\275\340\001 \001(\t\022\037\n\023PaymentsServ" +
      "iceType\030\376\213\312\324\001 \001(\t\022&\n\032PaymentsServiceDesc" +
      "ription\030\317\257\306\316\001 \001(\t\022)\n\036PaymentsServiceInpu" +
      "tsandOuputs\030\322\376\360\033 \001(\t\022%\n\032PaymentsServiceW" +
      "orkProduct\030\253\306\211t \001(\t\022\037\n\023PaymentsServiceNa" +
      "me\030\255\265\326\324\001 \001(\tP\000b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.protobuf.AnyProto.getDescriptor(),
        });
    internal_static_com_redhat_mercury_merchandisingloan_v10_Payments_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_com_redhat_mercury_merchandisingloan_v10_Payments_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_redhat_mercury_merchandisingloan_v10_Payments_descriptor,
        new java.lang.String[] { "PaymentsPreconditions", "PaymentsFeatureSchedule", "BusinessService", "PaymentsPostconditions", "PaymentsServiceType", "PaymentsServiceDescription", "PaymentsServiceInputsandOuputs", "PaymentsServiceWorkProduct", "PaymentsServiceName", });
    com.google.protobuf.AnyProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy