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

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

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

package com.redhat.mercury.consumeradvisoryservices.v10;

public final class InitiateConsumerAdviceFacilityRequestConsumerAdviceFacilityOuterClass {
  private InitiateConsumerAdviceFacilityRequestConsumerAdviceFacilityOuterClass() {}
  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 InitiateConsumerAdviceFacilityRequestConsumerAdviceFacilityOrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.redhat.mercury.consumeradvisoryservices.v10.InitiateConsumerAdviceFacilityRequestConsumerAdviceFacility)
      com.google.protobuf.MessageOrBuilder {

    /**
     * .google.protobuf.Any CustomerReference = 48175344;
     * @return Whether the customerReference field is set.
     */
    boolean hasCustomerReference();
    /**
     * .google.protobuf.Any CustomerReference = 48175344;
     * @return The customerReference.
     */
    com.google.protobuf.Any getCustomerReference();
    /**
     * .google.protobuf.Any CustomerReference = 48175344;
     */
    com.google.protobuf.AnyOrBuilder getCustomerReferenceOrBuilder();

    /**
     * .google.protobuf.Any BankBranchOrLocationReference = 182378638;
     * @return Whether the bankBranchOrLocationReference field is set.
     */
    boolean hasBankBranchOrLocationReference();
    /**
     * .google.protobuf.Any BankBranchOrLocationReference = 182378638;
     * @return The bankBranchOrLocationReference.
     */
    com.google.protobuf.Any getBankBranchOrLocationReference();
    /**
     * .google.protobuf.Any BankBranchOrLocationReference = 182378638;
     */
    com.google.protobuf.AnyOrBuilder getBankBranchOrLocationReferenceOrBuilder();

    /**
     * .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
     * @return Whether the employeeOrBusinessUnitReference field is set.
     */
    boolean hasEmployeeOrBusinessUnitReference();
    /**
     * .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
     * @return The employeeOrBusinessUnitReference.
     */
    com.google.protobuf.Any getEmployeeOrBusinessUnitReference();
    /**
     * .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
     */
    com.google.protobuf.AnyOrBuilder getEmployeeOrBusinessUnitReferenceOrBuilder();

    /**
     * .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
     * @return Whether the documentDirectoryEntryInstanceReference field is set.
     */
    boolean hasDocumentDirectoryEntryInstanceReference();
    /**
     * .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
     * @return The documentDirectoryEntryInstanceReference.
     */
    com.google.protobuf.Any getDocumentDirectoryEntryInstanceReference();
    /**
     * .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
     */
    com.google.protobuf.AnyOrBuilder getDocumentDirectoryEntryInstanceReferenceOrBuilder();

    /**
     * string ConsumerAdviceProfile = 5060894;
     * @return The consumerAdviceProfile.
     */
    java.lang.String getConsumerAdviceProfile();
    /**
     * string ConsumerAdviceProfile = 5060894;
     * @return The bytes for consumerAdviceProfile.
     */
    com.google.protobuf.ByteString
        getConsumerAdviceProfileBytes();

    /**
     * string AdviceType = 339812467;
     * @return The adviceType.
     */
    java.lang.String getAdviceType();
    /**
     * string AdviceType = 339812467;
     * @return The bytes for adviceType.
     */
    com.google.protobuf.ByteString
        getAdviceTypeBytes();

    /**
     * string DateType = 246796331;
     * @return The dateType.
     */
    java.lang.String getDateType();
    /**
     * string DateType = 246796331;
     * @return The bytes for dateType.
     */
    com.google.protobuf.ByteString
        getDateTypeBytes();
  }
  /**
   * Protobuf type {@code com.redhat.mercury.consumeradvisoryservices.v10.InitiateConsumerAdviceFacilityRequestConsumerAdviceFacility}
   */
  public static final class InitiateConsumerAdviceFacilityRequestConsumerAdviceFacility extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.redhat.mercury.consumeradvisoryservices.v10.InitiateConsumerAdviceFacilityRequestConsumerAdviceFacility)
      InitiateConsumerAdviceFacilityRequestConsumerAdviceFacilityOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use InitiateConsumerAdviceFacilityRequestConsumerAdviceFacility.newBuilder() to construct.
    private InitiateConsumerAdviceFacilityRequestConsumerAdviceFacility(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private InitiateConsumerAdviceFacilityRequestConsumerAdviceFacility() {
      consumerAdviceProfile_ = "";
      adviceType_ = "";
      dateType_ = "";
    }

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

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

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

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

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

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

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

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

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

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

    public static final int CUSTOMERREFERENCE_FIELD_NUMBER = 48175344;
    private com.google.protobuf.Any customerReference_;
    /**
     * .google.protobuf.Any CustomerReference = 48175344;
     * @return Whether the customerReference field is set.
     */
    @java.lang.Override
    public boolean hasCustomerReference() {
      return customerReference_ != null;
    }
    /**
     * .google.protobuf.Any CustomerReference = 48175344;
     * @return The customerReference.
     */
    @java.lang.Override
    public com.google.protobuf.Any getCustomerReference() {
      return customerReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : customerReference_;
    }
    /**
     * .google.protobuf.Any CustomerReference = 48175344;
     */
    @java.lang.Override
    public com.google.protobuf.AnyOrBuilder getCustomerReferenceOrBuilder() {
      return getCustomerReference();
    }

    public static final int BANKBRANCHORLOCATIONREFERENCE_FIELD_NUMBER = 182378638;
    private com.google.protobuf.Any bankBranchOrLocationReference_;
    /**
     * .google.protobuf.Any BankBranchOrLocationReference = 182378638;
     * @return Whether the bankBranchOrLocationReference field is set.
     */
    @java.lang.Override
    public boolean hasBankBranchOrLocationReference() {
      return bankBranchOrLocationReference_ != null;
    }
    /**
     * .google.protobuf.Any BankBranchOrLocationReference = 182378638;
     * @return The bankBranchOrLocationReference.
     */
    @java.lang.Override
    public com.google.protobuf.Any getBankBranchOrLocationReference() {
      return bankBranchOrLocationReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : bankBranchOrLocationReference_;
    }
    /**
     * .google.protobuf.Any BankBranchOrLocationReference = 182378638;
     */
    @java.lang.Override
    public com.google.protobuf.AnyOrBuilder getBankBranchOrLocationReferenceOrBuilder() {
      return getBankBranchOrLocationReference();
    }

    public static final int EMPLOYEEORBUSINESSUNITREFERENCE_FIELD_NUMBER = 259644043;
    private com.google.protobuf.Any employeeOrBusinessUnitReference_;
    /**
     * .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
     * @return Whether the employeeOrBusinessUnitReference field is set.
     */
    @java.lang.Override
    public boolean hasEmployeeOrBusinessUnitReference() {
      return employeeOrBusinessUnitReference_ != null;
    }
    /**
     * .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
     * @return The employeeOrBusinessUnitReference.
     */
    @java.lang.Override
    public com.google.protobuf.Any getEmployeeOrBusinessUnitReference() {
      return employeeOrBusinessUnitReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : employeeOrBusinessUnitReference_;
    }
    /**
     * .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
     */
    @java.lang.Override
    public com.google.protobuf.AnyOrBuilder getEmployeeOrBusinessUnitReferenceOrBuilder() {
      return getEmployeeOrBusinessUnitReference();
    }

    public static final int DOCUMENTDIRECTORYENTRYINSTANCEREFERENCE_FIELD_NUMBER = 508988941;
    private com.google.protobuf.Any documentDirectoryEntryInstanceReference_;
    /**
     * .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
     * @return Whether the documentDirectoryEntryInstanceReference field is set.
     */
    @java.lang.Override
    public boolean hasDocumentDirectoryEntryInstanceReference() {
      return documentDirectoryEntryInstanceReference_ != null;
    }
    /**
     * .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
     * @return The documentDirectoryEntryInstanceReference.
     */
    @java.lang.Override
    public com.google.protobuf.Any getDocumentDirectoryEntryInstanceReference() {
      return documentDirectoryEntryInstanceReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : documentDirectoryEntryInstanceReference_;
    }
    /**
     * .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
     */
    @java.lang.Override
    public com.google.protobuf.AnyOrBuilder getDocumentDirectoryEntryInstanceReferenceOrBuilder() {
      return getDocumentDirectoryEntryInstanceReference();
    }

    public static final int CONSUMERADVICEPROFILE_FIELD_NUMBER = 5060894;
    private volatile java.lang.Object consumerAdviceProfile_;
    /**
     * string ConsumerAdviceProfile = 5060894;
     * @return The consumerAdviceProfile.
     */
    @java.lang.Override
    public java.lang.String getConsumerAdviceProfile() {
      java.lang.Object ref = consumerAdviceProfile_;
      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();
        consumerAdviceProfile_ = s;
        return s;
      }
    }
    /**
     * string ConsumerAdviceProfile = 5060894;
     * @return The bytes for consumerAdviceProfile.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getConsumerAdviceProfileBytes() {
      java.lang.Object ref = consumerAdviceProfile_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        consumerAdviceProfile_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int ADVICETYPE_FIELD_NUMBER = 339812467;
    private volatile java.lang.Object adviceType_;
    /**
     * string AdviceType = 339812467;
     * @return The adviceType.
     */
    @java.lang.Override
    public java.lang.String getAdviceType() {
      java.lang.Object ref = adviceType_;
      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();
        adviceType_ = s;
        return s;
      }
    }
    /**
     * string AdviceType = 339812467;
     * @return The bytes for adviceType.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getAdviceTypeBytes() {
      java.lang.Object ref = adviceType_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        adviceType_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int DATETYPE_FIELD_NUMBER = 246796331;
    private volatile java.lang.Object dateType_;
    /**
     * string DateType = 246796331;
     * @return The dateType.
     */
    @java.lang.Override
    public java.lang.String getDateType() {
      java.lang.Object ref = dateType_;
      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();
        dateType_ = s;
        return s;
      }
    }
    /**
     * string DateType = 246796331;
     * @return The bytes for dateType.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getDateTypeBytes() {
      java.lang.Object ref = dateType_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        dateType_ = 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(consumerAdviceProfile_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 5060894, consumerAdviceProfile_);
      }
      if (customerReference_ != null) {
        output.writeMessage(48175344, getCustomerReference());
      }
      if (bankBranchOrLocationReference_ != null) {
        output.writeMessage(182378638, getBankBranchOrLocationReference());
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(dateType_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 246796331, dateType_);
      }
      if (employeeOrBusinessUnitReference_ != null) {
        output.writeMessage(259644043, getEmployeeOrBusinessUnitReference());
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(adviceType_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 339812467, adviceType_);
      }
      if (documentDirectoryEntryInstanceReference_ != null) {
        output.writeMessage(508988941, getDocumentDirectoryEntryInstanceReference());
      }
      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(consumerAdviceProfile_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5060894, consumerAdviceProfile_);
      }
      if (customerReference_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(48175344, getCustomerReference());
      }
      if (bankBranchOrLocationReference_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(182378638, getBankBranchOrLocationReference());
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(dateType_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(246796331, dateType_);
      }
      if (employeeOrBusinessUnitReference_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(259644043, getEmployeeOrBusinessUnitReference());
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(adviceType_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(339812467, adviceType_);
      }
      if (documentDirectoryEntryInstanceReference_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(508988941, getDocumentDirectoryEntryInstanceReference());
      }
      size += unknownFields.getSerializedSize();
      memoizedSize = size;
      return size;
    }

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

      if (hasCustomerReference() != other.hasCustomerReference()) return false;
      if (hasCustomerReference()) {
        if (!getCustomerReference()
            .equals(other.getCustomerReference())) return false;
      }
      if (hasBankBranchOrLocationReference() != other.hasBankBranchOrLocationReference()) return false;
      if (hasBankBranchOrLocationReference()) {
        if (!getBankBranchOrLocationReference()
            .equals(other.getBankBranchOrLocationReference())) return false;
      }
      if (hasEmployeeOrBusinessUnitReference() != other.hasEmployeeOrBusinessUnitReference()) return false;
      if (hasEmployeeOrBusinessUnitReference()) {
        if (!getEmployeeOrBusinessUnitReference()
            .equals(other.getEmployeeOrBusinessUnitReference())) return false;
      }
      if (hasDocumentDirectoryEntryInstanceReference() != other.hasDocumentDirectoryEntryInstanceReference()) return false;
      if (hasDocumentDirectoryEntryInstanceReference()) {
        if (!getDocumentDirectoryEntryInstanceReference()
            .equals(other.getDocumentDirectoryEntryInstanceReference())) return false;
      }
      if (!getConsumerAdviceProfile()
          .equals(other.getConsumerAdviceProfile())) return false;
      if (!getAdviceType()
          .equals(other.getAdviceType())) return false;
      if (!getDateType()
          .equals(other.getDateType())) 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();
      if (hasCustomerReference()) {
        hash = (37 * hash) + CUSTOMERREFERENCE_FIELD_NUMBER;
        hash = (53 * hash) + getCustomerReference().hashCode();
      }
      if (hasBankBranchOrLocationReference()) {
        hash = (37 * hash) + BANKBRANCHORLOCATIONREFERENCE_FIELD_NUMBER;
        hash = (53 * hash) + getBankBranchOrLocationReference().hashCode();
      }
      if (hasEmployeeOrBusinessUnitReference()) {
        hash = (37 * hash) + EMPLOYEEORBUSINESSUNITREFERENCE_FIELD_NUMBER;
        hash = (53 * hash) + getEmployeeOrBusinessUnitReference().hashCode();
      }
      if (hasDocumentDirectoryEntryInstanceReference()) {
        hash = (37 * hash) + DOCUMENTDIRECTORYENTRYINSTANCEREFERENCE_FIELD_NUMBER;
        hash = (53 * hash) + getDocumentDirectoryEntryInstanceReference().hashCode();
      }
      hash = (37 * hash) + CONSUMERADVICEPROFILE_FIELD_NUMBER;
      hash = (53 * hash) + getConsumerAdviceProfile().hashCode();
      hash = (37 * hash) + ADVICETYPE_FIELD_NUMBER;
      hash = (53 * hash) + getAdviceType().hashCode();
      hash = (37 * hash) + DATETYPE_FIELD_NUMBER;
      hash = (53 * hash) + getDateType().hashCode();
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

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

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

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

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

      // Construct using com.redhat.mercury.consumeradvisoryservices.v10.InitiateConsumerAdviceFacilityRequestConsumerAdviceFacilityOuterClass.InitiateConsumerAdviceFacilityRequestConsumerAdviceFacility.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();
        if (customerReferenceBuilder_ == null) {
          customerReference_ = null;
        } else {
          customerReference_ = null;
          customerReferenceBuilder_ = null;
        }
        if (bankBranchOrLocationReferenceBuilder_ == null) {
          bankBranchOrLocationReference_ = null;
        } else {
          bankBranchOrLocationReference_ = null;
          bankBranchOrLocationReferenceBuilder_ = null;
        }
        if (employeeOrBusinessUnitReferenceBuilder_ == null) {
          employeeOrBusinessUnitReference_ = null;
        } else {
          employeeOrBusinessUnitReference_ = null;
          employeeOrBusinessUnitReferenceBuilder_ = null;
        }
        if (documentDirectoryEntryInstanceReferenceBuilder_ == null) {
          documentDirectoryEntryInstanceReference_ = null;
        } else {
          documentDirectoryEntryInstanceReference_ = null;
          documentDirectoryEntryInstanceReferenceBuilder_ = null;
        }
        consumerAdviceProfile_ = "";

        adviceType_ = "";

        dateType_ = "";

        return this;
      }

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

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

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

      @java.lang.Override
      public com.redhat.mercury.consumeradvisoryservices.v10.InitiateConsumerAdviceFacilityRequestConsumerAdviceFacilityOuterClass.InitiateConsumerAdviceFacilityRequestConsumerAdviceFacility buildPartial() {
        com.redhat.mercury.consumeradvisoryservices.v10.InitiateConsumerAdviceFacilityRequestConsumerAdviceFacilityOuterClass.InitiateConsumerAdviceFacilityRequestConsumerAdviceFacility result = new com.redhat.mercury.consumeradvisoryservices.v10.InitiateConsumerAdviceFacilityRequestConsumerAdviceFacilityOuterClass.InitiateConsumerAdviceFacilityRequestConsumerAdviceFacility(this);
        if (customerReferenceBuilder_ == null) {
          result.customerReference_ = customerReference_;
        } else {
          result.customerReference_ = customerReferenceBuilder_.build();
        }
        if (bankBranchOrLocationReferenceBuilder_ == null) {
          result.bankBranchOrLocationReference_ = bankBranchOrLocationReference_;
        } else {
          result.bankBranchOrLocationReference_ = bankBranchOrLocationReferenceBuilder_.build();
        }
        if (employeeOrBusinessUnitReferenceBuilder_ == null) {
          result.employeeOrBusinessUnitReference_ = employeeOrBusinessUnitReference_;
        } else {
          result.employeeOrBusinessUnitReference_ = employeeOrBusinessUnitReferenceBuilder_.build();
        }
        if (documentDirectoryEntryInstanceReferenceBuilder_ == null) {
          result.documentDirectoryEntryInstanceReference_ = documentDirectoryEntryInstanceReference_;
        } else {
          result.documentDirectoryEntryInstanceReference_ = documentDirectoryEntryInstanceReferenceBuilder_.build();
        }
        result.consumerAdviceProfile_ = consumerAdviceProfile_;
        result.adviceType_ = adviceType_;
        result.dateType_ = dateType_;
        onBuilt();
        return result;
      }

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

      public Builder mergeFrom(com.redhat.mercury.consumeradvisoryservices.v10.InitiateConsumerAdviceFacilityRequestConsumerAdviceFacilityOuterClass.InitiateConsumerAdviceFacilityRequestConsumerAdviceFacility other) {
        if (other == com.redhat.mercury.consumeradvisoryservices.v10.InitiateConsumerAdviceFacilityRequestConsumerAdviceFacilityOuterClass.InitiateConsumerAdviceFacilityRequestConsumerAdviceFacility.getDefaultInstance()) return this;
        if (other.hasCustomerReference()) {
          mergeCustomerReference(other.getCustomerReference());
        }
        if (other.hasBankBranchOrLocationReference()) {
          mergeBankBranchOrLocationReference(other.getBankBranchOrLocationReference());
        }
        if (other.hasEmployeeOrBusinessUnitReference()) {
          mergeEmployeeOrBusinessUnitReference(other.getEmployeeOrBusinessUnitReference());
        }
        if (other.hasDocumentDirectoryEntryInstanceReference()) {
          mergeDocumentDirectoryEntryInstanceReference(other.getDocumentDirectoryEntryInstanceReference());
        }
        if (!other.getConsumerAdviceProfile().isEmpty()) {
          consumerAdviceProfile_ = other.consumerAdviceProfile_;
          onChanged();
        }
        if (!other.getAdviceType().isEmpty()) {
          adviceType_ = other.adviceType_;
          onChanged();
        }
        if (!other.getDateType().isEmpty()) {
          dateType_ = other.dateType_;
          onChanged();
        }
        this.mergeUnknownFields(other.unknownFields);
        onChanged();
        return this;
      }

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

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

      private com.google.protobuf.Any customerReference_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> customerReferenceBuilder_;
      /**
       * .google.protobuf.Any CustomerReference = 48175344;
       * @return Whether the customerReference field is set.
       */
      public boolean hasCustomerReference() {
        return customerReferenceBuilder_ != null || customerReference_ != null;
      }
      /**
       * .google.protobuf.Any CustomerReference = 48175344;
       * @return The customerReference.
       */
      public com.google.protobuf.Any getCustomerReference() {
        if (customerReferenceBuilder_ == null) {
          return customerReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : customerReference_;
        } else {
          return customerReferenceBuilder_.getMessage();
        }
      }
      /**
       * .google.protobuf.Any CustomerReference = 48175344;
       */
      public Builder setCustomerReference(com.google.protobuf.Any value) {
        if (customerReferenceBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          customerReference_ = value;
          onChanged();
        } else {
          customerReferenceBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any CustomerReference = 48175344;
       */
      public Builder setCustomerReference(
          com.google.protobuf.Any.Builder builderForValue) {
        if (customerReferenceBuilder_ == null) {
          customerReference_ = builderForValue.build();
          onChanged();
        } else {
          customerReferenceBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .google.protobuf.Any CustomerReference = 48175344;
       */
      public Builder mergeCustomerReference(com.google.protobuf.Any value) {
        if (customerReferenceBuilder_ == null) {
          if (customerReference_ != null) {
            customerReference_ =
              com.google.protobuf.Any.newBuilder(customerReference_).mergeFrom(value).buildPartial();
          } else {
            customerReference_ = value;
          }
          onChanged();
        } else {
          customerReferenceBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any CustomerReference = 48175344;
       */
      public Builder clearCustomerReference() {
        if (customerReferenceBuilder_ == null) {
          customerReference_ = null;
          onChanged();
        } else {
          customerReference_ = null;
          customerReferenceBuilder_ = null;
        }

        return this;
      }
      /**
       * .google.protobuf.Any CustomerReference = 48175344;
       */
      public com.google.protobuf.Any.Builder getCustomerReferenceBuilder() {
        
        onChanged();
        return getCustomerReferenceFieldBuilder().getBuilder();
      }
      /**
       * .google.protobuf.Any CustomerReference = 48175344;
       */
      public com.google.protobuf.AnyOrBuilder getCustomerReferenceOrBuilder() {
        if (customerReferenceBuilder_ != null) {
          return customerReferenceBuilder_.getMessageOrBuilder();
        } else {
          return customerReference_ == null ?
              com.google.protobuf.Any.getDefaultInstance() : customerReference_;
        }
      }
      /**
       * .google.protobuf.Any CustomerReference = 48175344;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> 
          getCustomerReferenceFieldBuilder() {
        if (customerReferenceBuilder_ == null) {
          customerReferenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
                  getCustomerReference(),
                  getParentForChildren(),
                  isClean());
          customerReference_ = null;
        }
        return customerReferenceBuilder_;
      }

      private com.google.protobuf.Any bankBranchOrLocationReference_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> bankBranchOrLocationReferenceBuilder_;
      /**
       * .google.protobuf.Any BankBranchOrLocationReference = 182378638;
       * @return Whether the bankBranchOrLocationReference field is set.
       */
      public boolean hasBankBranchOrLocationReference() {
        return bankBranchOrLocationReferenceBuilder_ != null || bankBranchOrLocationReference_ != null;
      }
      /**
       * .google.protobuf.Any BankBranchOrLocationReference = 182378638;
       * @return The bankBranchOrLocationReference.
       */
      public com.google.protobuf.Any getBankBranchOrLocationReference() {
        if (bankBranchOrLocationReferenceBuilder_ == null) {
          return bankBranchOrLocationReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : bankBranchOrLocationReference_;
        } else {
          return bankBranchOrLocationReferenceBuilder_.getMessage();
        }
      }
      /**
       * .google.protobuf.Any BankBranchOrLocationReference = 182378638;
       */
      public Builder setBankBranchOrLocationReference(com.google.protobuf.Any value) {
        if (bankBranchOrLocationReferenceBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          bankBranchOrLocationReference_ = value;
          onChanged();
        } else {
          bankBranchOrLocationReferenceBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any BankBranchOrLocationReference = 182378638;
       */
      public Builder setBankBranchOrLocationReference(
          com.google.protobuf.Any.Builder builderForValue) {
        if (bankBranchOrLocationReferenceBuilder_ == null) {
          bankBranchOrLocationReference_ = builderForValue.build();
          onChanged();
        } else {
          bankBranchOrLocationReferenceBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .google.protobuf.Any BankBranchOrLocationReference = 182378638;
       */
      public Builder mergeBankBranchOrLocationReference(com.google.protobuf.Any value) {
        if (bankBranchOrLocationReferenceBuilder_ == null) {
          if (bankBranchOrLocationReference_ != null) {
            bankBranchOrLocationReference_ =
              com.google.protobuf.Any.newBuilder(bankBranchOrLocationReference_).mergeFrom(value).buildPartial();
          } else {
            bankBranchOrLocationReference_ = value;
          }
          onChanged();
        } else {
          bankBranchOrLocationReferenceBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any BankBranchOrLocationReference = 182378638;
       */
      public Builder clearBankBranchOrLocationReference() {
        if (bankBranchOrLocationReferenceBuilder_ == null) {
          bankBranchOrLocationReference_ = null;
          onChanged();
        } else {
          bankBranchOrLocationReference_ = null;
          bankBranchOrLocationReferenceBuilder_ = null;
        }

        return this;
      }
      /**
       * .google.protobuf.Any BankBranchOrLocationReference = 182378638;
       */
      public com.google.protobuf.Any.Builder getBankBranchOrLocationReferenceBuilder() {
        
        onChanged();
        return getBankBranchOrLocationReferenceFieldBuilder().getBuilder();
      }
      /**
       * .google.protobuf.Any BankBranchOrLocationReference = 182378638;
       */
      public com.google.protobuf.AnyOrBuilder getBankBranchOrLocationReferenceOrBuilder() {
        if (bankBranchOrLocationReferenceBuilder_ != null) {
          return bankBranchOrLocationReferenceBuilder_.getMessageOrBuilder();
        } else {
          return bankBranchOrLocationReference_ == null ?
              com.google.protobuf.Any.getDefaultInstance() : bankBranchOrLocationReference_;
        }
      }
      /**
       * .google.protobuf.Any BankBranchOrLocationReference = 182378638;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> 
          getBankBranchOrLocationReferenceFieldBuilder() {
        if (bankBranchOrLocationReferenceBuilder_ == null) {
          bankBranchOrLocationReferenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
                  getBankBranchOrLocationReference(),
                  getParentForChildren(),
                  isClean());
          bankBranchOrLocationReference_ = null;
        }
        return bankBranchOrLocationReferenceBuilder_;
      }

      private com.google.protobuf.Any employeeOrBusinessUnitReference_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> employeeOrBusinessUnitReferenceBuilder_;
      /**
       * .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
       * @return Whether the employeeOrBusinessUnitReference field is set.
       */
      public boolean hasEmployeeOrBusinessUnitReference() {
        return employeeOrBusinessUnitReferenceBuilder_ != null || employeeOrBusinessUnitReference_ != null;
      }
      /**
       * .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
       * @return The employeeOrBusinessUnitReference.
       */
      public com.google.protobuf.Any getEmployeeOrBusinessUnitReference() {
        if (employeeOrBusinessUnitReferenceBuilder_ == null) {
          return employeeOrBusinessUnitReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : employeeOrBusinessUnitReference_;
        } else {
          return employeeOrBusinessUnitReferenceBuilder_.getMessage();
        }
      }
      /**
       * .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
       */
      public Builder setEmployeeOrBusinessUnitReference(com.google.protobuf.Any value) {
        if (employeeOrBusinessUnitReferenceBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          employeeOrBusinessUnitReference_ = value;
          onChanged();
        } else {
          employeeOrBusinessUnitReferenceBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
       */
      public Builder setEmployeeOrBusinessUnitReference(
          com.google.protobuf.Any.Builder builderForValue) {
        if (employeeOrBusinessUnitReferenceBuilder_ == null) {
          employeeOrBusinessUnitReference_ = builderForValue.build();
          onChanged();
        } else {
          employeeOrBusinessUnitReferenceBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
       */
      public Builder mergeEmployeeOrBusinessUnitReference(com.google.protobuf.Any value) {
        if (employeeOrBusinessUnitReferenceBuilder_ == null) {
          if (employeeOrBusinessUnitReference_ != null) {
            employeeOrBusinessUnitReference_ =
              com.google.protobuf.Any.newBuilder(employeeOrBusinessUnitReference_).mergeFrom(value).buildPartial();
          } else {
            employeeOrBusinessUnitReference_ = value;
          }
          onChanged();
        } else {
          employeeOrBusinessUnitReferenceBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
       */
      public Builder clearEmployeeOrBusinessUnitReference() {
        if (employeeOrBusinessUnitReferenceBuilder_ == null) {
          employeeOrBusinessUnitReference_ = null;
          onChanged();
        } else {
          employeeOrBusinessUnitReference_ = null;
          employeeOrBusinessUnitReferenceBuilder_ = null;
        }

        return this;
      }
      /**
       * .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
       */
      public com.google.protobuf.Any.Builder getEmployeeOrBusinessUnitReferenceBuilder() {
        
        onChanged();
        return getEmployeeOrBusinessUnitReferenceFieldBuilder().getBuilder();
      }
      /**
       * .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
       */
      public com.google.protobuf.AnyOrBuilder getEmployeeOrBusinessUnitReferenceOrBuilder() {
        if (employeeOrBusinessUnitReferenceBuilder_ != null) {
          return employeeOrBusinessUnitReferenceBuilder_.getMessageOrBuilder();
        } else {
          return employeeOrBusinessUnitReference_ == null ?
              com.google.protobuf.Any.getDefaultInstance() : employeeOrBusinessUnitReference_;
        }
      }
      /**
       * .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> 
          getEmployeeOrBusinessUnitReferenceFieldBuilder() {
        if (employeeOrBusinessUnitReferenceBuilder_ == null) {
          employeeOrBusinessUnitReferenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
                  getEmployeeOrBusinessUnitReference(),
                  getParentForChildren(),
                  isClean());
          employeeOrBusinessUnitReference_ = null;
        }
        return employeeOrBusinessUnitReferenceBuilder_;
      }

      private com.google.protobuf.Any documentDirectoryEntryInstanceReference_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> documentDirectoryEntryInstanceReferenceBuilder_;
      /**
       * .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
       * @return Whether the documentDirectoryEntryInstanceReference field is set.
       */
      public boolean hasDocumentDirectoryEntryInstanceReference() {
        return documentDirectoryEntryInstanceReferenceBuilder_ != null || documentDirectoryEntryInstanceReference_ != null;
      }
      /**
       * .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
       * @return The documentDirectoryEntryInstanceReference.
       */
      public com.google.protobuf.Any getDocumentDirectoryEntryInstanceReference() {
        if (documentDirectoryEntryInstanceReferenceBuilder_ == null) {
          return documentDirectoryEntryInstanceReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : documentDirectoryEntryInstanceReference_;
        } else {
          return documentDirectoryEntryInstanceReferenceBuilder_.getMessage();
        }
      }
      /**
       * .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
       */
      public Builder setDocumentDirectoryEntryInstanceReference(com.google.protobuf.Any value) {
        if (documentDirectoryEntryInstanceReferenceBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          documentDirectoryEntryInstanceReference_ = value;
          onChanged();
        } else {
          documentDirectoryEntryInstanceReferenceBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
       */
      public Builder setDocumentDirectoryEntryInstanceReference(
          com.google.protobuf.Any.Builder builderForValue) {
        if (documentDirectoryEntryInstanceReferenceBuilder_ == null) {
          documentDirectoryEntryInstanceReference_ = builderForValue.build();
          onChanged();
        } else {
          documentDirectoryEntryInstanceReferenceBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
       */
      public Builder mergeDocumentDirectoryEntryInstanceReference(com.google.protobuf.Any value) {
        if (documentDirectoryEntryInstanceReferenceBuilder_ == null) {
          if (documentDirectoryEntryInstanceReference_ != null) {
            documentDirectoryEntryInstanceReference_ =
              com.google.protobuf.Any.newBuilder(documentDirectoryEntryInstanceReference_).mergeFrom(value).buildPartial();
          } else {
            documentDirectoryEntryInstanceReference_ = value;
          }
          onChanged();
        } else {
          documentDirectoryEntryInstanceReferenceBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
       */
      public Builder clearDocumentDirectoryEntryInstanceReference() {
        if (documentDirectoryEntryInstanceReferenceBuilder_ == null) {
          documentDirectoryEntryInstanceReference_ = null;
          onChanged();
        } else {
          documentDirectoryEntryInstanceReference_ = null;
          documentDirectoryEntryInstanceReferenceBuilder_ = null;
        }

        return this;
      }
      /**
       * .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
       */
      public com.google.protobuf.Any.Builder getDocumentDirectoryEntryInstanceReferenceBuilder() {
        
        onChanged();
        return getDocumentDirectoryEntryInstanceReferenceFieldBuilder().getBuilder();
      }
      /**
       * .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
       */
      public com.google.protobuf.AnyOrBuilder getDocumentDirectoryEntryInstanceReferenceOrBuilder() {
        if (documentDirectoryEntryInstanceReferenceBuilder_ != null) {
          return documentDirectoryEntryInstanceReferenceBuilder_.getMessageOrBuilder();
        } else {
          return documentDirectoryEntryInstanceReference_ == null ?
              com.google.protobuf.Any.getDefaultInstance() : documentDirectoryEntryInstanceReference_;
        }
      }
      /**
       * .google.protobuf.Any DocumentDirectoryEntryInstanceReference = 508988941;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> 
          getDocumentDirectoryEntryInstanceReferenceFieldBuilder() {
        if (documentDirectoryEntryInstanceReferenceBuilder_ == null) {
          documentDirectoryEntryInstanceReferenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
                  getDocumentDirectoryEntryInstanceReference(),
                  getParentForChildren(),
                  isClean());
          documentDirectoryEntryInstanceReference_ = null;
        }
        return documentDirectoryEntryInstanceReferenceBuilder_;
      }

      private java.lang.Object consumerAdviceProfile_ = "";
      /**
       * string ConsumerAdviceProfile = 5060894;
       * @return The consumerAdviceProfile.
       */
      public java.lang.String getConsumerAdviceProfile() {
        java.lang.Object ref = consumerAdviceProfile_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          consumerAdviceProfile_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string ConsumerAdviceProfile = 5060894;
       * @return The bytes for consumerAdviceProfile.
       */
      public com.google.protobuf.ByteString
          getConsumerAdviceProfileBytes() {
        java.lang.Object ref = consumerAdviceProfile_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          consumerAdviceProfile_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string ConsumerAdviceProfile = 5060894;
       * @param value The consumerAdviceProfile to set.
       * @return This builder for chaining.
       */
      public Builder setConsumerAdviceProfile(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        consumerAdviceProfile_ = value;
        onChanged();
        return this;
      }
      /**
       * string ConsumerAdviceProfile = 5060894;
       * @return This builder for chaining.
       */
      public Builder clearConsumerAdviceProfile() {
        
        consumerAdviceProfile_ = getDefaultInstance().getConsumerAdviceProfile();
        onChanged();
        return this;
      }
      /**
       * string ConsumerAdviceProfile = 5060894;
       * @param value The bytes for consumerAdviceProfile to set.
       * @return This builder for chaining.
       */
      public Builder setConsumerAdviceProfileBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        consumerAdviceProfile_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object adviceType_ = "";
      /**
       * string AdviceType = 339812467;
       * @return The adviceType.
       */
      public java.lang.String getAdviceType() {
        java.lang.Object ref = adviceType_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          adviceType_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string AdviceType = 339812467;
       * @return The bytes for adviceType.
       */
      public com.google.protobuf.ByteString
          getAdviceTypeBytes() {
        java.lang.Object ref = adviceType_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          adviceType_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string AdviceType = 339812467;
       * @param value The adviceType to set.
       * @return This builder for chaining.
       */
      public Builder setAdviceType(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        adviceType_ = value;
        onChanged();
        return this;
      }
      /**
       * string AdviceType = 339812467;
       * @return This builder for chaining.
       */
      public Builder clearAdviceType() {
        
        adviceType_ = getDefaultInstance().getAdviceType();
        onChanged();
        return this;
      }
      /**
       * string AdviceType = 339812467;
       * @param value The bytes for adviceType to set.
       * @return This builder for chaining.
       */
      public Builder setAdviceTypeBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        adviceType_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object dateType_ = "";
      /**
       * string DateType = 246796331;
       * @return The dateType.
       */
      public java.lang.String getDateType() {
        java.lang.Object ref = dateType_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          dateType_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string DateType = 246796331;
       * @return The bytes for dateType.
       */
      public com.google.protobuf.ByteString
          getDateTypeBytes() {
        java.lang.Object ref = dateType_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          dateType_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string DateType = 246796331;
       * @param value The dateType to set.
       * @return This builder for chaining.
       */
      public Builder setDateType(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        dateType_ = value;
        onChanged();
        return this;
      }
      /**
       * string DateType = 246796331;
       * @return This builder for chaining.
       */
      public Builder clearDateType() {
        
        dateType_ = getDefaultInstance().getDateType();
        onChanged();
        return this;
      }
      /**
       * string DateType = 246796331;
       * @param value The bytes for dateType to set.
       * @return This builder for chaining.
       */
      public Builder setDateTypeBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        dateType_ = value;
        onChanged();
        return this;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

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


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

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

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

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

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

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

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

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_redhat_mercury_consumeradvisoryservices_v10_InitiateConsumerAdviceFacilityRequestConsumerAdviceFacility_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_redhat_mercury_consumeradvisoryservices_v10_InitiateConsumerAdviceFacilityRequestConsumerAdviceFacility_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\nRv10/model/initiate_consumer_advice_fac" +
      "ility_request_consumer_advice_facility.p" +
      "roto\022/com.redhat.mercury.consumeradvisor" +
      "yservices.v10\032\031google/protobuf/any.proto" +
      "\"\215\003\n;InitiateConsumerAdviceFacilityReque" +
      "stConsumerAdviceFacility\0222\n\021CustomerRefe" +
      "rence\030\360\261\374\026 \001(\0132\024.google.protobuf.Any\022>\n\035" +
      "BankBranchOrLocationReference\030\216\301\373V \001(\0132\024" +
      ".google.protobuf.Any\022@\n\037EmployeeOrBusine" +
      "ssUnitReference\030\213\265\347{ \001(\0132\024.google.protob" +
      "uf.Any\022I\n\'DocumentDirectoryEntryInstance" +
      "Reference\030\215\234\332\362\001 \001(\0132\024.google.protobuf.An" +
      "y\022 \n\025ConsumerAdviceProfile\030\236\362\264\002 \001(\t\022\026\n\nA" +
      "dviceType\030\363\300\204\242\001 \001(\t\022\023\n\010DateType\030\253\240\327u \001(\t" +
      "P\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_consumeradvisoryservices_v10_InitiateConsumerAdviceFacilityRequestConsumerAdviceFacility_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_com_redhat_mercury_consumeradvisoryservices_v10_InitiateConsumerAdviceFacilityRequestConsumerAdviceFacility_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_redhat_mercury_consumeradvisoryservices_v10_InitiateConsumerAdviceFacilityRequestConsumerAdviceFacility_descriptor,
        new java.lang.String[] { "CustomerReference", "BankBranchOrLocationReference", "EmployeeOrBusinessUnitReference", "DocumentDirectoryEntryInstanceReference", "ConsumerAdviceProfile", "AdviceType", "DateType", });
    com.google.protobuf.AnyProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy