com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: v10/model/collateral.proto
package com.redhat.mercury.merchandisingloan.v10;
public final class CollateralOuterClass {
private CollateralOuterClass() {}
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 CollateralOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.redhat.mercury.merchandisingloan.v10.Collateral)
com.google.protobuf.MessageOrBuilder {
/**
* string CollateralPreconditions = 1529725;
* @return The collateralPreconditions.
*/
java.lang.String getCollateralPreconditions();
/**
* string CollateralPreconditions = 1529725;
* @return The bytes for collateralPreconditions.
*/
com.google.protobuf.ByteString
getCollateralPreconditionsBytes();
/**
* string CollateralFeatureSchedule = 433621931;
* @return The collateralFeatureSchedule.
*/
java.lang.String getCollateralFeatureSchedule();
/**
* string CollateralFeatureSchedule = 433621931;
* @return The bytes for collateralFeatureSchedule.
*/
com.google.protobuf.ByteString
getCollateralFeatureScheduleBytes();
/**
* .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 CollateralPostconditions = 176360051;
* @return The collateralPostconditions.
*/
java.lang.String getCollateralPostconditions();
/**
* string CollateralPostconditions = 176360051;
* @return The bytes for collateralPostconditions.
*/
com.google.protobuf.ByteString
getCollateralPostconditionsBytes();
/**
* string CollateralServiceType = 361005897;
* @return The collateralServiceType.
*/
java.lang.String getCollateralServiceType();
/**
* string CollateralServiceType = 361005897;
* @return The bytes for collateralServiceType.
*/
com.google.protobuf.ByteString
getCollateralServiceTypeBytes();
/**
* string CollateralServiceDescription = 298847422;
* @return The collateralServiceDescription.
*/
java.lang.String getCollateralServiceDescription();
/**
* string CollateralServiceDescription = 298847422;
* @return The bytes for collateralServiceDescription.
*/
com.google.protobuf.ByteString
getCollateralServiceDescriptionBytes();
/**
* string CollateralServiceInputsandOuputs = 88379099;
* @return The collateralServiceInputsandOuputs.
*/
java.lang.String getCollateralServiceInputsandOuputs();
/**
* string CollateralServiceInputsandOuputs = 88379099;
* @return The bytes for collateralServiceInputsandOuputs.
*/
com.google.protobuf.ByteString
getCollateralServiceInputsandOuputsBytes();
/**
* string CollateralServiceWorkProduct = 488587618;
* @return The collateralServiceWorkProduct.
*/
java.lang.String getCollateralServiceWorkProduct();
/**
* string CollateralServiceWorkProduct = 488587618;
* @return The bytes for collateralServiceWorkProduct.
*/
com.google.protobuf.ByteString
getCollateralServiceWorkProductBytes();
/**
* string CollateralServiceName = 361207800;
* @return The collateralServiceName.
*/
java.lang.String getCollateralServiceName();
/**
* string CollateralServiceName = 361207800;
* @return The bytes for collateralServiceName.
*/
com.google.protobuf.ByteString
getCollateralServiceNameBytes();
}
/**
* Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.Collateral}
*/
public static final class Collateral extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:com.redhat.mercury.merchandisingloan.v10.Collateral)
CollateralOrBuilder {
private static final long serialVersionUID = 0L;
// Use Collateral.newBuilder() to construct.
private Collateral(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Collateral() {
collateralPreconditions_ = "";
collateralFeatureSchedule_ = "";
collateralPostconditions_ = "";
collateralServiceType_ = "";
collateralServiceDescription_ = "";
collateralServiceInputsandOuputs_ = "";
collateralServiceWorkProduct_ = "";
collateralServiceName_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new Collateral();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private Collateral(
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 12237802: {
java.lang.String s = input.readStringRequireUtf8();
collateralPreconditions_ = s;
break;
}
case 707032794: {
java.lang.String s = input.readStringRequireUtf8();
collateralServiceInputsandOuputs_ = s;
break;
}
case 1410880410: {
java.lang.String s = input.readStringRequireUtf8();
collateralPostconditions_ = 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 -1904187918: {
java.lang.String s = input.readStringRequireUtf8();
collateralServiceDescription_ = s;
break;
}
case -1406920118: {
java.lang.String s = input.readStringRequireUtf8();
collateralServiceType_ = s;
break;
}
case -1405304894: {
java.lang.String s = input.readStringRequireUtf8();
collateralServiceName_ = s;
break;
}
case -825991846: {
java.lang.String s = input.readStringRequireUtf8();
collateralFeatureSchedule_ = s;
break;
}
case -386266350: {
java.lang.String s = input.readStringRequireUtf8();
collateralServiceWorkProduct_ = s;
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_Collateral_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_Collateral_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral.class, com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral.Builder.class);
}
public static final int COLLATERALPRECONDITIONS_FIELD_NUMBER = 1529725;
private volatile java.lang.Object collateralPreconditions_;
/**
* string CollateralPreconditions = 1529725;
* @return The collateralPreconditions.
*/
@java.lang.Override
public java.lang.String getCollateralPreconditions() {
java.lang.Object ref = collateralPreconditions_;
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();
collateralPreconditions_ = s;
return s;
}
}
/**
* string CollateralPreconditions = 1529725;
* @return The bytes for collateralPreconditions.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCollateralPreconditionsBytes() {
java.lang.Object ref = collateralPreconditions_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
collateralPreconditions_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int COLLATERALFEATURESCHEDULE_FIELD_NUMBER = 433621931;
private volatile java.lang.Object collateralFeatureSchedule_;
/**
* string CollateralFeatureSchedule = 433621931;
* @return The collateralFeatureSchedule.
*/
@java.lang.Override
public java.lang.String getCollateralFeatureSchedule() {
java.lang.Object ref = collateralFeatureSchedule_;
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();
collateralFeatureSchedule_ = s;
return s;
}
}
/**
* string CollateralFeatureSchedule = 433621931;
* @return The bytes for collateralFeatureSchedule.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCollateralFeatureScheduleBytes() {
java.lang.Object ref = collateralFeatureSchedule_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
collateralFeatureSchedule_ = 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 COLLATERALPOSTCONDITIONS_FIELD_NUMBER = 176360051;
private volatile java.lang.Object collateralPostconditions_;
/**
* string CollateralPostconditions = 176360051;
* @return The collateralPostconditions.
*/
@java.lang.Override
public java.lang.String getCollateralPostconditions() {
java.lang.Object ref = collateralPostconditions_;
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();
collateralPostconditions_ = s;
return s;
}
}
/**
* string CollateralPostconditions = 176360051;
* @return The bytes for collateralPostconditions.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCollateralPostconditionsBytes() {
java.lang.Object ref = collateralPostconditions_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
collateralPostconditions_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int COLLATERALSERVICETYPE_FIELD_NUMBER = 361005897;
private volatile java.lang.Object collateralServiceType_;
/**
* string CollateralServiceType = 361005897;
* @return The collateralServiceType.
*/
@java.lang.Override
public java.lang.String getCollateralServiceType() {
java.lang.Object ref = collateralServiceType_;
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();
collateralServiceType_ = s;
return s;
}
}
/**
* string CollateralServiceType = 361005897;
* @return The bytes for collateralServiceType.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCollateralServiceTypeBytes() {
java.lang.Object ref = collateralServiceType_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
collateralServiceType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int COLLATERALSERVICEDESCRIPTION_FIELD_NUMBER = 298847422;
private volatile java.lang.Object collateralServiceDescription_;
/**
* string CollateralServiceDescription = 298847422;
* @return The collateralServiceDescription.
*/
@java.lang.Override
public java.lang.String getCollateralServiceDescription() {
java.lang.Object ref = collateralServiceDescription_;
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();
collateralServiceDescription_ = s;
return s;
}
}
/**
* string CollateralServiceDescription = 298847422;
* @return The bytes for collateralServiceDescription.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCollateralServiceDescriptionBytes() {
java.lang.Object ref = collateralServiceDescription_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
collateralServiceDescription_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int COLLATERALSERVICEINPUTSANDOUPUTS_FIELD_NUMBER = 88379099;
private volatile java.lang.Object collateralServiceInputsandOuputs_;
/**
* string CollateralServiceInputsandOuputs = 88379099;
* @return The collateralServiceInputsandOuputs.
*/
@java.lang.Override
public java.lang.String getCollateralServiceInputsandOuputs() {
java.lang.Object ref = collateralServiceInputsandOuputs_;
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();
collateralServiceInputsandOuputs_ = s;
return s;
}
}
/**
* string CollateralServiceInputsandOuputs = 88379099;
* @return The bytes for collateralServiceInputsandOuputs.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCollateralServiceInputsandOuputsBytes() {
java.lang.Object ref = collateralServiceInputsandOuputs_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
collateralServiceInputsandOuputs_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int COLLATERALSERVICEWORKPRODUCT_FIELD_NUMBER = 488587618;
private volatile java.lang.Object collateralServiceWorkProduct_;
/**
* string CollateralServiceWorkProduct = 488587618;
* @return The collateralServiceWorkProduct.
*/
@java.lang.Override
public java.lang.String getCollateralServiceWorkProduct() {
java.lang.Object ref = collateralServiceWorkProduct_;
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();
collateralServiceWorkProduct_ = s;
return s;
}
}
/**
* string CollateralServiceWorkProduct = 488587618;
* @return The bytes for collateralServiceWorkProduct.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCollateralServiceWorkProductBytes() {
java.lang.Object ref = collateralServiceWorkProduct_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
collateralServiceWorkProduct_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int COLLATERALSERVICENAME_FIELD_NUMBER = 361207800;
private volatile java.lang.Object collateralServiceName_;
/**
* string CollateralServiceName = 361207800;
* @return The collateralServiceName.
*/
@java.lang.Override
public java.lang.String getCollateralServiceName() {
java.lang.Object ref = collateralServiceName_;
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();
collateralServiceName_ = s;
return s;
}
}
/**
* string CollateralServiceName = 361207800;
* @return The bytes for collateralServiceName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCollateralServiceNameBytes() {
java.lang.Object ref = collateralServiceName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
collateralServiceName_ = 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(collateralPreconditions_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1529725, collateralPreconditions_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(collateralServiceInputsandOuputs_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 88379099, collateralServiceInputsandOuputs_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(collateralPostconditions_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 176360051, collateralPostconditions_);
}
if (businessService_ != null) {
output.writeMessage(189210294, getBusinessService());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(collateralServiceDescription_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 298847422, collateralServiceDescription_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(collateralServiceType_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 361005897, collateralServiceType_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(collateralServiceName_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 361207800, collateralServiceName_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(collateralFeatureSchedule_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 433621931, collateralFeatureSchedule_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(collateralServiceWorkProduct_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 488587618, collateralServiceWorkProduct_);
}
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(collateralPreconditions_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1529725, collateralPreconditions_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(collateralServiceInputsandOuputs_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(88379099, collateralServiceInputsandOuputs_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(collateralPostconditions_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(176360051, collateralPostconditions_);
}
if (businessService_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(189210294, getBusinessService());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(collateralServiceDescription_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(298847422, collateralServiceDescription_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(collateralServiceType_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(361005897, collateralServiceType_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(collateralServiceName_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(361207800, collateralServiceName_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(collateralFeatureSchedule_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(433621931, collateralFeatureSchedule_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(collateralServiceWorkProduct_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(488587618, collateralServiceWorkProduct_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral)) {
return super.equals(obj);
}
com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral other = (com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral) obj;
if (!getCollateralPreconditions()
.equals(other.getCollateralPreconditions())) return false;
if (!getCollateralFeatureSchedule()
.equals(other.getCollateralFeatureSchedule())) return false;
if (hasBusinessService() != other.hasBusinessService()) return false;
if (hasBusinessService()) {
if (!getBusinessService()
.equals(other.getBusinessService())) return false;
}
if (!getCollateralPostconditions()
.equals(other.getCollateralPostconditions())) return false;
if (!getCollateralServiceType()
.equals(other.getCollateralServiceType())) return false;
if (!getCollateralServiceDescription()
.equals(other.getCollateralServiceDescription())) return false;
if (!getCollateralServiceInputsandOuputs()
.equals(other.getCollateralServiceInputsandOuputs())) return false;
if (!getCollateralServiceWorkProduct()
.equals(other.getCollateralServiceWorkProduct())) return false;
if (!getCollateralServiceName()
.equals(other.getCollateralServiceName())) 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) + COLLATERALPRECONDITIONS_FIELD_NUMBER;
hash = (53 * hash) + getCollateralPreconditions().hashCode();
hash = (37 * hash) + COLLATERALFEATURESCHEDULE_FIELD_NUMBER;
hash = (53 * hash) + getCollateralFeatureSchedule().hashCode();
if (hasBusinessService()) {
hash = (37 * hash) + BUSINESSSERVICE_FIELD_NUMBER;
hash = (53 * hash) + getBusinessService().hashCode();
}
hash = (37 * hash) + COLLATERALPOSTCONDITIONS_FIELD_NUMBER;
hash = (53 * hash) + getCollateralPostconditions().hashCode();
hash = (37 * hash) + COLLATERALSERVICETYPE_FIELD_NUMBER;
hash = (53 * hash) + getCollateralServiceType().hashCode();
hash = (37 * hash) + COLLATERALSERVICEDESCRIPTION_FIELD_NUMBER;
hash = (53 * hash) + getCollateralServiceDescription().hashCode();
hash = (37 * hash) + COLLATERALSERVICEINPUTSANDOUPUTS_FIELD_NUMBER;
hash = (53 * hash) + getCollateralServiceInputsandOuputs().hashCode();
hash = (37 * hash) + COLLATERALSERVICEWORKPRODUCT_FIELD_NUMBER;
hash = (53 * hash) + getCollateralServiceWorkProduct().hashCode();
hash = (37 * hash) + COLLATERALSERVICENAME_FIELD_NUMBER;
hash = (53 * hash) + getCollateralServiceName().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.Collateral}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:com.redhat.mercury.merchandisingloan.v10.Collateral)
com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.CollateralOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_Collateral_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_Collateral_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral.class, com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral.Builder.class);
}
// Construct using com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral.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();
collateralPreconditions_ = "";
collateralFeatureSchedule_ = "";
if (businessServiceBuilder_ == null) {
businessService_ = null;
} else {
businessService_ = null;
businessServiceBuilder_ = null;
}
collateralPostconditions_ = "";
collateralServiceType_ = "";
collateralServiceDescription_ = "";
collateralServiceInputsandOuputs_ = "";
collateralServiceWorkProduct_ = "";
collateralServiceName_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_Collateral_descriptor;
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral getDefaultInstanceForType() {
return com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral.getDefaultInstance();
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral build() {
com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral buildPartial() {
com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral result = new com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral(this);
result.collateralPreconditions_ = collateralPreconditions_;
result.collateralFeatureSchedule_ = collateralFeatureSchedule_;
if (businessServiceBuilder_ == null) {
result.businessService_ = businessService_;
} else {
result.businessService_ = businessServiceBuilder_.build();
}
result.collateralPostconditions_ = collateralPostconditions_;
result.collateralServiceType_ = collateralServiceType_;
result.collateralServiceDescription_ = collateralServiceDescription_;
result.collateralServiceInputsandOuputs_ = collateralServiceInputsandOuputs_;
result.collateralServiceWorkProduct_ = collateralServiceWorkProduct_;
result.collateralServiceName_ = collateralServiceName_;
onBuilt();
return result;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral) {
return mergeFrom((com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral other) {
if (other == com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral.getDefaultInstance()) return this;
if (!other.getCollateralPreconditions().isEmpty()) {
collateralPreconditions_ = other.collateralPreconditions_;
onChanged();
}
if (!other.getCollateralFeatureSchedule().isEmpty()) {
collateralFeatureSchedule_ = other.collateralFeatureSchedule_;
onChanged();
}
if (other.hasBusinessService()) {
mergeBusinessService(other.getBusinessService());
}
if (!other.getCollateralPostconditions().isEmpty()) {
collateralPostconditions_ = other.collateralPostconditions_;
onChanged();
}
if (!other.getCollateralServiceType().isEmpty()) {
collateralServiceType_ = other.collateralServiceType_;
onChanged();
}
if (!other.getCollateralServiceDescription().isEmpty()) {
collateralServiceDescription_ = other.collateralServiceDescription_;
onChanged();
}
if (!other.getCollateralServiceInputsandOuputs().isEmpty()) {
collateralServiceInputsandOuputs_ = other.collateralServiceInputsandOuputs_;
onChanged();
}
if (!other.getCollateralServiceWorkProduct().isEmpty()) {
collateralServiceWorkProduct_ = other.collateralServiceWorkProduct_;
onChanged();
}
if (!other.getCollateralServiceName().isEmpty()) {
collateralServiceName_ = other.collateralServiceName_;
onChanged();
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object collateralPreconditions_ = "";
/**
* string CollateralPreconditions = 1529725;
* @return The collateralPreconditions.
*/
public java.lang.String getCollateralPreconditions() {
java.lang.Object ref = collateralPreconditions_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
collateralPreconditions_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CollateralPreconditions = 1529725;
* @return The bytes for collateralPreconditions.
*/
public com.google.protobuf.ByteString
getCollateralPreconditionsBytes() {
java.lang.Object ref = collateralPreconditions_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
collateralPreconditions_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CollateralPreconditions = 1529725;
* @param value The collateralPreconditions to set.
* @return This builder for chaining.
*/
public Builder setCollateralPreconditions(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
collateralPreconditions_ = value;
onChanged();
return this;
}
/**
* string CollateralPreconditions = 1529725;
* @return This builder for chaining.
*/
public Builder clearCollateralPreconditions() {
collateralPreconditions_ = getDefaultInstance().getCollateralPreconditions();
onChanged();
return this;
}
/**
* string CollateralPreconditions = 1529725;
* @param value The bytes for collateralPreconditions to set.
* @return This builder for chaining.
*/
public Builder setCollateralPreconditionsBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
collateralPreconditions_ = value;
onChanged();
return this;
}
private java.lang.Object collateralFeatureSchedule_ = "";
/**
* string CollateralFeatureSchedule = 433621931;
* @return The collateralFeatureSchedule.
*/
public java.lang.String getCollateralFeatureSchedule() {
java.lang.Object ref = collateralFeatureSchedule_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
collateralFeatureSchedule_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CollateralFeatureSchedule = 433621931;
* @return The bytes for collateralFeatureSchedule.
*/
public com.google.protobuf.ByteString
getCollateralFeatureScheduleBytes() {
java.lang.Object ref = collateralFeatureSchedule_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
collateralFeatureSchedule_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CollateralFeatureSchedule = 433621931;
* @param value The collateralFeatureSchedule to set.
* @return This builder for chaining.
*/
public Builder setCollateralFeatureSchedule(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
collateralFeatureSchedule_ = value;
onChanged();
return this;
}
/**
* string CollateralFeatureSchedule = 433621931;
* @return This builder for chaining.
*/
public Builder clearCollateralFeatureSchedule() {
collateralFeatureSchedule_ = getDefaultInstance().getCollateralFeatureSchedule();
onChanged();
return this;
}
/**
* string CollateralFeatureSchedule = 433621931;
* @param value The bytes for collateralFeatureSchedule to set.
* @return This builder for chaining.
*/
public Builder setCollateralFeatureScheduleBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
collateralFeatureSchedule_ = 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 collateralPostconditions_ = "";
/**
* string CollateralPostconditions = 176360051;
* @return The collateralPostconditions.
*/
public java.lang.String getCollateralPostconditions() {
java.lang.Object ref = collateralPostconditions_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
collateralPostconditions_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CollateralPostconditions = 176360051;
* @return The bytes for collateralPostconditions.
*/
public com.google.protobuf.ByteString
getCollateralPostconditionsBytes() {
java.lang.Object ref = collateralPostconditions_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
collateralPostconditions_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CollateralPostconditions = 176360051;
* @param value The collateralPostconditions to set.
* @return This builder for chaining.
*/
public Builder setCollateralPostconditions(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
collateralPostconditions_ = value;
onChanged();
return this;
}
/**
* string CollateralPostconditions = 176360051;
* @return This builder for chaining.
*/
public Builder clearCollateralPostconditions() {
collateralPostconditions_ = getDefaultInstance().getCollateralPostconditions();
onChanged();
return this;
}
/**
* string CollateralPostconditions = 176360051;
* @param value The bytes for collateralPostconditions to set.
* @return This builder for chaining.
*/
public Builder setCollateralPostconditionsBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
collateralPostconditions_ = value;
onChanged();
return this;
}
private java.lang.Object collateralServiceType_ = "";
/**
* string CollateralServiceType = 361005897;
* @return The collateralServiceType.
*/
public java.lang.String getCollateralServiceType() {
java.lang.Object ref = collateralServiceType_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
collateralServiceType_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CollateralServiceType = 361005897;
* @return The bytes for collateralServiceType.
*/
public com.google.protobuf.ByteString
getCollateralServiceTypeBytes() {
java.lang.Object ref = collateralServiceType_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
collateralServiceType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CollateralServiceType = 361005897;
* @param value The collateralServiceType to set.
* @return This builder for chaining.
*/
public Builder setCollateralServiceType(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
collateralServiceType_ = value;
onChanged();
return this;
}
/**
* string CollateralServiceType = 361005897;
* @return This builder for chaining.
*/
public Builder clearCollateralServiceType() {
collateralServiceType_ = getDefaultInstance().getCollateralServiceType();
onChanged();
return this;
}
/**
* string CollateralServiceType = 361005897;
* @param value The bytes for collateralServiceType to set.
* @return This builder for chaining.
*/
public Builder setCollateralServiceTypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
collateralServiceType_ = value;
onChanged();
return this;
}
private java.lang.Object collateralServiceDescription_ = "";
/**
* string CollateralServiceDescription = 298847422;
* @return The collateralServiceDescription.
*/
public java.lang.String getCollateralServiceDescription() {
java.lang.Object ref = collateralServiceDescription_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
collateralServiceDescription_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CollateralServiceDescription = 298847422;
* @return The bytes for collateralServiceDescription.
*/
public com.google.protobuf.ByteString
getCollateralServiceDescriptionBytes() {
java.lang.Object ref = collateralServiceDescription_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
collateralServiceDescription_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CollateralServiceDescription = 298847422;
* @param value The collateralServiceDescription to set.
* @return This builder for chaining.
*/
public Builder setCollateralServiceDescription(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
collateralServiceDescription_ = value;
onChanged();
return this;
}
/**
* string CollateralServiceDescription = 298847422;
* @return This builder for chaining.
*/
public Builder clearCollateralServiceDescription() {
collateralServiceDescription_ = getDefaultInstance().getCollateralServiceDescription();
onChanged();
return this;
}
/**
* string CollateralServiceDescription = 298847422;
* @param value The bytes for collateralServiceDescription to set.
* @return This builder for chaining.
*/
public Builder setCollateralServiceDescriptionBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
collateralServiceDescription_ = value;
onChanged();
return this;
}
private java.lang.Object collateralServiceInputsandOuputs_ = "";
/**
* string CollateralServiceInputsandOuputs = 88379099;
* @return The collateralServiceInputsandOuputs.
*/
public java.lang.String getCollateralServiceInputsandOuputs() {
java.lang.Object ref = collateralServiceInputsandOuputs_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
collateralServiceInputsandOuputs_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CollateralServiceInputsandOuputs = 88379099;
* @return The bytes for collateralServiceInputsandOuputs.
*/
public com.google.protobuf.ByteString
getCollateralServiceInputsandOuputsBytes() {
java.lang.Object ref = collateralServiceInputsandOuputs_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
collateralServiceInputsandOuputs_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CollateralServiceInputsandOuputs = 88379099;
* @param value The collateralServiceInputsandOuputs to set.
* @return This builder for chaining.
*/
public Builder setCollateralServiceInputsandOuputs(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
collateralServiceInputsandOuputs_ = value;
onChanged();
return this;
}
/**
* string CollateralServiceInputsandOuputs = 88379099;
* @return This builder for chaining.
*/
public Builder clearCollateralServiceInputsandOuputs() {
collateralServiceInputsandOuputs_ = getDefaultInstance().getCollateralServiceInputsandOuputs();
onChanged();
return this;
}
/**
* string CollateralServiceInputsandOuputs = 88379099;
* @param value The bytes for collateralServiceInputsandOuputs to set.
* @return This builder for chaining.
*/
public Builder setCollateralServiceInputsandOuputsBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
collateralServiceInputsandOuputs_ = value;
onChanged();
return this;
}
private java.lang.Object collateralServiceWorkProduct_ = "";
/**
* string CollateralServiceWorkProduct = 488587618;
* @return The collateralServiceWorkProduct.
*/
public java.lang.String getCollateralServiceWorkProduct() {
java.lang.Object ref = collateralServiceWorkProduct_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
collateralServiceWorkProduct_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CollateralServiceWorkProduct = 488587618;
* @return The bytes for collateralServiceWorkProduct.
*/
public com.google.protobuf.ByteString
getCollateralServiceWorkProductBytes() {
java.lang.Object ref = collateralServiceWorkProduct_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
collateralServiceWorkProduct_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CollateralServiceWorkProduct = 488587618;
* @param value The collateralServiceWorkProduct to set.
* @return This builder for chaining.
*/
public Builder setCollateralServiceWorkProduct(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
collateralServiceWorkProduct_ = value;
onChanged();
return this;
}
/**
* string CollateralServiceWorkProduct = 488587618;
* @return This builder for chaining.
*/
public Builder clearCollateralServiceWorkProduct() {
collateralServiceWorkProduct_ = getDefaultInstance().getCollateralServiceWorkProduct();
onChanged();
return this;
}
/**
* string CollateralServiceWorkProduct = 488587618;
* @param value The bytes for collateralServiceWorkProduct to set.
* @return This builder for chaining.
*/
public Builder setCollateralServiceWorkProductBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
collateralServiceWorkProduct_ = value;
onChanged();
return this;
}
private java.lang.Object collateralServiceName_ = "";
/**
* string CollateralServiceName = 361207800;
* @return The collateralServiceName.
*/
public java.lang.String getCollateralServiceName() {
java.lang.Object ref = collateralServiceName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
collateralServiceName_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CollateralServiceName = 361207800;
* @return The bytes for collateralServiceName.
*/
public com.google.protobuf.ByteString
getCollateralServiceNameBytes() {
java.lang.Object ref = collateralServiceName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
collateralServiceName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CollateralServiceName = 361207800;
* @param value The collateralServiceName to set.
* @return This builder for chaining.
*/
public Builder setCollateralServiceName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
collateralServiceName_ = value;
onChanged();
return this;
}
/**
* string CollateralServiceName = 361207800;
* @return This builder for chaining.
*/
public Builder clearCollateralServiceName() {
collateralServiceName_ = getDefaultInstance().getCollateralServiceName();
onChanged();
return this;
}
/**
* string CollateralServiceName = 361207800;
* @param value The bytes for collateralServiceName to set.
* @return This builder for chaining.
*/
public Builder setCollateralServiceNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
collateralServiceName_ = value;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:com.redhat.mercury.merchandisingloan.v10.Collateral)
}
// @@protoc_insertion_point(class_scope:com.redhat.mercury.merchandisingloan.v10.Collateral)
private static final com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral();
}
public static com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public Collateral parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new Collateral(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.CollateralOuterClass.Collateral getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_redhat_mercury_merchandisingloan_v10_Collateral_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_redhat_mercury_merchandisingloan_v10_Collateral_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\032v10/model/collateral.proto\022(com.redhat" +
".mercury.merchandisingloan.v10\032\031google/p" +
"rotobuf/any.proto\"\364\002\n\nCollateral\022!\n\027Coll" +
"ateralPreconditions\030\375\256] \001(\t\022%\n\031Collatera" +
"lFeatureSchedule\030\253\227\342\316\001 \001(\t\0220\n\017BusinessSe" +
"rvice\030\266\275\234Z \001(\0132\024.google.protobuf.Any\022#\n\030" +
"CollateralPostconditions\030\363\224\214T \001(\t\022!\n\025Col" +
"lateralServiceType\030\311\206\222\254\001 \001(\t\022(\n\034Collater" +
"alServiceDescription\030\276\231\300\216\001 \001(\t\022+\n Collat" +
"eralServiceInputsandOuputs\030\333\235\222* \001(\t\022(\n\034C" +
"ollateralServiceWorkProduct\030\342\202\375\350\001 \001(\t\022!\n" +
"\025CollateralServiceName\030\370\257\236\254\001 \001(\tP\000b\006prot" +
"o3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.protobuf.AnyProto.getDescriptor(),
});
internal_static_com_redhat_mercury_merchandisingloan_v10_Collateral_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_redhat_mercury_merchandisingloan_v10_Collateral_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_redhat_mercury_merchandisingloan_v10_Collateral_descriptor,
new java.lang.String[] { "CollateralPreconditions", "CollateralFeatureSchedule", "BusinessService", "CollateralPostconditions", "CollateralServiceType", "CollateralServiceDescription", "CollateralServiceInputsandOuputs", "CollateralServiceWorkProduct", "CollateralServiceName", });
com.google.protobuf.AnyProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy