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

com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass Maven / Gradle / Ivy

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

package com.redhat.mercury.assetsecuritization.v10;

public final class SecuritizationOuterClass {
  private SecuritizationOuterClass() {}
  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 SecuritizationOrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.redhat.mercury.assetsecuritization.v10.Securitization)
      com.google.protobuf.MessageOrBuilder {

    /**
     * string SecuritizationPreconditions = 108249779;
     * @return The securitizationPreconditions.
     */
    java.lang.String getSecuritizationPreconditions();
    /**
     * string SecuritizationPreconditions = 108249779;
     * @return The bytes for securitizationPreconditions.
     */
    com.google.protobuf.ByteString
        getSecuritizationPreconditionsBytes();

    /**
     * string SecuritizationTaskSchedule = 75036443;
     * @return The securitizationTaskSchedule.
     */
    java.lang.String getSecuritizationTaskSchedule();
    /**
     * string SecuritizationTaskSchedule = 75036443;
     * @return The bytes for securitizationTaskSchedule.
     */
    com.google.protobuf.ByteString
        getSecuritizationTaskScheduleBytes();

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

    /**
     * string SecuritizationPostconditions = 273414724;
     * @return The securitizationPostconditions.
     */
    java.lang.String getSecuritizationPostconditions();
    /**
     * string SecuritizationPostconditions = 273414724;
     * @return The bytes for securitizationPostconditions.
     */
    com.google.protobuf.ByteString
        getSecuritizationPostconditionsBytes();

    /**
     * string SecuritizationServiceType = 246033277;
     * @return The securitizationServiceType.
     */
    java.lang.String getSecuritizationServiceType();
    /**
     * string SecuritizationServiceType = 246033277;
     * @return The bytes for securitizationServiceType.
     */
    com.google.protobuf.ByteString
        getSecuritizationServiceTypeBytes();

    /**
     * string SecuritizationServiceDescription = 278554767;
     * @return The securitizationServiceDescription.
     */
    java.lang.String getSecuritizationServiceDescription();
    /**
     * string SecuritizationServiceDescription = 278554767;
     * @return The bytes for securitizationServiceDescription.
     */
    com.google.protobuf.ByteString
        getSecuritizationServiceDescriptionBytes();

    /**
     * string SecuritizationServiceInputsandOuputs = 219308148;
     * @return The securitizationServiceInputsandOuputs.
     */
    java.lang.String getSecuritizationServiceInputsandOuputs();
    /**
     * string SecuritizationServiceInputsandOuputs = 219308148;
     * @return The bytes for securitizationServiceInputsandOuputs.
     */
    com.google.protobuf.ByteString
        getSecuritizationServiceInputsandOuputsBytes();

    /**
     * string SecuritizationServiceWorkProduct = 448056340;
     * @return The securitizationServiceWorkProduct.
     */
    java.lang.String getSecuritizationServiceWorkProduct();
    /**
     * string SecuritizationServiceWorkProduct = 448056340;
     * @return The bytes for securitizationServiceWorkProduct.
     */
    com.google.protobuf.ByteString
        getSecuritizationServiceWorkProductBytes();

    /**
     * string SecuritizationServiceName = 246235180;
     * @return The securitizationServiceName.
     */
    java.lang.String getSecuritizationServiceName();
    /**
     * string SecuritizationServiceName = 246235180;
     * @return The bytes for securitizationServiceName.
     */
    com.google.protobuf.ByteString
        getSecuritizationServiceNameBytes();
  }
  /**
   * Protobuf type {@code com.redhat.mercury.assetsecuritization.v10.Securitization}
   */
  public static final class Securitization extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.redhat.mercury.assetsecuritization.v10.Securitization)
      SecuritizationOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use Securitization.newBuilder() to construct.
    private Securitization(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private Securitization() {
      securitizationPreconditions_ = "";
      securitizationTaskSchedule_ = "";
      securitizationPostconditions_ = "";
      securitizationServiceType_ = "";
      securitizationServiceDescription_ = "";
      securitizationServiceInputsandOuputs_ = "";
      securitizationServiceWorkProduct_ = "";
      securitizationServiceName_ = "";
    }

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

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

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

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

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

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

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

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

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

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

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

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.internal_static_com_redhat_mercury_assetsecuritization_v10_Securitization_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.Securitization.class, com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.Securitization.Builder.class);
    }

    public static final int SECURITIZATIONPRECONDITIONS_FIELD_NUMBER = 108249779;
    private volatile java.lang.Object securitizationPreconditions_;
    /**
     * string SecuritizationPreconditions = 108249779;
     * @return The securitizationPreconditions.
     */
    @java.lang.Override
    public java.lang.String getSecuritizationPreconditions() {
      java.lang.Object ref = securitizationPreconditions_;
      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();
        securitizationPreconditions_ = s;
        return s;
      }
    }
    /**
     * string SecuritizationPreconditions = 108249779;
     * @return The bytes for securitizationPreconditions.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getSecuritizationPreconditionsBytes() {
      java.lang.Object ref = securitizationPreconditions_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        securitizationPreconditions_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int SECURITIZATIONTASKSCHEDULE_FIELD_NUMBER = 75036443;
    private volatile java.lang.Object securitizationTaskSchedule_;
    /**
     * string SecuritizationTaskSchedule = 75036443;
     * @return The securitizationTaskSchedule.
     */
    @java.lang.Override
    public java.lang.String getSecuritizationTaskSchedule() {
      java.lang.Object ref = securitizationTaskSchedule_;
      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();
        securitizationTaskSchedule_ = s;
        return s;
      }
    }
    /**
     * string SecuritizationTaskSchedule = 75036443;
     * @return The bytes for securitizationTaskSchedule.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getSecuritizationTaskScheduleBytes() {
      java.lang.Object ref = securitizationTaskSchedule_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        securitizationTaskSchedule_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

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

    public static final int SECURITIZATIONPOSTCONDITIONS_FIELD_NUMBER = 273414724;
    private volatile java.lang.Object securitizationPostconditions_;
    /**
     * string SecuritizationPostconditions = 273414724;
     * @return The securitizationPostconditions.
     */
    @java.lang.Override
    public java.lang.String getSecuritizationPostconditions() {
      java.lang.Object ref = securitizationPostconditions_;
      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();
        securitizationPostconditions_ = s;
        return s;
      }
    }
    /**
     * string SecuritizationPostconditions = 273414724;
     * @return The bytes for securitizationPostconditions.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getSecuritizationPostconditionsBytes() {
      java.lang.Object ref = securitizationPostconditions_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        securitizationPostconditions_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int SECURITIZATIONSERVICETYPE_FIELD_NUMBER = 246033277;
    private volatile java.lang.Object securitizationServiceType_;
    /**
     * string SecuritizationServiceType = 246033277;
     * @return The securitizationServiceType.
     */
    @java.lang.Override
    public java.lang.String getSecuritizationServiceType() {
      java.lang.Object ref = securitizationServiceType_;
      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();
        securitizationServiceType_ = s;
        return s;
      }
    }
    /**
     * string SecuritizationServiceType = 246033277;
     * @return The bytes for securitizationServiceType.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getSecuritizationServiceTypeBytes() {
      java.lang.Object ref = securitizationServiceType_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        securitizationServiceType_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int SECURITIZATIONSERVICEDESCRIPTION_FIELD_NUMBER = 278554767;
    private volatile java.lang.Object securitizationServiceDescription_;
    /**
     * string SecuritizationServiceDescription = 278554767;
     * @return The securitizationServiceDescription.
     */
    @java.lang.Override
    public java.lang.String getSecuritizationServiceDescription() {
      java.lang.Object ref = securitizationServiceDescription_;
      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();
        securitizationServiceDescription_ = s;
        return s;
      }
    }
    /**
     * string SecuritizationServiceDescription = 278554767;
     * @return The bytes for securitizationServiceDescription.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getSecuritizationServiceDescriptionBytes() {
      java.lang.Object ref = securitizationServiceDescription_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        securitizationServiceDescription_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int SECURITIZATIONSERVICEINPUTSANDOUPUTS_FIELD_NUMBER = 219308148;
    private volatile java.lang.Object securitizationServiceInputsandOuputs_;
    /**
     * string SecuritizationServiceInputsandOuputs = 219308148;
     * @return The securitizationServiceInputsandOuputs.
     */
    @java.lang.Override
    public java.lang.String getSecuritizationServiceInputsandOuputs() {
      java.lang.Object ref = securitizationServiceInputsandOuputs_;
      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();
        securitizationServiceInputsandOuputs_ = s;
        return s;
      }
    }
    /**
     * string SecuritizationServiceInputsandOuputs = 219308148;
     * @return The bytes for securitizationServiceInputsandOuputs.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getSecuritizationServiceInputsandOuputsBytes() {
      java.lang.Object ref = securitizationServiceInputsandOuputs_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        securitizationServiceInputsandOuputs_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int SECURITIZATIONSERVICEWORKPRODUCT_FIELD_NUMBER = 448056340;
    private volatile java.lang.Object securitizationServiceWorkProduct_;
    /**
     * string SecuritizationServiceWorkProduct = 448056340;
     * @return The securitizationServiceWorkProduct.
     */
    @java.lang.Override
    public java.lang.String getSecuritizationServiceWorkProduct() {
      java.lang.Object ref = securitizationServiceWorkProduct_;
      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();
        securitizationServiceWorkProduct_ = s;
        return s;
      }
    }
    /**
     * string SecuritizationServiceWorkProduct = 448056340;
     * @return The bytes for securitizationServiceWorkProduct.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getSecuritizationServiceWorkProductBytes() {
      java.lang.Object ref = securitizationServiceWorkProduct_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        securitizationServiceWorkProduct_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int SECURITIZATIONSERVICENAME_FIELD_NUMBER = 246235180;
    private volatile java.lang.Object securitizationServiceName_;
    /**
     * string SecuritizationServiceName = 246235180;
     * @return The securitizationServiceName.
     */
    @java.lang.Override
    public java.lang.String getSecuritizationServiceName() {
      java.lang.Object ref = securitizationServiceName_;
      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();
        securitizationServiceName_ = s;
        return s;
      }
    }
    /**
     * string SecuritizationServiceName = 246235180;
     * @return The bytes for securitizationServiceName.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getSecuritizationServiceNameBytes() {
      java.lang.Object ref = securitizationServiceName_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        securitizationServiceName_ = 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(securitizationTaskSchedule_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 75036443, securitizationTaskSchedule_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(securitizationPreconditions_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 108249779, securitizationPreconditions_);
      }
      if (businessService_ != null) {
        output.writeMessage(189210294, getBusinessService());
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(securitizationServiceInputsandOuputs_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 219308148, securitizationServiceInputsandOuputs_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(securitizationServiceType_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 246033277, securitizationServiceType_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(securitizationServiceName_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 246235180, securitizationServiceName_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(securitizationPostconditions_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 273414724, securitizationPostconditions_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(securitizationServiceDescription_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 278554767, securitizationServiceDescription_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(securitizationServiceWorkProduct_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 448056340, securitizationServiceWorkProduct_);
      }
      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(securitizationTaskSchedule_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(75036443, securitizationTaskSchedule_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(securitizationPreconditions_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(108249779, securitizationPreconditions_);
      }
      if (businessService_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(189210294, getBusinessService());
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(securitizationServiceInputsandOuputs_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(219308148, securitizationServiceInputsandOuputs_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(securitizationServiceType_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(246033277, securitizationServiceType_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(securitizationServiceName_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(246235180, securitizationServiceName_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(securitizationPostconditions_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(273414724, securitizationPostconditions_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(securitizationServiceDescription_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(278554767, securitizationServiceDescription_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(securitizationServiceWorkProduct_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(448056340, securitizationServiceWorkProduct_);
      }
      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.assetsecuritization.v10.SecuritizationOuterClass.Securitization)) {
        return super.equals(obj);
      }
      com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.Securitization other = (com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.Securitization) obj;

      if (!getSecuritizationPreconditions()
          .equals(other.getSecuritizationPreconditions())) return false;
      if (!getSecuritizationTaskSchedule()
          .equals(other.getSecuritizationTaskSchedule())) return false;
      if (hasBusinessService() != other.hasBusinessService()) return false;
      if (hasBusinessService()) {
        if (!getBusinessService()
            .equals(other.getBusinessService())) return false;
      }
      if (!getSecuritizationPostconditions()
          .equals(other.getSecuritizationPostconditions())) return false;
      if (!getSecuritizationServiceType()
          .equals(other.getSecuritizationServiceType())) return false;
      if (!getSecuritizationServiceDescription()
          .equals(other.getSecuritizationServiceDescription())) return false;
      if (!getSecuritizationServiceInputsandOuputs()
          .equals(other.getSecuritizationServiceInputsandOuputs())) return false;
      if (!getSecuritizationServiceWorkProduct()
          .equals(other.getSecuritizationServiceWorkProduct())) return false;
      if (!getSecuritizationServiceName()
          .equals(other.getSecuritizationServiceName())) return false;
      if (!unknownFields.equals(other.unknownFields)) return false;
      return true;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      hash = (37 * hash) + SECURITIZATIONPRECONDITIONS_FIELD_NUMBER;
      hash = (53 * hash) + getSecuritizationPreconditions().hashCode();
      hash = (37 * hash) + SECURITIZATIONTASKSCHEDULE_FIELD_NUMBER;
      hash = (53 * hash) + getSecuritizationTaskSchedule().hashCode();
      if (hasBusinessService()) {
        hash = (37 * hash) + BUSINESSSERVICE_FIELD_NUMBER;
        hash = (53 * hash) + getBusinessService().hashCode();
      }
      hash = (37 * hash) + SECURITIZATIONPOSTCONDITIONS_FIELD_NUMBER;
      hash = (53 * hash) + getSecuritizationPostconditions().hashCode();
      hash = (37 * hash) + SECURITIZATIONSERVICETYPE_FIELD_NUMBER;
      hash = (53 * hash) + getSecuritizationServiceType().hashCode();
      hash = (37 * hash) + SECURITIZATIONSERVICEDESCRIPTION_FIELD_NUMBER;
      hash = (53 * hash) + getSecuritizationServiceDescription().hashCode();
      hash = (37 * hash) + SECURITIZATIONSERVICEINPUTSANDOUPUTS_FIELD_NUMBER;
      hash = (53 * hash) + getSecuritizationServiceInputsandOuputs().hashCode();
      hash = (37 * hash) + SECURITIZATIONSERVICEWORKPRODUCT_FIELD_NUMBER;
      hash = (53 * hash) + getSecuritizationServiceWorkProduct().hashCode();
      hash = (37 * hash) + SECURITIZATIONSERVICENAME_FIELD_NUMBER;
      hash = (53 * hash) + getSecuritizationServiceName().hashCode();
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

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

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.internal_static_com_redhat_mercury_assetsecuritization_v10_Securitization_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.Securitization.class, com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.Securitization.Builder.class);
      }

      // Construct using com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.Securitization.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();
        securitizationPreconditions_ = "";

        securitizationTaskSchedule_ = "";

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

        securitizationServiceType_ = "";

        securitizationServiceDescription_ = "";

        securitizationServiceInputsandOuputs_ = "";

        securitizationServiceWorkProduct_ = "";

        securitizationServiceName_ = "";

        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.internal_static_com_redhat_mercury_assetsecuritization_v10_Securitization_descriptor;
      }

      @java.lang.Override
      public com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.Securitization getDefaultInstanceForType() {
        return com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.Securitization.getDefaultInstance();
      }

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

      @java.lang.Override
      public com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.Securitization buildPartial() {
        com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.Securitization result = new com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.Securitization(this);
        result.securitizationPreconditions_ = securitizationPreconditions_;
        result.securitizationTaskSchedule_ = securitizationTaskSchedule_;
        if (businessServiceBuilder_ == null) {
          result.businessService_ = businessService_;
        } else {
          result.businessService_ = businessServiceBuilder_.build();
        }
        result.securitizationPostconditions_ = securitizationPostconditions_;
        result.securitizationServiceType_ = securitizationServiceType_;
        result.securitizationServiceDescription_ = securitizationServiceDescription_;
        result.securitizationServiceInputsandOuputs_ = securitizationServiceInputsandOuputs_;
        result.securitizationServiceWorkProduct_ = securitizationServiceWorkProduct_;
        result.securitizationServiceName_ = securitizationServiceName_;
        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.assetsecuritization.v10.SecuritizationOuterClass.Securitization) {
          return mergeFrom((com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.Securitization)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.Securitization other) {
        if (other == com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.Securitization.getDefaultInstance()) return this;
        if (!other.getSecuritizationPreconditions().isEmpty()) {
          securitizationPreconditions_ = other.securitizationPreconditions_;
          onChanged();
        }
        if (!other.getSecuritizationTaskSchedule().isEmpty()) {
          securitizationTaskSchedule_ = other.securitizationTaskSchedule_;
          onChanged();
        }
        if (other.hasBusinessService()) {
          mergeBusinessService(other.getBusinessService());
        }
        if (!other.getSecuritizationPostconditions().isEmpty()) {
          securitizationPostconditions_ = other.securitizationPostconditions_;
          onChanged();
        }
        if (!other.getSecuritizationServiceType().isEmpty()) {
          securitizationServiceType_ = other.securitizationServiceType_;
          onChanged();
        }
        if (!other.getSecuritizationServiceDescription().isEmpty()) {
          securitizationServiceDescription_ = other.securitizationServiceDescription_;
          onChanged();
        }
        if (!other.getSecuritizationServiceInputsandOuputs().isEmpty()) {
          securitizationServiceInputsandOuputs_ = other.securitizationServiceInputsandOuputs_;
          onChanged();
        }
        if (!other.getSecuritizationServiceWorkProduct().isEmpty()) {
          securitizationServiceWorkProduct_ = other.securitizationServiceWorkProduct_;
          onChanged();
        }
        if (!other.getSecuritizationServiceName().isEmpty()) {
          securitizationServiceName_ = other.securitizationServiceName_;
          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.assetsecuritization.v10.SecuritizationOuterClass.Securitization parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.Securitization) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private java.lang.Object securitizationPreconditions_ = "";
      /**
       * string SecuritizationPreconditions = 108249779;
       * @return The securitizationPreconditions.
       */
      public java.lang.String getSecuritizationPreconditions() {
        java.lang.Object ref = securitizationPreconditions_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          securitizationPreconditions_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string SecuritizationPreconditions = 108249779;
       * @return The bytes for securitizationPreconditions.
       */
      public com.google.protobuf.ByteString
          getSecuritizationPreconditionsBytes() {
        java.lang.Object ref = securitizationPreconditions_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          securitizationPreconditions_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string SecuritizationPreconditions = 108249779;
       * @param value The securitizationPreconditions to set.
       * @return This builder for chaining.
       */
      public Builder setSecuritizationPreconditions(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        securitizationPreconditions_ = value;
        onChanged();
        return this;
      }
      /**
       * string SecuritizationPreconditions = 108249779;
       * @return This builder for chaining.
       */
      public Builder clearSecuritizationPreconditions() {
        
        securitizationPreconditions_ = getDefaultInstance().getSecuritizationPreconditions();
        onChanged();
        return this;
      }
      /**
       * string SecuritizationPreconditions = 108249779;
       * @param value The bytes for securitizationPreconditions to set.
       * @return This builder for chaining.
       */
      public Builder setSecuritizationPreconditionsBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        securitizationPreconditions_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object securitizationTaskSchedule_ = "";
      /**
       * string SecuritizationTaskSchedule = 75036443;
       * @return The securitizationTaskSchedule.
       */
      public java.lang.String getSecuritizationTaskSchedule() {
        java.lang.Object ref = securitizationTaskSchedule_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          securitizationTaskSchedule_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string SecuritizationTaskSchedule = 75036443;
       * @return The bytes for securitizationTaskSchedule.
       */
      public com.google.protobuf.ByteString
          getSecuritizationTaskScheduleBytes() {
        java.lang.Object ref = securitizationTaskSchedule_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          securitizationTaskSchedule_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string SecuritizationTaskSchedule = 75036443;
       * @param value The securitizationTaskSchedule to set.
       * @return This builder for chaining.
       */
      public Builder setSecuritizationTaskSchedule(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        securitizationTaskSchedule_ = value;
        onChanged();
        return this;
      }
      /**
       * string SecuritizationTaskSchedule = 75036443;
       * @return This builder for chaining.
       */
      public Builder clearSecuritizationTaskSchedule() {
        
        securitizationTaskSchedule_ = getDefaultInstance().getSecuritizationTaskSchedule();
        onChanged();
        return this;
      }
      /**
       * string SecuritizationTaskSchedule = 75036443;
       * @param value The bytes for securitizationTaskSchedule to set.
       * @return This builder for chaining.
       */
      public Builder setSecuritizationTaskScheduleBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        securitizationTaskSchedule_ = value;
        onChanged();
        return this;
      }

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

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

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

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

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

      private java.lang.Object securitizationPostconditions_ = "";
      /**
       * string SecuritizationPostconditions = 273414724;
       * @return The securitizationPostconditions.
       */
      public java.lang.String getSecuritizationPostconditions() {
        java.lang.Object ref = securitizationPostconditions_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          securitizationPostconditions_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string SecuritizationPostconditions = 273414724;
       * @return The bytes for securitizationPostconditions.
       */
      public com.google.protobuf.ByteString
          getSecuritizationPostconditionsBytes() {
        java.lang.Object ref = securitizationPostconditions_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          securitizationPostconditions_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string SecuritizationPostconditions = 273414724;
       * @param value The securitizationPostconditions to set.
       * @return This builder for chaining.
       */
      public Builder setSecuritizationPostconditions(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        securitizationPostconditions_ = value;
        onChanged();
        return this;
      }
      /**
       * string SecuritizationPostconditions = 273414724;
       * @return This builder for chaining.
       */
      public Builder clearSecuritizationPostconditions() {
        
        securitizationPostconditions_ = getDefaultInstance().getSecuritizationPostconditions();
        onChanged();
        return this;
      }
      /**
       * string SecuritizationPostconditions = 273414724;
       * @param value The bytes for securitizationPostconditions to set.
       * @return This builder for chaining.
       */
      public Builder setSecuritizationPostconditionsBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        securitizationPostconditions_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object securitizationServiceType_ = "";
      /**
       * string SecuritizationServiceType = 246033277;
       * @return The securitizationServiceType.
       */
      public java.lang.String getSecuritizationServiceType() {
        java.lang.Object ref = securitizationServiceType_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          securitizationServiceType_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string SecuritizationServiceType = 246033277;
       * @return The bytes for securitizationServiceType.
       */
      public com.google.protobuf.ByteString
          getSecuritizationServiceTypeBytes() {
        java.lang.Object ref = securitizationServiceType_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          securitizationServiceType_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string SecuritizationServiceType = 246033277;
       * @param value The securitizationServiceType to set.
       * @return This builder for chaining.
       */
      public Builder setSecuritizationServiceType(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        securitizationServiceType_ = value;
        onChanged();
        return this;
      }
      /**
       * string SecuritizationServiceType = 246033277;
       * @return This builder for chaining.
       */
      public Builder clearSecuritizationServiceType() {
        
        securitizationServiceType_ = getDefaultInstance().getSecuritizationServiceType();
        onChanged();
        return this;
      }
      /**
       * string SecuritizationServiceType = 246033277;
       * @param value The bytes for securitizationServiceType to set.
       * @return This builder for chaining.
       */
      public Builder setSecuritizationServiceTypeBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        securitizationServiceType_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object securitizationServiceDescription_ = "";
      /**
       * string SecuritizationServiceDescription = 278554767;
       * @return The securitizationServiceDescription.
       */
      public java.lang.String getSecuritizationServiceDescription() {
        java.lang.Object ref = securitizationServiceDescription_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          securitizationServiceDescription_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string SecuritizationServiceDescription = 278554767;
       * @return The bytes for securitizationServiceDescription.
       */
      public com.google.protobuf.ByteString
          getSecuritizationServiceDescriptionBytes() {
        java.lang.Object ref = securitizationServiceDescription_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          securitizationServiceDescription_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string SecuritizationServiceDescription = 278554767;
       * @param value The securitizationServiceDescription to set.
       * @return This builder for chaining.
       */
      public Builder setSecuritizationServiceDescription(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        securitizationServiceDescription_ = value;
        onChanged();
        return this;
      }
      /**
       * string SecuritizationServiceDescription = 278554767;
       * @return This builder for chaining.
       */
      public Builder clearSecuritizationServiceDescription() {
        
        securitizationServiceDescription_ = getDefaultInstance().getSecuritizationServiceDescription();
        onChanged();
        return this;
      }
      /**
       * string SecuritizationServiceDescription = 278554767;
       * @param value The bytes for securitizationServiceDescription to set.
       * @return This builder for chaining.
       */
      public Builder setSecuritizationServiceDescriptionBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        securitizationServiceDescription_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object securitizationServiceInputsandOuputs_ = "";
      /**
       * string SecuritizationServiceInputsandOuputs = 219308148;
       * @return The securitizationServiceInputsandOuputs.
       */
      public java.lang.String getSecuritizationServiceInputsandOuputs() {
        java.lang.Object ref = securitizationServiceInputsandOuputs_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          securitizationServiceInputsandOuputs_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string SecuritizationServiceInputsandOuputs = 219308148;
       * @return The bytes for securitizationServiceInputsandOuputs.
       */
      public com.google.protobuf.ByteString
          getSecuritizationServiceInputsandOuputsBytes() {
        java.lang.Object ref = securitizationServiceInputsandOuputs_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          securitizationServiceInputsandOuputs_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string SecuritizationServiceInputsandOuputs = 219308148;
       * @param value The securitizationServiceInputsandOuputs to set.
       * @return This builder for chaining.
       */
      public Builder setSecuritizationServiceInputsandOuputs(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        securitizationServiceInputsandOuputs_ = value;
        onChanged();
        return this;
      }
      /**
       * string SecuritizationServiceInputsandOuputs = 219308148;
       * @return This builder for chaining.
       */
      public Builder clearSecuritizationServiceInputsandOuputs() {
        
        securitizationServiceInputsandOuputs_ = getDefaultInstance().getSecuritizationServiceInputsandOuputs();
        onChanged();
        return this;
      }
      /**
       * string SecuritizationServiceInputsandOuputs = 219308148;
       * @param value The bytes for securitizationServiceInputsandOuputs to set.
       * @return This builder for chaining.
       */
      public Builder setSecuritizationServiceInputsandOuputsBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        securitizationServiceInputsandOuputs_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object securitizationServiceWorkProduct_ = "";
      /**
       * string SecuritizationServiceWorkProduct = 448056340;
       * @return The securitizationServiceWorkProduct.
       */
      public java.lang.String getSecuritizationServiceWorkProduct() {
        java.lang.Object ref = securitizationServiceWorkProduct_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          securitizationServiceWorkProduct_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string SecuritizationServiceWorkProduct = 448056340;
       * @return The bytes for securitizationServiceWorkProduct.
       */
      public com.google.protobuf.ByteString
          getSecuritizationServiceWorkProductBytes() {
        java.lang.Object ref = securitizationServiceWorkProduct_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          securitizationServiceWorkProduct_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string SecuritizationServiceWorkProduct = 448056340;
       * @param value The securitizationServiceWorkProduct to set.
       * @return This builder for chaining.
       */
      public Builder setSecuritizationServiceWorkProduct(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        securitizationServiceWorkProduct_ = value;
        onChanged();
        return this;
      }
      /**
       * string SecuritizationServiceWorkProduct = 448056340;
       * @return This builder for chaining.
       */
      public Builder clearSecuritizationServiceWorkProduct() {
        
        securitizationServiceWorkProduct_ = getDefaultInstance().getSecuritizationServiceWorkProduct();
        onChanged();
        return this;
      }
      /**
       * string SecuritizationServiceWorkProduct = 448056340;
       * @param value The bytes for securitizationServiceWorkProduct to set.
       * @return This builder for chaining.
       */
      public Builder setSecuritizationServiceWorkProductBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        securitizationServiceWorkProduct_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object securitizationServiceName_ = "";
      /**
       * string SecuritizationServiceName = 246235180;
       * @return The securitizationServiceName.
       */
      public java.lang.String getSecuritizationServiceName() {
        java.lang.Object ref = securitizationServiceName_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          securitizationServiceName_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string SecuritizationServiceName = 246235180;
       * @return The bytes for securitizationServiceName.
       */
      public com.google.protobuf.ByteString
          getSecuritizationServiceNameBytes() {
        java.lang.Object ref = securitizationServiceName_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          securitizationServiceName_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string SecuritizationServiceName = 246235180;
       * @param value The securitizationServiceName to set.
       * @return This builder for chaining.
       */
      public Builder setSecuritizationServiceName(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        securitizationServiceName_ = value;
        onChanged();
        return this;
      }
      /**
       * string SecuritizationServiceName = 246235180;
       * @return This builder for chaining.
       */
      public Builder clearSecuritizationServiceName() {
        
        securitizationServiceName_ = getDefaultInstance().getSecuritizationServiceName();
        onChanged();
        return this;
      }
      /**
       * string SecuritizationServiceName = 246235180;
       * @param value The bytes for securitizationServiceName to set.
       * @return This builder for chaining.
       */
      public Builder setSecuritizationServiceNameBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        securitizationServiceName_ = 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.assetsecuritization.v10.Securitization)
    }

    // @@protoc_insertion_point(class_scope:com.redhat.mercury.assetsecuritization.v10.Securitization)
    private static final com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.Securitization DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.Securitization();
    }

    public static com.redhat.mercury.assetsecuritization.v10.SecuritizationOuterClass.Securitization getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

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

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_redhat_mercury_assetsecuritization_v10_Securitization_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_redhat_mercury_assetsecuritization_v10_Securitization_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\036v10/model/securitization.proto\022*com.re" +
      "dhat.mercury.assetsecuritization.v10\032\031go" +
      "ogle/protobuf/any.proto\"\224\003\n\016Securitizati" +
      "on\022&\n\033SecuritizationPreconditions\030\263\205\3173 \001" +
      "(\t\022%\n\032SecuritizationTaskSchedule\030\233\356\343# \001(" +
      "\t\0220\n\017BusinessService\030\266\275\234Z \001(\0132\024.google.p" +
      "rotobuf.Any\022(\n\034SecuritizationPostconditi" +
      "ons\030\304\364\257\202\001 \001(\t\022$\n\031SecuritizationServiceTy" +
      "pe\030\375\326\250u \001(\t\022,\n SecuritizationServiceDesc" +
      "ription\030\217\321\351\204\001 \001(\t\022/\n$SecuritizationServi" +
      "ceInputsandOuputs\030\364\300\311h \001(\t\022,\n Securitiza" +
      "tionServiceWorkProduct\030\224\230\323\325\001 \001(\t\022$\n\031Secu" +
      "ritizationServiceName\030\254\200\265u \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_assetsecuritization_v10_Securitization_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_com_redhat_mercury_assetsecuritization_v10_Securitization_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_redhat_mercury_assetsecuritization_v10_Securitization_descriptor,
        new java.lang.String[] { "SecuritizationPreconditions", "SecuritizationTaskSchedule", "BusinessService", "SecuritizationPostconditions", "SecuritizationServiceType", "SecuritizationServiceDescription", "SecuritizationServiceInputsandOuputs", "SecuritizationServiceWorkProduct", "SecuritizationServiceName", });
    com.google.protobuf.AnyProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy