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

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

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

package com.redhat.mercury.merchandisingloan.v10;

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

    /**
     * string MerchandisingLoanFacilityParameterType = 369879602;
     * @return The merchandisingLoanFacilityParameterType.
     */
    java.lang.String getMerchandisingLoanFacilityParameterType();
    /**
     * string MerchandisingLoanFacilityParameterType = 369879602;
     * @return The bytes for merchandisingLoanFacilityParameterType.
     */
    com.google.protobuf.ByteString
        getMerchandisingLoanFacilityParameterTypeBytes();

    /**
     * string MerchandisingLoanFacilitySelectedOption = 109587135;
     * @return The merchandisingLoanFacilitySelectedOption.
     */
    java.lang.String getMerchandisingLoanFacilitySelectedOption();
    /**
     * string MerchandisingLoanFacilitySelectedOption = 109587135;
     * @return The bytes for merchandisingLoanFacilitySelectedOption.
     */
    com.google.protobuf.ByteString
        getMerchandisingLoanFacilitySelectedOptionBytes();

    /**
     * string MerchandisingLoanFacilitySchedule = 250780459;
     * @return The merchandisingLoanFacilitySchedule.
     */
    java.lang.String getMerchandisingLoanFacilitySchedule();
    /**
     * string MerchandisingLoanFacilitySchedule = 250780459;
     * @return The bytes for merchandisingLoanFacilitySchedule.
     */
    com.google.protobuf.ByteString
        getMerchandisingLoanFacilityScheduleBytes();

    /**
     * string MerchandisingLoanFacilityStatus = 103227069;
     * @return The merchandisingLoanFacilityStatus.
     */
    java.lang.String getMerchandisingLoanFacilityStatus();
    /**
     * string MerchandisingLoanFacilityStatus = 103227069;
     * @return The bytes for merchandisingLoanFacilityStatus.
     */
    com.google.protobuf.ByteString
        getMerchandisingLoanFacilityStatusBytes();
  }
  /**
   * Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility}
   */
  public static final class ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.redhat.mercury.merchandisingloan.v10.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility)
      ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacilityOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility.newBuilder() to construct.
    private ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility() {
      merchandisingLoanFacilityParameterType_ = "";
      merchandisingLoanFacilitySelectedOption_ = "";
      merchandisingLoanFacilitySchedule_ = "";
      merchandisingLoanFacilityStatus_ = "";
    }

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

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

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

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

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

              merchandisingLoanFacilityParameterType_ = 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.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacilityOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility_descriptor;
    }

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

    public static final int MERCHANDISINGLOANFACILITYPARAMETERTYPE_FIELD_NUMBER = 369879602;
    private volatile java.lang.Object merchandisingLoanFacilityParameterType_;
    /**
     * string MerchandisingLoanFacilityParameterType = 369879602;
     * @return The merchandisingLoanFacilityParameterType.
     */
    @java.lang.Override
    public java.lang.String getMerchandisingLoanFacilityParameterType() {
      java.lang.Object ref = merchandisingLoanFacilityParameterType_;
      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();
        merchandisingLoanFacilityParameterType_ = s;
        return s;
      }
    }
    /**
     * string MerchandisingLoanFacilityParameterType = 369879602;
     * @return The bytes for merchandisingLoanFacilityParameterType.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getMerchandisingLoanFacilityParameterTypeBytes() {
      java.lang.Object ref = merchandisingLoanFacilityParameterType_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        merchandisingLoanFacilityParameterType_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int MERCHANDISINGLOANFACILITYSELECTEDOPTION_FIELD_NUMBER = 109587135;
    private volatile java.lang.Object merchandisingLoanFacilitySelectedOption_;
    /**
     * string MerchandisingLoanFacilitySelectedOption = 109587135;
     * @return The merchandisingLoanFacilitySelectedOption.
     */
    @java.lang.Override
    public java.lang.String getMerchandisingLoanFacilitySelectedOption() {
      java.lang.Object ref = merchandisingLoanFacilitySelectedOption_;
      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();
        merchandisingLoanFacilitySelectedOption_ = s;
        return s;
      }
    }
    /**
     * string MerchandisingLoanFacilitySelectedOption = 109587135;
     * @return The bytes for merchandisingLoanFacilitySelectedOption.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getMerchandisingLoanFacilitySelectedOptionBytes() {
      java.lang.Object ref = merchandisingLoanFacilitySelectedOption_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        merchandisingLoanFacilitySelectedOption_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int MERCHANDISINGLOANFACILITYSCHEDULE_FIELD_NUMBER = 250780459;
    private volatile java.lang.Object merchandisingLoanFacilitySchedule_;
    /**
     * string MerchandisingLoanFacilitySchedule = 250780459;
     * @return The merchandisingLoanFacilitySchedule.
     */
    @java.lang.Override
    public java.lang.String getMerchandisingLoanFacilitySchedule() {
      java.lang.Object ref = merchandisingLoanFacilitySchedule_;
      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();
        merchandisingLoanFacilitySchedule_ = s;
        return s;
      }
    }
    /**
     * string MerchandisingLoanFacilitySchedule = 250780459;
     * @return The bytes for merchandisingLoanFacilitySchedule.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getMerchandisingLoanFacilityScheduleBytes() {
      java.lang.Object ref = merchandisingLoanFacilitySchedule_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        merchandisingLoanFacilitySchedule_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int MERCHANDISINGLOANFACILITYSTATUS_FIELD_NUMBER = 103227069;
    private volatile java.lang.Object merchandisingLoanFacilityStatus_;
    /**
     * string MerchandisingLoanFacilityStatus = 103227069;
     * @return The merchandisingLoanFacilityStatus.
     */
    @java.lang.Override
    public java.lang.String getMerchandisingLoanFacilityStatus() {
      java.lang.Object ref = merchandisingLoanFacilityStatus_;
      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();
        merchandisingLoanFacilityStatus_ = s;
        return s;
      }
    }
    /**
     * string MerchandisingLoanFacilityStatus = 103227069;
     * @return The bytes for merchandisingLoanFacilityStatus.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getMerchandisingLoanFacilityStatusBytes() {
      java.lang.Object ref = merchandisingLoanFacilityStatus_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        merchandisingLoanFacilityStatus_ = 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(merchandisingLoanFacilityStatus_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 103227069, merchandisingLoanFacilityStatus_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingLoanFacilitySelectedOption_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 109587135, merchandisingLoanFacilitySelectedOption_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingLoanFacilitySchedule_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 250780459, merchandisingLoanFacilitySchedule_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingLoanFacilityParameterType_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 369879602, merchandisingLoanFacilityParameterType_);
      }
      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(merchandisingLoanFacilityStatus_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(103227069, merchandisingLoanFacilityStatus_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingLoanFacilitySelectedOption_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(109587135, merchandisingLoanFacilitySelectedOption_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingLoanFacilitySchedule_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(250780459, merchandisingLoanFacilitySchedule_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingLoanFacilityParameterType_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(369879602, merchandisingLoanFacilityParameterType_);
      }
      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.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacilityOuterClass.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility)) {
        return super.equals(obj);
      }
      com.redhat.mercury.merchandisingloan.v10.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacilityOuterClass.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility other = (com.redhat.mercury.merchandisingloan.v10.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacilityOuterClass.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility) obj;

      if (!getMerchandisingLoanFacilityParameterType()
          .equals(other.getMerchandisingLoanFacilityParameterType())) return false;
      if (!getMerchandisingLoanFacilitySelectedOption()
          .equals(other.getMerchandisingLoanFacilitySelectedOption())) return false;
      if (!getMerchandisingLoanFacilitySchedule()
          .equals(other.getMerchandisingLoanFacilitySchedule())) return false;
      if (!getMerchandisingLoanFacilityStatus()
          .equals(other.getMerchandisingLoanFacilityStatus())) 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) + MERCHANDISINGLOANFACILITYPARAMETERTYPE_FIELD_NUMBER;
      hash = (53 * hash) + getMerchandisingLoanFacilityParameterType().hashCode();
      hash = (37 * hash) + MERCHANDISINGLOANFACILITYSELECTEDOPTION_FIELD_NUMBER;
      hash = (53 * hash) + getMerchandisingLoanFacilitySelectedOption().hashCode();
      hash = (37 * hash) + MERCHANDISINGLOANFACILITYSCHEDULE_FIELD_NUMBER;
      hash = (53 * hash) + getMerchandisingLoanFacilitySchedule().hashCode();
      hash = (37 * hash) + MERCHANDISINGLOANFACILITYSTATUS_FIELD_NUMBER;
      hash = (53 * hash) + getMerchandisingLoanFacilityStatus().hashCode();
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

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

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

      // Construct using com.redhat.mercury.merchandisingloan.v10.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacilityOuterClass.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility.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();
        merchandisingLoanFacilityParameterType_ = "";

        merchandisingLoanFacilitySelectedOption_ = "";

        merchandisingLoanFacilitySchedule_ = "";

        merchandisingLoanFacilityStatus_ = "";

        return this;
      }

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

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

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

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacilityOuterClass.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility buildPartial() {
        com.redhat.mercury.merchandisingloan.v10.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacilityOuterClass.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility result = new com.redhat.mercury.merchandisingloan.v10.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacilityOuterClass.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility(this);
        result.merchandisingLoanFacilityParameterType_ = merchandisingLoanFacilityParameterType_;
        result.merchandisingLoanFacilitySelectedOption_ = merchandisingLoanFacilitySelectedOption_;
        result.merchandisingLoanFacilitySchedule_ = merchandisingLoanFacilitySchedule_;
        result.merchandisingLoanFacilityStatus_ = merchandisingLoanFacilityStatus_;
        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.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacilityOuterClass.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility) {
          return mergeFrom((com.redhat.mercury.merchandisingloan.v10.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacilityOuterClass.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.redhat.mercury.merchandisingloan.v10.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacilityOuterClass.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility other) {
        if (other == com.redhat.mercury.merchandisingloan.v10.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacilityOuterClass.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility.getDefaultInstance()) return this;
        if (!other.getMerchandisingLoanFacilityParameterType().isEmpty()) {
          merchandisingLoanFacilityParameterType_ = other.merchandisingLoanFacilityParameterType_;
          onChanged();
        }
        if (!other.getMerchandisingLoanFacilitySelectedOption().isEmpty()) {
          merchandisingLoanFacilitySelectedOption_ = other.merchandisingLoanFacilitySelectedOption_;
          onChanged();
        }
        if (!other.getMerchandisingLoanFacilitySchedule().isEmpty()) {
          merchandisingLoanFacilitySchedule_ = other.merchandisingLoanFacilitySchedule_;
          onChanged();
        }
        if (!other.getMerchandisingLoanFacilityStatus().isEmpty()) {
          merchandisingLoanFacilityStatus_ = other.merchandisingLoanFacilityStatus_;
          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.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacilityOuterClass.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.redhat.mercury.merchandisingloan.v10.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacilityOuterClass.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private java.lang.Object merchandisingLoanFacilityParameterType_ = "";
      /**
       * string MerchandisingLoanFacilityParameterType = 369879602;
       * @return The merchandisingLoanFacilityParameterType.
       */
      public java.lang.String getMerchandisingLoanFacilityParameterType() {
        java.lang.Object ref = merchandisingLoanFacilityParameterType_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          merchandisingLoanFacilityParameterType_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string MerchandisingLoanFacilityParameterType = 369879602;
       * @return The bytes for merchandisingLoanFacilityParameterType.
       */
      public com.google.protobuf.ByteString
          getMerchandisingLoanFacilityParameterTypeBytes() {
        java.lang.Object ref = merchandisingLoanFacilityParameterType_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          merchandisingLoanFacilityParameterType_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string MerchandisingLoanFacilityParameterType = 369879602;
       * @param value The merchandisingLoanFacilityParameterType to set.
       * @return This builder for chaining.
       */
      public Builder setMerchandisingLoanFacilityParameterType(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        merchandisingLoanFacilityParameterType_ = value;
        onChanged();
        return this;
      }
      /**
       * string MerchandisingLoanFacilityParameterType = 369879602;
       * @return This builder for chaining.
       */
      public Builder clearMerchandisingLoanFacilityParameterType() {
        
        merchandisingLoanFacilityParameterType_ = getDefaultInstance().getMerchandisingLoanFacilityParameterType();
        onChanged();
        return this;
      }
      /**
       * string MerchandisingLoanFacilityParameterType = 369879602;
       * @param value The bytes for merchandisingLoanFacilityParameterType to set.
       * @return This builder for chaining.
       */
      public Builder setMerchandisingLoanFacilityParameterTypeBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        merchandisingLoanFacilityParameterType_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object merchandisingLoanFacilitySelectedOption_ = "";
      /**
       * string MerchandisingLoanFacilitySelectedOption = 109587135;
       * @return The merchandisingLoanFacilitySelectedOption.
       */
      public java.lang.String getMerchandisingLoanFacilitySelectedOption() {
        java.lang.Object ref = merchandisingLoanFacilitySelectedOption_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          merchandisingLoanFacilitySelectedOption_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string MerchandisingLoanFacilitySelectedOption = 109587135;
       * @return The bytes for merchandisingLoanFacilitySelectedOption.
       */
      public com.google.protobuf.ByteString
          getMerchandisingLoanFacilitySelectedOptionBytes() {
        java.lang.Object ref = merchandisingLoanFacilitySelectedOption_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          merchandisingLoanFacilitySelectedOption_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string MerchandisingLoanFacilitySelectedOption = 109587135;
       * @param value The merchandisingLoanFacilitySelectedOption to set.
       * @return This builder for chaining.
       */
      public Builder setMerchandisingLoanFacilitySelectedOption(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        merchandisingLoanFacilitySelectedOption_ = value;
        onChanged();
        return this;
      }
      /**
       * string MerchandisingLoanFacilitySelectedOption = 109587135;
       * @return This builder for chaining.
       */
      public Builder clearMerchandisingLoanFacilitySelectedOption() {
        
        merchandisingLoanFacilitySelectedOption_ = getDefaultInstance().getMerchandisingLoanFacilitySelectedOption();
        onChanged();
        return this;
      }
      /**
       * string MerchandisingLoanFacilitySelectedOption = 109587135;
       * @param value The bytes for merchandisingLoanFacilitySelectedOption to set.
       * @return This builder for chaining.
       */
      public Builder setMerchandisingLoanFacilitySelectedOptionBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        merchandisingLoanFacilitySelectedOption_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object merchandisingLoanFacilitySchedule_ = "";
      /**
       * string MerchandisingLoanFacilitySchedule = 250780459;
       * @return The merchandisingLoanFacilitySchedule.
       */
      public java.lang.String getMerchandisingLoanFacilitySchedule() {
        java.lang.Object ref = merchandisingLoanFacilitySchedule_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          merchandisingLoanFacilitySchedule_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string MerchandisingLoanFacilitySchedule = 250780459;
       * @return The bytes for merchandisingLoanFacilitySchedule.
       */
      public com.google.protobuf.ByteString
          getMerchandisingLoanFacilityScheduleBytes() {
        java.lang.Object ref = merchandisingLoanFacilitySchedule_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          merchandisingLoanFacilitySchedule_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string MerchandisingLoanFacilitySchedule = 250780459;
       * @param value The merchandisingLoanFacilitySchedule to set.
       * @return This builder for chaining.
       */
      public Builder setMerchandisingLoanFacilitySchedule(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        merchandisingLoanFacilitySchedule_ = value;
        onChanged();
        return this;
      }
      /**
       * string MerchandisingLoanFacilitySchedule = 250780459;
       * @return This builder for chaining.
       */
      public Builder clearMerchandisingLoanFacilitySchedule() {
        
        merchandisingLoanFacilitySchedule_ = getDefaultInstance().getMerchandisingLoanFacilitySchedule();
        onChanged();
        return this;
      }
      /**
       * string MerchandisingLoanFacilitySchedule = 250780459;
       * @param value The bytes for merchandisingLoanFacilitySchedule to set.
       * @return This builder for chaining.
       */
      public Builder setMerchandisingLoanFacilityScheduleBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        merchandisingLoanFacilitySchedule_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object merchandisingLoanFacilityStatus_ = "";
      /**
       * string MerchandisingLoanFacilityStatus = 103227069;
       * @return The merchandisingLoanFacilityStatus.
       */
      public java.lang.String getMerchandisingLoanFacilityStatus() {
        java.lang.Object ref = merchandisingLoanFacilityStatus_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          merchandisingLoanFacilityStatus_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string MerchandisingLoanFacilityStatus = 103227069;
       * @return The bytes for merchandisingLoanFacilityStatus.
       */
      public com.google.protobuf.ByteString
          getMerchandisingLoanFacilityStatusBytes() {
        java.lang.Object ref = merchandisingLoanFacilityStatus_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          merchandisingLoanFacilityStatus_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string MerchandisingLoanFacilityStatus = 103227069;
       * @param value The merchandisingLoanFacilityStatus to set.
       * @return This builder for chaining.
       */
      public Builder setMerchandisingLoanFacilityStatus(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        merchandisingLoanFacilityStatus_ = value;
        onChanged();
        return this;
      }
      /**
       * string MerchandisingLoanFacilityStatus = 103227069;
       * @return This builder for chaining.
       */
      public Builder clearMerchandisingLoanFacilityStatus() {
        
        merchandisingLoanFacilityStatus_ = getDefaultInstance().getMerchandisingLoanFacilityStatus();
        onChanged();
        return this;
      }
      /**
       * string MerchandisingLoanFacilityStatus = 103227069;
       * @param value The bytes for merchandisingLoanFacilityStatus to set.
       * @return This builder for chaining.
       */
      public Builder setMerchandisingLoanFacilityStatusBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        merchandisingLoanFacilityStatus_ = 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.ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility)
    }

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

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

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

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_redhat_mercury_merchandisingloan_v10_ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_redhat_mercury_merchandisingloan_v10_ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\nXv10/model/control_merchandising_loan_f" +
      "acility_response_merchandising_loan_faci" +
      "lity.proto\022(com.redhat.mercury.merchandi" +
      "singloan.v10\"\205\002\nAControlMerchandisingLoa" +
      "nFacilityResponseMerchandisingLoanFacili" +
      "ty\0222\n&MerchandisingLoanFacilityParameter" +
      "Type\030\262\324\257\260\001 \001(\t\0222\n\'MerchandisingLoanFacil" +
      "itySelectedOption\030\277\325\2404 \001(\t\022,\n!Merchandis" +
      "ingLoanFacilitySchedule\030\253\266\312w \001(\t\022*\n\037Merc" +
      "handisingLoanFacilityStatus\030\275\275\2341 \001(\tb\006pr" +
      "oto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        });
    internal_static_com_redhat_mercury_merchandisingloan_v10_ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_com_redhat_mercury_merchandisingloan_v10_ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_redhat_mercury_merchandisingloan_v10_ControlMerchandisingLoanFacilityResponseMerchandisingLoanFacility_descriptor,
        new java.lang.String[] { "MerchandisingLoanFacilityParameterType", "MerchandisingLoanFacilitySelectedOption", "MerchandisingLoanFacilitySchedule", "MerchandisingLoanFacilityStatus", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy