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

com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass Maven / Gradle / Ivy

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

package com.redhat.mercury.ecmanddcm.v10;

public final class PlacementOuterClass {
  private PlacementOuterClass() {}
  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 PlacementOrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.redhat.mercury.ecmanddcm.v10.Placement)
      com.google.protobuf.MessageOrBuilder {

    /**
     * .google.protobuf.Any EmployeeSlashBusinessUnitReference = 90975689;
     * @return Whether the employeeSlashBusinessUnitReference field is set.
     */
    boolean hasEmployeeSlashBusinessUnitReference();
    /**
     * .google.protobuf.Any EmployeeSlashBusinessUnitReference = 90975689;
     * @return The employeeSlashBusinessUnitReference.
     */
    com.google.protobuf.Any getEmployeeSlashBusinessUnitReference();
    /**
     * .google.protobuf.Any EmployeeSlashBusinessUnitReference = 90975689;
     */
    com.google.protobuf.AnyOrBuilder getEmployeeSlashBusinessUnitReferenceOrBuilder();

    /**
     * string ProspectList = 482395243;
     * @return The prospectList.
     */
    java.lang.String getProspectList();
    /**
     * string ProspectList = 482395243;
     * @return The bytes for prospectList.
     */
    com.google.protobuf.ByteString
        getProspectListBytes();

    /**
     * string PlacementRoadshowSchedule = 488022201;
     * @return The placementRoadshowSchedule.
     */
    java.lang.String getPlacementRoadshowSchedule();
    /**
     * string PlacementRoadshowSchedule = 488022201;
     * @return The bytes for placementRoadshowSchedule.
     */
    com.google.protobuf.ByteString
        getPlacementRoadshowScheduleBytes();

    /**
     * string PlacementWorkTaskRecord = 450861644;
     * @return The placementWorkTaskRecord.
     */
    java.lang.String getPlacementWorkTaskRecord();
    /**
     * string PlacementWorkTaskRecord = 450861644;
     * @return The bytes for placementWorkTaskRecord.
     */
    com.google.protobuf.ByteString
        getPlacementWorkTaskRecordBytes();

    /**
     * string PlacementWorkTaskType = 441909259;
     * @return The placementWorkTaskType.
     */
    java.lang.String getPlacementWorkTaskType();
    /**
     * string PlacementWorkTaskType = 441909259;
     * @return The bytes for placementWorkTaskType.
     */
    com.google.protobuf.ByteString
        getPlacementWorkTaskTypeBytes();

    /**
     * string PlacementWorkTaskDescription = 346086116;
     * @return The placementWorkTaskDescription.
     */
    java.lang.String getPlacementWorkTaskDescription();
    /**
     * string PlacementWorkTaskDescription = 346086116;
     * @return The bytes for placementWorkTaskDescription.
     */
    com.google.protobuf.ByteString
        getPlacementWorkTaskDescriptionBytes();

    /**
     * string PlacementWorkTaskWorkProducts = 504488273;
     * @return The placementWorkTaskWorkProducts.
     */
    java.lang.String getPlacementWorkTaskWorkProducts();
    /**
     * string PlacementWorkTaskWorkProducts = 504488273;
     * @return The bytes for placementWorkTaskWorkProducts.
     */
    com.google.protobuf.ByteString
        getPlacementWorkTaskWorkProductsBytes();

    /**
     * .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 PlacementTransaction = 213600985;
     * @return The placementTransaction.
     */
    java.lang.String getPlacementTransaction();
    /**
     * string PlacementTransaction = 213600985;
     * @return The bytes for placementTransaction.
     */
    com.google.protobuf.ByteString
        getPlacementTransactionBytes();
  }
  /**
   * Protobuf type {@code com.redhat.mercury.ecmanddcm.v10.Placement}
   */
  public static final class Placement extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.redhat.mercury.ecmanddcm.v10.Placement)
      PlacementOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use Placement.newBuilder() to construct.
    private Placement(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private Placement() {
      prospectList_ = "";
      placementRoadshowSchedule_ = "";
      placementWorkTaskRecord_ = "";
      placementWorkTaskType_ = "";
      placementWorkTaskDescription_ = "";
      placementWorkTaskWorkProducts_ = "";
      placementTransaction_ = "";
    }

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

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private Placement(
        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 727805514: {
              com.google.protobuf.Any.Builder subBuilder = null;
              if (employeeSlashBusinessUnitReference_ != null) {
                subBuilder = employeeSlashBusinessUnitReference_.toBuilder();
              }
              employeeSlashBusinessUnitReference_ = input.readMessage(com.google.protobuf.Any.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(employeeSlashBusinessUnitReference_);
                employeeSlashBusinessUnitReference_ = subBuilder.buildPartial();
              }

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

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

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

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

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

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

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

              placementWorkTaskWorkProducts_ = 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.ecmanddcm.v10.PlacementOuterClass.internal_static_com_redhat_mercury_ecmanddcm_v10_Placement_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.internal_static_com_redhat_mercury_ecmanddcm_v10_Placement_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.Placement.class, com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.Placement.Builder.class);
    }

    public static final int EMPLOYEESLASHBUSINESSUNITREFERENCE_FIELD_NUMBER = 90975689;
    private com.google.protobuf.Any employeeSlashBusinessUnitReference_;
    /**
     * .google.protobuf.Any EmployeeSlashBusinessUnitReference = 90975689;
     * @return Whether the employeeSlashBusinessUnitReference field is set.
     */
    @java.lang.Override
    public boolean hasEmployeeSlashBusinessUnitReference() {
      return employeeSlashBusinessUnitReference_ != null;
    }
    /**
     * .google.protobuf.Any EmployeeSlashBusinessUnitReference = 90975689;
     * @return The employeeSlashBusinessUnitReference.
     */
    @java.lang.Override
    public com.google.protobuf.Any getEmployeeSlashBusinessUnitReference() {
      return employeeSlashBusinessUnitReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : employeeSlashBusinessUnitReference_;
    }
    /**
     * .google.protobuf.Any EmployeeSlashBusinessUnitReference = 90975689;
     */
    @java.lang.Override
    public com.google.protobuf.AnyOrBuilder getEmployeeSlashBusinessUnitReferenceOrBuilder() {
      return getEmployeeSlashBusinessUnitReference();
    }

    public static final int PROSPECTLIST_FIELD_NUMBER = 482395243;
    private volatile java.lang.Object prospectList_;
    /**
     * string ProspectList = 482395243;
     * @return The prospectList.
     */
    @java.lang.Override
    public java.lang.String getProspectList() {
      java.lang.Object ref = prospectList_;
      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();
        prospectList_ = s;
        return s;
      }
    }
    /**
     * string ProspectList = 482395243;
     * @return The bytes for prospectList.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getProspectListBytes() {
      java.lang.Object ref = prospectList_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        prospectList_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PLACEMENTROADSHOWSCHEDULE_FIELD_NUMBER = 488022201;
    private volatile java.lang.Object placementRoadshowSchedule_;
    /**
     * string PlacementRoadshowSchedule = 488022201;
     * @return The placementRoadshowSchedule.
     */
    @java.lang.Override
    public java.lang.String getPlacementRoadshowSchedule() {
      java.lang.Object ref = placementRoadshowSchedule_;
      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();
        placementRoadshowSchedule_ = s;
        return s;
      }
    }
    /**
     * string PlacementRoadshowSchedule = 488022201;
     * @return The bytes for placementRoadshowSchedule.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPlacementRoadshowScheduleBytes() {
      java.lang.Object ref = placementRoadshowSchedule_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        placementRoadshowSchedule_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PLACEMENTWORKTASKRECORD_FIELD_NUMBER = 450861644;
    private volatile java.lang.Object placementWorkTaskRecord_;
    /**
     * string PlacementWorkTaskRecord = 450861644;
     * @return The placementWorkTaskRecord.
     */
    @java.lang.Override
    public java.lang.String getPlacementWorkTaskRecord() {
      java.lang.Object ref = placementWorkTaskRecord_;
      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();
        placementWorkTaskRecord_ = s;
        return s;
      }
    }
    /**
     * string PlacementWorkTaskRecord = 450861644;
     * @return The bytes for placementWorkTaskRecord.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPlacementWorkTaskRecordBytes() {
      java.lang.Object ref = placementWorkTaskRecord_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        placementWorkTaskRecord_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PLACEMENTWORKTASKTYPE_FIELD_NUMBER = 441909259;
    private volatile java.lang.Object placementWorkTaskType_;
    /**
     * string PlacementWorkTaskType = 441909259;
     * @return The placementWorkTaskType.
     */
    @java.lang.Override
    public java.lang.String getPlacementWorkTaskType() {
      java.lang.Object ref = placementWorkTaskType_;
      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();
        placementWorkTaskType_ = s;
        return s;
      }
    }
    /**
     * string PlacementWorkTaskType = 441909259;
     * @return The bytes for placementWorkTaskType.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPlacementWorkTaskTypeBytes() {
      java.lang.Object ref = placementWorkTaskType_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        placementWorkTaskType_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PLACEMENTWORKTASKDESCRIPTION_FIELD_NUMBER = 346086116;
    private volatile java.lang.Object placementWorkTaskDescription_;
    /**
     * string PlacementWorkTaskDescription = 346086116;
     * @return The placementWorkTaskDescription.
     */
    @java.lang.Override
    public java.lang.String getPlacementWorkTaskDescription() {
      java.lang.Object ref = placementWorkTaskDescription_;
      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();
        placementWorkTaskDescription_ = s;
        return s;
      }
    }
    /**
     * string PlacementWorkTaskDescription = 346086116;
     * @return The bytes for placementWorkTaskDescription.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPlacementWorkTaskDescriptionBytes() {
      java.lang.Object ref = placementWorkTaskDescription_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        placementWorkTaskDescription_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PLACEMENTWORKTASKWORKPRODUCTS_FIELD_NUMBER = 504488273;
    private volatile java.lang.Object placementWorkTaskWorkProducts_;
    /**
     * string PlacementWorkTaskWorkProducts = 504488273;
     * @return The placementWorkTaskWorkProducts.
     */
    @java.lang.Override
    public java.lang.String getPlacementWorkTaskWorkProducts() {
      java.lang.Object ref = placementWorkTaskWorkProducts_;
      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();
        placementWorkTaskWorkProducts_ = s;
        return s;
      }
    }
    /**
     * string PlacementWorkTaskWorkProducts = 504488273;
     * @return The bytes for placementWorkTaskWorkProducts.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPlacementWorkTaskWorkProductsBytes() {
      java.lang.Object ref = placementWorkTaskWorkProducts_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        placementWorkTaskWorkProducts_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    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 PLACEMENTTRANSACTION_FIELD_NUMBER = 213600985;
    private volatile java.lang.Object placementTransaction_;
    /**
     * string PlacementTransaction = 213600985;
     * @return The placementTransaction.
     */
    @java.lang.Override
    public java.lang.String getPlacementTransaction() {
      java.lang.Object ref = placementTransaction_;
      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();
        placementTransaction_ = s;
        return s;
      }
    }
    /**
     * string PlacementTransaction = 213600985;
     * @return The bytes for placementTransaction.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPlacementTransactionBytes() {
      java.lang.Object ref = placementTransaction_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        placementTransaction_ = 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 (employeeSlashBusinessUnitReference_ != null) {
        output.writeMessage(90975689, getEmployeeSlashBusinessUnitReference());
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementTransaction_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 213600985, placementTransaction_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementWorkTaskDescription_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 346086116, placementWorkTaskDescription_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementWorkTaskType_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 441909259, placementWorkTaskType_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementWorkTaskRecord_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 450861644, placementWorkTaskRecord_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(prospectList_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 482395243, prospectList_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementRoadshowSchedule_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 488022201, placementRoadshowSchedule_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementWorkTaskWorkProducts_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 504488273, placementWorkTaskWorkProducts_);
      }
      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 (employeeSlashBusinessUnitReference_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(90975689, getEmployeeSlashBusinessUnitReference());
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementTransaction_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(213600985, placementTransaction_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementWorkTaskDescription_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(346086116, placementWorkTaskDescription_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementWorkTaskType_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(441909259, placementWorkTaskType_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementWorkTaskRecord_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(450861644, placementWorkTaskRecord_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(prospectList_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(482395243, prospectList_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementRoadshowSchedule_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(488022201, placementRoadshowSchedule_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementWorkTaskWorkProducts_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(504488273, placementWorkTaskWorkProducts_);
      }
      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.ecmanddcm.v10.PlacementOuterClass.Placement)) {
        return super.equals(obj);
      }
      com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.Placement other = (com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.Placement) obj;

      if (hasEmployeeSlashBusinessUnitReference() != other.hasEmployeeSlashBusinessUnitReference()) return false;
      if (hasEmployeeSlashBusinessUnitReference()) {
        if (!getEmployeeSlashBusinessUnitReference()
            .equals(other.getEmployeeSlashBusinessUnitReference())) return false;
      }
      if (!getProspectList()
          .equals(other.getProspectList())) return false;
      if (!getPlacementRoadshowSchedule()
          .equals(other.getPlacementRoadshowSchedule())) return false;
      if (!getPlacementWorkTaskRecord()
          .equals(other.getPlacementWorkTaskRecord())) return false;
      if (!getPlacementWorkTaskType()
          .equals(other.getPlacementWorkTaskType())) return false;
      if (!getPlacementWorkTaskDescription()
          .equals(other.getPlacementWorkTaskDescription())) return false;
      if (!getPlacementWorkTaskWorkProducts()
          .equals(other.getPlacementWorkTaskWorkProducts())) return false;
      if (hasDocumentDirectoryEntryInstanceReference() != other.hasDocumentDirectoryEntryInstanceReference()) return false;
      if (hasDocumentDirectoryEntryInstanceReference()) {
        if (!getDocumentDirectoryEntryInstanceReference()
            .equals(other.getDocumentDirectoryEntryInstanceReference())) return false;
      }
      if (!getPlacementTransaction()
          .equals(other.getPlacementTransaction())) 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 (hasEmployeeSlashBusinessUnitReference()) {
        hash = (37 * hash) + EMPLOYEESLASHBUSINESSUNITREFERENCE_FIELD_NUMBER;
        hash = (53 * hash) + getEmployeeSlashBusinessUnitReference().hashCode();
      }
      hash = (37 * hash) + PROSPECTLIST_FIELD_NUMBER;
      hash = (53 * hash) + getProspectList().hashCode();
      hash = (37 * hash) + PLACEMENTROADSHOWSCHEDULE_FIELD_NUMBER;
      hash = (53 * hash) + getPlacementRoadshowSchedule().hashCode();
      hash = (37 * hash) + PLACEMENTWORKTASKRECORD_FIELD_NUMBER;
      hash = (53 * hash) + getPlacementWorkTaskRecord().hashCode();
      hash = (37 * hash) + PLACEMENTWORKTASKTYPE_FIELD_NUMBER;
      hash = (53 * hash) + getPlacementWorkTaskType().hashCode();
      hash = (37 * hash) + PLACEMENTWORKTASKDESCRIPTION_FIELD_NUMBER;
      hash = (53 * hash) + getPlacementWorkTaskDescription().hashCode();
      hash = (37 * hash) + PLACEMENTWORKTASKWORKPRODUCTS_FIELD_NUMBER;
      hash = (53 * hash) + getPlacementWorkTaskWorkProducts().hashCode();
      if (hasDocumentDirectoryEntryInstanceReference()) {
        hash = (37 * hash) + DOCUMENTDIRECTORYENTRYINSTANCEREFERENCE_FIELD_NUMBER;
        hash = (53 * hash) + getDocumentDirectoryEntryInstanceReference().hashCode();
      }
      hash = (37 * hash) + PLACEMENTTRANSACTION_FIELD_NUMBER;
      hash = (53 * hash) + getPlacementTransaction().hashCode();
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

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

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.internal_static_com_redhat_mercury_ecmanddcm_v10_Placement_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.Placement.class, com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.Placement.Builder.class);
      }

      // Construct using com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.Placement.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 (employeeSlashBusinessUnitReferenceBuilder_ == null) {
          employeeSlashBusinessUnitReference_ = null;
        } else {
          employeeSlashBusinessUnitReference_ = null;
          employeeSlashBusinessUnitReferenceBuilder_ = null;
        }
        prospectList_ = "";

        placementRoadshowSchedule_ = "";

        placementWorkTaskRecord_ = "";

        placementWorkTaskType_ = "";

        placementWorkTaskDescription_ = "";

        placementWorkTaskWorkProducts_ = "";

        if (documentDirectoryEntryInstanceReferenceBuilder_ == null) {
          documentDirectoryEntryInstanceReference_ = null;
        } else {
          documentDirectoryEntryInstanceReference_ = null;
          documentDirectoryEntryInstanceReferenceBuilder_ = null;
        }
        placementTransaction_ = "";

        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.internal_static_com_redhat_mercury_ecmanddcm_v10_Placement_descriptor;
      }

      @java.lang.Override
      public com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.Placement getDefaultInstanceForType() {
        return com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.Placement.getDefaultInstance();
      }

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

      @java.lang.Override
      public com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.Placement buildPartial() {
        com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.Placement result = new com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.Placement(this);
        if (employeeSlashBusinessUnitReferenceBuilder_ == null) {
          result.employeeSlashBusinessUnitReference_ = employeeSlashBusinessUnitReference_;
        } else {
          result.employeeSlashBusinessUnitReference_ = employeeSlashBusinessUnitReferenceBuilder_.build();
        }
        result.prospectList_ = prospectList_;
        result.placementRoadshowSchedule_ = placementRoadshowSchedule_;
        result.placementWorkTaskRecord_ = placementWorkTaskRecord_;
        result.placementWorkTaskType_ = placementWorkTaskType_;
        result.placementWorkTaskDescription_ = placementWorkTaskDescription_;
        result.placementWorkTaskWorkProducts_ = placementWorkTaskWorkProducts_;
        if (documentDirectoryEntryInstanceReferenceBuilder_ == null) {
          result.documentDirectoryEntryInstanceReference_ = documentDirectoryEntryInstanceReference_;
        } else {
          result.documentDirectoryEntryInstanceReference_ = documentDirectoryEntryInstanceReferenceBuilder_.build();
        }
        result.placementTransaction_ = placementTransaction_;
        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.ecmanddcm.v10.PlacementOuterClass.Placement) {
          return mergeFrom((com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.Placement)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.Placement other) {
        if (other == com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.Placement.getDefaultInstance()) return this;
        if (other.hasEmployeeSlashBusinessUnitReference()) {
          mergeEmployeeSlashBusinessUnitReference(other.getEmployeeSlashBusinessUnitReference());
        }
        if (!other.getProspectList().isEmpty()) {
          prospectList_ = other.prospectList_;
          onChanged();
        }
        if (!other.getPlacementRoadshowSchedule().isEmpty()) {
          placementRoadshowSchedule_ = other.placementRoadshowSchedule_;
          onChanged();
        }
        if (!other.getPlacementWorkTaskRecord().isEmpty()) {
          placementWorkTaskRecord_ = other.placementWorkTaskRecord_;
          onChanged();
        }
        if (!other.getPlacementWorkTaskType().isEmpty()) {
          placementWorkTaskType_ = other.placementWorkTaskType_;
          onChanged();
        }
        if (!other.getPlacementWorkTaskDescription().isEmpty()) {
          placementWorkTaskDescription_ = other.placementWorkTaskDescription_;
          onChanged();
        }
        if (!other.getPlacementWorkTaskWorkProducts().isEmpty()) {
          placementWorkTaskWorkProducts_ = other.placementWorkTaskWorkProducts_;
          onChanged();
        }
        if (other.hasDocumentDirectoryEntryInstanceReference()) {
          mergeDocumentDirectoryEntryInstanceReference(other.getDocumentDirectoryEntryInstanceReference());
        }
        if (!other.getPlacementTransaction().isEmpty()) {
          placementTransaction_ = other.placementTransaction_;
          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.ecmanddcm.v10.PlacementOuterClass.Placement parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.Placement) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private com.google.protobuf.Any employeeSlashBusinessUnitReference_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> employeeSlashBusinessUnitReferenceBuilder_;
      /**
       * .google.protobuf.Any EmployeeSlashBusinessUnitReference = 90975689;
       * @return Whether the employeeSlashBusinessUnitReference field is set.
       */
      public boolean hasEmployeeSlashBusinessUnitReference() {
        return employeeSlashBusinessUnitReferenceBuilder_ != null || employeeSlashBusinessUnitReference_ != null;
      }
      /**
       * .google.protobuf.Any EmployeeSlashBusinessUnitReference = 90975689;
       * @return The employeeSlashBusinessUnitReference.
       */
      public com.google.protobuf.Any getEmployeeSlashBusinessUnitReference() {
        if (employeeSlashBusinessUnitReferenceBuilder_ == null) {
          return employeeSlashBusinessUnitReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : employeeSlashBusinessUnitReference_;
        } else {
          return employeeSlashBusinessUnitReferenceBuilder_.getMessage();
        }
      }
      /**
       * .google.protobuf.Any EmployeeSlashBusinessUnitReference = 90975689;
       */
      public Builder setEmployeeSlashBusinessUnitReference(com.google.protobuf.Any value) {
        if (employeeSlashBusinessUnitReferenceBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          employeeSlashBusinessUnitReference_ = value;
          onChanged();
        } else {
          employeeSlashBusinessUnitReferenceBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any EmployeeSlashBusinessUnitReference = 90975689;
       */
      public Builder setEmployeeSlashBusinessUnitReference(
          com.google.protobuf.Any.Builder builderForValue) {
        if (employeeSlashBusinessUnitReferenceBuilder_ == null) {
          employeeSlashBusinessUnitReference_ = builderForValue.build();
          onChanged();
        } else {
          employeeSlashBusinessUnitReferenceBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .google.protobuf.Any EmployeeSlashBusinessUnitReference = 90975689;
       */
      public Builder mergeEmployeeSlashBusinessUnitReference(com.google.protobuf.Any value) {
        if (employeeSlashBusinessUnitReferenceBuilder_ == null) {
          if (employeeSlashBusinessUnitReference_ != null) {
            employeeSlashBusinessUnitReference_ =
              com.google.protobuf.Any.newBuilder(employeeSlashBusinessUnitReference_).mergeFrom(value).buildPartial();
          } else {
            employeeSlashBusinessUnitReference_ = value;
          }
          onChanged();
        } else {
          employeeSlashBusinessUnitReferenceBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any EmployeeSlashBusinessUnitReference = 90975689;
       */
      public Builder clearEmployeeSlashBusinessUnitReference() {
        if (employeeSlashBusinessUnitReferenceBuilder_ == null) {
          employeeSlashBusinessUnitReference_ = null;
          onChanged();
        } else {
          employeeSlashBusinessUnitReference_ = null;
          employeeSlashBusinessUnitReferenceBuilder_ = null;
        }

        return this;
      }
      /**
       * .google.protobuf.Any EmployeeSlashBusinessUnitReference = 90975689;
       */
      public com.google.protobuf.Any.Builder getEmployeeSlashBusinessUnitReferenceBuilder() {
        
        onChanged();
        return getEmployeeSlashBusinessUnitReferenceFieldBuilder().getBuilder();
      }
      /**
       * .google.protobuf.Any EmployeeSlashBusinessUnitReference = 90975689;
       */
      public com.google.protobuf.AnyOrBuilder getEmployeeSlashBusinessUnitReferenceOrBuilder() {
        if (employeeSlashBusinessUnitReferenceBuilder_ != null) {
          return employeeSlashBusinessUnitReferenceBuilder_.getMessageOrBuilder();
        } else {
          return employeeSlashBusinessUnitReference_ == null ?
              com.google.protobuf.Any.getDefaultInstance() : employeeSlashBusinessUnitReference_;
        }
      }
      /**
       * .google.protobuf.Any EmployeeSlashBusinessUnitReference = 90975689;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> 
          getEmployeeSlashBusinessUnitReferenceFieldBuilder() {
        if (employeeSlashBusinessUnitReferenceBuilder_ == null) {
          employeeSlashBusinessUnitReferenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
                  getEmployeeSlashBusinessUnitReference(),
                  getParentForChildren(),
                  isClean());
          employeeSlashBusinessUnitReference_ = null;
        }
        return employeeSlashBusinessUnitReferenceBuilder_;
      }

      private java.lang.Object prospectList_ = "";
      /**
       * string ProspectList = 482395243;
       * @return The prospectList.
       */
      public java.lang.String getProspectList() {
        java.lang.Object ref = prospectList_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          prospectList_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string ProspectList = 482395243;
       * @return The bytes for prospectList.
       */
      public com.google.protobuf.ByteString
          getProspectListBytes() {
        java.lang.Object ref = prospectList_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          prospectList_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string ProspectList = 482395243;
       * @param value The prospectList to set.
       * @return This builder for chaining.
       */
      public Builder setProspectList(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        prospectList_ = value;
        onChanged();
        return this;
      }
      /**
       * string ProspectList = 482395243;
       * @return This builder for chaining.
       */
      public Builder clearProspectList() {
        
        prospectList_ = getDefaultInstance().getProspectList();
        onChanged();
        return this;
      }
      /**
       * string ProspectList = 482395243;
       * @param value The bytes for prospectList to set.
       * @return This builder for chaining.
       */
      public Builder setProspectListBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        prospectList_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object placementRoadshowSchedule_ = "";
      /**
       * string PlacementRoadshowSchedule = 488022201;
       * @return The placementRoadshowSchedule.
       */
      public java.lang.String getPlacementRoadshowSchedule() {
        java.lang.Object ref = placementRoadshowSchedule_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          placementRoadshowSchedule_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PlacementRoadshowSchedule = 488022201;
       * @return The bytes for placementRoadshowSchedule.
       */
      public com.google.protobuf.ByteString
          getPlacementRoadshowScheduleBytes() {
        java.lang.Object ref = placementRoadshowSchedule_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          placementRoadshowSchedule_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PlacementRoadshowSchedule = 488022201;
       * @param value The placementRoadshowSchedule to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementRoadshowSchedule(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        placementRoadshowSchedule_ = value;
        onChanged();
        return this;
      }
      /**
       * string PlacementRoadshowSchedule = 488022201;
       * @return This builder for chaining.
       */
      public Builder clearPlacementRoadshowSchedule() {
        
        placementRoadshowSchedule_ = getDefaultInstance().getPlacementRoadshowSchedule();
        onChanged();
        return this;
      }
      /**
       * string PlacementRoadshowSchedule = 488022201;
       * @param value The bytes for placementRoadshowSchedule to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementRoadshowScheduleBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        placementRoadshowSchedule_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object placementWorkTaskRecord_ = "";
      /**
       * string PlacementWorkTaskRecord = 450861644;
       * @return The placementWorkTaskRecord.
       */
      public java.lang.String getPlacementWorkTaskRecord() {
        java.lang.Object ref = placementWorkTaskRecord_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          placementWorkTaskRecord_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PlacementWorkTaskRecord = 450861644;
       * @return The bytes for placementWorkTaskRecord.
       */
      public com.google.protobuf.ByteString
          getPlacementWorkTaskRecordBytes() {
        java.lang.Object ref = placementWorkTaskRecord_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          placementWorkTaskRecord_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PlacementWorkTaskRecord = 450861644;
       * @param value The placementWorkTaskRecord to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementWorkTaskRecord(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        placementWorkTaskRecord_ = value;
        onChanged();
        return this;
      }
      /**
       * string PlacementWorkTaskRecord = 450861644;
       * @return This builder for chaining.
       */
      public Builder clearPlacementWorkTaskRecord() {
        
        placementWorkTaskRecord_ = getDefaultInstance().getPlacementWorkTaskRecord();
        onChanged();
        return this;
      }
      /**
       * string PlacementWorkTaskRecord = 450861644;
       * @param value The bytes for placementWorkTaskRecord to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementWorkTaskRecordBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        placementWorkTaskRecord_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object placementWorkTaskType_ = "";
      /**
       * string PlacementWorkTaskType = 441909259;
       * @return The placementWorkTaskType.
       */
      public java.lang.String getPlacementWorkTaskType() {
        java.lang.Object ref = placementWorkTaskType_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          placementWorkTaskType_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PlacementWorkTaskType = 441909259;
       * @return The bytes for placementWorkTaskType.
       */
      public com.google.protobuf.ByteString
          getPlacementWorkTaskTypeBytes() {
        java.lang.Object ref = placementWorkTaskType_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          placementWorkTaskType_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PlacementWorkTaskType = 441909259;
       * @param value The placementWorkTaskType to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementWorkTaskType(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        placementWorkTaskType_ = value;
        onChanged();
        return this;
      }
      /**
       * string PlacementWorkTaskType = 441909259;
       * @return This builder for chaining.
       */
      public Builder clearPlacementWorkTaskType() {
        
        placementWorkTaskType_ = getDefaultInstance().getPlacementWorkTaskType();
        onChanged();
        return this;
      }
      /**
       * string PlacementWorkTaskType = 441909259;
       * @param value The bytes for placementWorkTaskType to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementWorkTaskTypeBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        placementWorkTaskType_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object placementWorkTaskDescription_ = "";
      /**
       * string PlacementWorkTaskDescription = 346086116;
       * @return The placementWorkTaskDescription.
       */
      public java.lang.String getPlacementWorkTaskDescription() {
        java.lang.Object ref = placementWorkTaskDescription_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          placementWorkTaskDescription_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PlacementWorkTaskDescription = 346086116;
       * @return The bytes for placementWorkTaskDescription.
       */
      public com.google.protobuf.ByteString
          getPlacementWorkTaskDescriptionBytes() {
        java.lang.Object ref = placementWorkTaskDescription_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          placementWorkTaskDescription_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PlacementWorkTaskDescription = 346086116;
       * @param value The placementWorkTaskDescription to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementWorkTaskDescription(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        placementWorkTaskDescription_ = value;
        onChanged();
        return this;
      }
      /**
       * string PlacementWorkTaskDescription = 346086116;
       * @return This builder for chaining.
       */
      public Builder clearPlacementWorkTaskDescription() {
        
        placementWorkTaskDescription_ = getDefaultInstance().getPlacementWorkTaskDescription();
        onChanged();
        return this;
      }
      /**
       * string PlacementWorkTaskDescription = 346086116;
       * @param value The bytes for placementWorkTaskDescription to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementWorkTaskDescriptionBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        placementWorkTaskDescription_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object placementWorkTaskWorkProducts_ = "";
      /**
       * string PlacementWorkTaskWorkProducts = 504488273;
       * @return The placementWorkTaskWorkProducts.
       */
      public java.lang.String getPlacementWorkTaskWorkProducts() {
        java.lang.Object ref = placementWorkTaskWorkProducts_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          placementWorkTaskWorkProducts_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PlacementWorkTaskWorkProducts = 504488273;
       * @return The bytes for placementWorkTaskWorkProducts.
       */
      public com.google.protobuf.ByteString
          getPlacementWorkTaskWorkProductsBytes() {
        java.lang.Object ref = placementWorkTaskWorkProducts_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          placementWorkTaskWorkProducts_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PlacementWorkTaskWorkProducts = 504488273;
       * @param value The placementWorkTaskWorkProducts to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementWorkTaskWorkProducts(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        placementWorkTaskWorkProducts_ = value;
        onChanged();
        return this;
      }
      /**
       * string PlacementWorkTaskWorkProducts = 504488273;
       * @return This builder for chaining.
       */
      public Builder clearPlacementWorkTaskWorkProducts() {
        
        placementWorkTaskWorkProducts_ = getDefaultInstance().getPlacementWorkTaskWorkProducts();
        onChanged();
        return this;
      }
      /**
       * string PlacementWorkTaskWorkProducts = 504488273;
       * @param value The bytes for placementWorkTaskWorkProducts to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementWorkTaskWorkProductsBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        placementWorkTaskWorkProducts_ = value;
        onChanged();
        return this;
      }

      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 placementTransaction_ = "";
      /**
       * string PlacementTransaction = 213600985;
       * @return The placementTransaction.
       */
      public java.lang.String getPlacementTransaction() {
        java.lang.Object ref = placementTransaction_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          placementTransaction_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PlacementTransaction = 213600985;
       * @return The bytes for placementTransaction.
       */
      public com.google.protobuf.ByteString
          getPlacementTransactionBytes() {
        java.lang.Object ref = placementTransaction_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          placementTransaction_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PlacementTransaction = 213600985;
       * @param value The placementTransaction to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementTransaction(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        placementTransaction_ = value;
        onChanged();
        return this;
      }
      /**
       * string PlacementTransaction = 213600985;
       * @return This builder for chaining.
       */
      public Builder clearPlacementTransaction() {
        
        placementTransaction_ = getDefaultInstance().getPlacementTransaction();
        onChanged();
        return this;
      }
      /**
       * string PlacementTransaction = 213600985;
       * @param value The bytes for placementTransaction to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementTransactionBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        placementTransaction_ = 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.ecmanddcm.v10.Placement)
    }

    // @@protoc_insertion_point(class_scope:com.redhat.mercury.ecmanddcm.v10.Placement)
    private static final com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.Placement DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.Placement();
    }

    public static com.redhat.mercury.ecmanddcm.v10.PlacementOuterClass.Placement getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

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

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_redhat_mercury_ecmanddcm_v10_Placement_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_redhat_mercury_ecmanddcm_v10_Placement_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\031v10/model/placement.proto\022 com.redhat." +
      "mercury.ecmanddcm.v10\032\031google/protobuf/a" +
      "ny.proto\"\232\003\n\tPlacement\022C\n\"EmployeeSlashB" +
      "usinessUnitReference\030\311\333\260+ \001(\0132\024.google.p" +
      "rotobuf.Any\022\030\n\014ProspectList\030\353\210\203\346\001 \001(\t\022%\n" +
      "\031PlacementRoadshowSchedule\030\271\301\332\350\001 \001(\t\022#\n\027" +
      "PlacementWorkTaskRecord\030\314\264\376\326\001 \001(\t\022!\n\025Pla" +
      "cementWorkTaskType\030\213\200\334\322\001 \001(\t\022(\n\034Placemen" +
      "tWorkTaskDescription\030\344\265\203\245\001 \001(\t\022)\n\035Placem" +
      "entWorkTaskWorkProducts\030\321\302\307\360\001 \001(\t\022I\n\'Doc" +
      "umentDirectoryEntryInstanceReference\030\215\234\332" +
      "\362\001 \001(\0132\024.google.protobuf.Any\022\037\n\024Placemen" +
      "tTransaction\030\331\225\355e \001(\tP\000b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.protobuf.AnyProto.getDescriptor(),
        });
    internal_static_com_redhat_mercury_ecmanddcm_v10_Placement_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_com_redhat_mercury_ecmanddcm_v10_Placement_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_redhat_mercury_ecmanddcm_v10_Placement_descriptor,
        new java.lang.String[] { "EmployeeSlashBusinessUnitReference", "ProspectList", "PlacementRoadshowSchedule", "PlacementWorkTaskRecord", "PlacementWorkTaskType", "PlacementWorkTaskDescription", "PlacementWorkTaskWorkProducts", "DocumentDirectoryEntryInstanceReference", "PlacementTransaction", });
    com.google.protobuf.AnyProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy