com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: v10/model/update_financial_accounting_request.proto
package com.redhat.mercury.merchandisingloan.v10;
public final class UpdateFinancialAccountingRequestOuterClass {
private UpdateFinancialAccountingRequestOuterClass() {}
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 UpdateFinancialAccountingRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccounting FinancialAccounting = 399217699;
* @return Whether the financialAccounting field is set.
*/
boolean hasFinancialAccounting();
/**
* .com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccounting FinancialAccounting = 399217699;
* @return The financialAccounting.
*/
com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccounting getFinancialAccounting();
/**
* .com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccounting FinancialAccounting = 399217699;
*/
com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccountingOrBuilder getFinancialAccountingOrBuilder();
}
/**
* Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequest}
*/
public static final class UpdateFinancialAccountingRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequest)
UpdateFinancialAccountingRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use UpdateFinancialAccountingRequest.newBuilder() to construct.
private UpdateFinancialAccountingRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private UpdateFinancialAccountingRequest() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new UpdateFinancialAccountingRequest();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private UpdateFinancialAccountingRequest(
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 -1101225702: {
com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccounting.Builder subBuilder = null;
if (financialAccounting_ != null) {
subBuilder = financialAccounting_.toBuilder();
}
financialAccounting_ = input.readMessage(com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccounting.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(financialAccounting_);
financialAccounting_ = subBuilder.buildPartial();
}
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_UpdateFinancialAccountingRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_UpdateFinancialAccountingRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest.class, com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest.Builder.class);
}
public static final int FINANCIALACCOUNTING_FIELD_NUMBER = 399217699;
private com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccounting financialAccounting_;
/**
* .com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccounting FinancialAccounting = 399217699;
* @return Whether the financialAccounting field is set.
*/
@java.lang.Override
public boolean hasFinancialAccounting() {
return financialAccounting_ != null;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccounting FinancialAccounting = 399217699;
* @return The financialAccounting.
*/
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccounting getFinancialAccounting() {
return financialAccounting_ == null ? com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccounting.getDefaultInstance() : financialAccounting_;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccounting FinancialAccounting = 399217699;
*/
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccountingOrBuilder getFinancialAccountingOrBuilder() {
return getFinancialAccounting();
}
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 (financialAccounting_ != null) {
output.writeMessage(399217699, getFinancialAccounting());
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (financialAccounting_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(399217699, getFinancialAccounting());
}
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.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest)) {
return super.equals(obj);
}
com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest other = (com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest) obj;
if (hasFinancialAccounting() != other.hasFinancialAccounting()) return false;
if (hasFinancialAccounting()) {
if (!getFinancialAccounting()
.equals(other.getFinancialAccounting())) return false;
}
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasFinancialAccounting()) {
hash = (37 * hash) + FINANCIALACCOUNTING_FIELD_NUMBER;
hash = (53 * hash) + getFinancialAccounting().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest 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.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest 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.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest 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.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest 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.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest 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.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest 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.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest 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.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest 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.UpdateFinancialAccountingRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequest)
com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_UpdateFinancialAccountingRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_UpdateFinancialAccountingRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest.class, com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest.Builder.class);
}
// Construct using com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
@java.lang.Override
public Builder clear() {
super.clear();
if (financialAccountingBuilder_ == null) {
financialAccounting_ = null;
} else {
financialAccounting_ = null;
financialAccountingBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_UpdateFinancialAccountingRequest_descriptor;
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest getDefaultInstanceForType() {
return com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest.getDefaultInstance();
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest build() {
com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest buildPartial() {
com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest result = new com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest(this);
if (financialAccountingBuilder_ == null) {
result.financialAccounting_ = financialAccounting_;
} else {
result.financialAccounting_ = financialAccountingBuilder_.build();
}
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.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest) {
return mergeFrom((com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest other) {
if (other == com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest.getDefaultInstance()) return this;
if (other.hasFinancialAccounting()) {
mergeFinancialAccounting(other.getFinancialAccounting());
}
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.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccounting financialAccounting_;
private com.google.protobuf.SingleFieldBuilderV3<
com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccounting, com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccounting.Builder, com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccountingOrBuilder> financialAccountingBuilder_;
/**
* .com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccounting FinancialAccounting = 399217699;
* @return Whether the financialAccounting field is set.
*/
public boolean hasFinancialAccounting() {
return financialAccountingBuilder_ != null || financialAccounting_ != null;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccounting FinancialAccounting = 399217699;
* @return The financialAccounting.
*/
public com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccounting getFinancialAccounting() {
if (financialAccountingBuilder_ == null) {
return financialAccounting_ == null ? com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccounting.getDefaultInstance() : financialAccounting_;
} else {
return financialAccountingBuilder_.getMessage();
}
}
/**
* .com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccounting FinancialAccounting = 399217699;
*/
public Builder setFinancialAccounting(com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccounting value) {
if (financialAccountingBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
financialAccounting_ = value;
onChanged();
} else {
financialAccountingBuilder_.setMessage(value);
}
return this;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccounting FinancialAccounting = 399217699;
*/
public Builder setFinancialAccounting(
com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccounting.Builder builderForValue) {
if (financialAccountingBuilder_ == null) {
financialAccounting_ = builderForValue.build();
onChanged();
} else {
financialAccountingBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccounting FinancialAccounting = 399217699;
*/
public Builder mergeFinancialAccounting(com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccounting value) {
if (financialAccountingBuilder_ == null) {
if (financialAccounting_ != null) {
financialAccounting_ =
com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccounting.newBuilder(financialAccounting_).mergeFrom(value).buildPartial();
} else {
financialAccounting_ = value;
}
onChanged();
} else {
financialAccountingBuilder_.mergeFrom(value);
}
return this;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccounting FinancialAccounting = 399217699;
*/
public Builder clearFinancialAccounting() {
if (financialAccountingBuilder_ == null) {
financialAccounting_ = null;
onChanged();
} else {
financialAccounting_ = null;
financialAccountingBuilder_ = null;
}
return this;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccounting FinancialAccounting = 399217699;
*/
public com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccounting.Builder getFinancialAccountingBuilder() {
onChanged();
return getFinancialAccountingFieldBuilder().getBuilder();
}
/**
* .com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccounting FinancialAccounting = 399217699;
*/
public com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccountingOrBuilder getFinancialAccountingOrBuilder() {
if (financialAccountingBuilder_ != null) {
return financialAccountingBuilder_.getMessageOrBuilder();
} else {
return financialAccounting_ == null ?
com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccounting.getDefaultInstance() : financialAccounting_;
}
}
/**
* .com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccounting FinancialAccounting = 399217699;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccounting, com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccounting.Builder, com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccountingOrBuilder>
getFinancialAccountingFieldBuilder() {
if (financialAccountingBuilder_ == null) {
financialAccountingBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccounting, com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccounting.Builder, com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.RetrieveFinancialAccountingResponseFinancialAccountingOrBuilder>(
getFinancialAccounting(),
getParentForChildren(),
isClean());
financialAccounting_ = null;
}
return financialAccountingBuilder_;
}
@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.UpdateFinancialAccountingRequest)
}
// @@protoc_insertion_point(class_scope:com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequest)
private static final com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest();
}
public static com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public UpdateFinancialAccountingRequest parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new UpdateFinancialAccountingRequest(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.UpdateFinancialAccountingRequestOuterClass.UpdateFinancialAccountingRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_redhat_mercury_merchandisingloan_v10_UpdateFinancialAccountingRequest_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_redhat_mercury_merchandisingloan_v10_UpdateFinancialAccountingRequest_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n3v10/model/update_financial_accounting_" +
"request.proto\022(com.redhat.mercury.mercha" +
"ndisingloan.v10\032Kv10/model/retrieve_fina" +
"ncial_accounting_response_financial_acco" +
"unting.proto\"\246\001\n UpdateFinancialAccounti" +
"ngRequest\022\201\001\n\023FinancialAccounting\030\243\250\256\276\001 " +
"\001(\0132`.com.redhat.mercury.merchandisinglo" +
"an.v10.RetrieveFinancialAccountingRespon" +
"seFinancialAccountingP\000b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.getDescriptor(),
});
internal_static_com_redhat_mercury_merchandisingloan_v10_UpdateFinancialAccountingRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_redhat_mercury_merchandisingloan_v10_UpdateFinancialAccountingRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_redhat_mercury_merchandisingloan_v10_UpdateFinancialAccountingRequest_descriptor,
new java.lang.String[] { "FinancialAccounting", });
com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseFinancialAccountingOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy