SUPPORT-8413: add proto plugin; remove redundant classes
This commit is contained in:
parent
11c6203867
commit
df443906d7
30 changed files with 28 additions and 18834 deletions
|
|
@ -247,6 +247,13 @@
|
|||
</dependencies>
|
||||
<build>
|
||||
<finalName>${parent.artifactId}</finalName>
|
||||
<extensions>
|
||||
<extension>
|
||||
<groupId>kr.motd.maven</groupId>
|
||||
<artifactId>os-maven-plugin</artifactId>
|
||||
<version>1.6.2</version>
|
||||
</extension>
|
||||
</extensions>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
|
|
@ -275,6 +282,22 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.xolstice.maven.plugins</groupId>
|
||||
<artifactId>protobuf-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<protocArtifact>com.google.protobuf:protoc:4.27.3:exe:${os.detected.classifier}</protocArtifact>
|
||||
<protoSourceRoot>${project.basedir}/src/main/resources</protoSourceRoot>
|
||||
<outputDirectory>${project.basedir}/target/generated-sources/java/protobuf</outputDirectory>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>compile</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<profiles>
|
||||
|
|
|
|||
|
|
@ -1,743 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoSummonsResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package proto.ervu.rp.summons;
|
||||
|
||||
/**
|
||||
* Protobuf type {@code proto.ervu.rp.summons.DocumentsSummons}
|
||||
*/
|
||||
public final class DocumentsSummons extends
|
||||
com.google.protobuf.GeneratedMessage implements
|
||||
// @@protoc_insertion_point(message_implements:proto.ervu.rp.summons.DocumentsSummons)
|
||||
DocumentsSummonsOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
static {
|
||||
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 27,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
DocumentsSummons.class.getName());
|
||||
}
|
||||
// Use DocumentsSummons.newBuilder() to construct.
|
||||
private DocumentsSummons(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private DocumentsSummons() {
|
||||
}
|
||||
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_DocumentsSummons_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_DocumentsSummons_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
proto.ervu.rp.summons.DocumentsSummons.class, proto.ervu.rp.summons.DocumentsSummons.Builder.class);
|
||||
}
|
||||
|
||||
private int bitField0_;
|
||||
public static final int SUMMONSDOCUMENTCOPY_FIELD_NUMBER = 1;
|
||||
private proto.ervu.rp.summons.SummonsDocumentCopy summonsDocumentCopy_;
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.SummonsDocumentCopy summonsDocumentCopy = 1;</code>
|
||||
* @return Whether the summonsDocumentCopy field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasSummonsDocumentCopy() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.SummonsDocumentCopy summonsDocumentCopy = 1;</code>
|
||||
* @return The summonsDocumentCopy.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.SummonsDocumentCopy getSummonsDocumentCopy() {
|
||||
return summonsDocumentCopy_ == null ? proto.ervu.rp.summons.SummonsDocumentCopy.getDefaultInstance() : summonsDocumentCopy_;
|
||||
}
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.SummonsDocumentCopy summonsDocumentCopy = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.SummonsDocumentCopyOrBuilder getSummonsDocumentCopyOrBuilder() {
|
||||
return summonsDocumentCopy_ == null ? proto.ervu.rp.summons.SummonsDocumentCopy.getDefaultInstance() : summonsDocumentCopy_;
|
||||
}
|
||||
|
||||
public static final int SIG_FIELD_NUMBER = 2;
|
||||
private proto.ervu.rp.summons.Sig sig_;
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.Sig sig = 2;</code>
|
||||
* @return Whether the sig field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasSig() {
|
||||
return ((bitField0_ & 0x00000002) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.Sig sig = 2;</code>
|
||||
* @return The sig.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.Sig getSig() {
|
||||
return sig_ == null ? proto.ervu.rp.summons.Sig.getDefaultInstance() : sig_;
|
||||
}
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.Sig sig = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.SigOrBuilder getSigOrBuilder() {
|
||||
return sig_ == null ? proto.ervu.rp.summons.Sig.getDefaultInstance() : sig_;
|
||||
}
|
||||
|
||||
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 (((bitField0_ & 0x00000001) != 0)) {
|
||||
output.writeMessage(1, getSummonsDocumentCopy());
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
output.writeMessage(2, getSig());
|
||||
}
|
||||
getUnknownFields().writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(1, getSummonsDocumentCopy());
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(2, getSig());
|
||||
}
|
||||
size += getUnknownFields().getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public boolean equals(final java.lang.Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof proto.ervu.rp.summons.DocumentsSummons)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
proto.ervu.rp.summons.DocumentsSummons other = (proto.ervu.rp.summons.DocumentsSummons) obj;
|
||||
|
||||
if (hasSummonsDocumentCopy() != other.hasSummonsDocumentCopy()) return false;
|
||||
if (hasSummonsDocumentCopy()) {
|
||||
if (!getSummonsDocumentCopy()
|
||||
.equals(other.getSummonsDocumentCopy())) return false;
|
||||
}
|
||||
if (hasSig() != other.hasSig()) return false;
|
||||
if (hasSig()) {
|
||||
if (!getSig()
|
||||
.equals(other.getSig())) return false;
|
||||
}
|
||||
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int hashCode() {
|
||||
if (memoizedHashCode != 0) {
|
||||
return memoizedHashCode;
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (hasSummonsDocumentCopy()) {
|
||||
hash = (37 * hash) + SUMMONSDOCUMENTCOPY_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSummonsDocumentCopy().hashCode();
|
||||
}
|
||||
if (hasSig()) {
|
||||
hash = (37 * hash) + SIG_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSig().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + getUnknownFields().hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static proto.ervu.rp.summons.DocumentsSummons parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static proto.ervu.rp.summons.DocumentsSummons parseFrom(
|
||||
java.nio.ByteBuffer data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static proto.ervu.rp.summons.DocumentsSummons parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static proto.ervu.rp.summons.DocumentsSummons parseFrom(
|
||||
com.google.protobuf.ByteString data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static proto.ervu.rp.summons.DocumentsSummons parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static proto.ervu.rp.summons.DocumentsSummons parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static proto.ervu.rp.summons.DocumentsSummons parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static proto.ervu.rp.summons.DocumentsSummons parseFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
public static proto.ervu.rp.summons.DocumentsSummons parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
public static proto.ervu.rp.summons.DocumentsSummons parseDelimitedFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static proto.ervu.rp.summons.DocumentsSummons parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static proto.ervu.rp.summons.DocumentsSummons parseFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder newBuilderForType() { return newBuilder(); }
|
||||
public static Builder newBuilder() {
|
||||
return DEFAULT_INSTANCE.toBuilder();
|
||||
}
|
||||
public static Builder newBuilder(proto.ervu.rp.summons.DocumentsSummons 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.GeneratedMessage.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code proto.ervu.rp.summons.DocumentsSummons}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessage.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:proto.ervu.rp.summons.DocumentsSummons)
|
||||
proto.ervu.rp.summons.DocumentsSummonsOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_DocumentsSummons_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_DocumentsSummons_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
proto.ervu.rp.summons.DocumentsSummons.class, proto.ervu.rp.summons.DocumentsSummons.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using proto.ervu.rp.summons.DocumentsSummons.newBuilder()
|
||||
private Builder() {
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
|
||||
private Builder(
|
||||
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
|
||||
super(parent);
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
private void maybeForceBuilderInitialization() {
|
||||
if (com.google.protobuf.GeneratedMessage
|
||||
.alwaysUseFieldBuilders) {
|
||||
getSummonsDocumentCopyFieldBuilder();
|
||||
getSigFieldBuilder();
|
||||
}
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
bitField0_ = 0;
|
||||
summonsDocumentCopy_ = null;
|
||||
if (summonsDocumentCopyBuilder_ != null) {
|
||||
summonsDocumentCopyBuilder_.dispose();
|
||||
summonsDocumentCopyBuilder_ = null;
|
||||
}
|
||||
sig_ = null;
|
||||
if (sigBuilder_ != null) {
|
||||
sigBuilder_.dispose();
|
||||
sigBuilder_ = null;
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_DocumentsSummons_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.DocumentsSummons getDefaultInstanceForType() {
|
||||
return proto.ervu.rp.summons.DocumentsSummons.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.DocumentsSummons build() {
|
||||
proto.ervu.rp.summons.DocumentsSummons result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.DocumentsSummons buildPartial() {
|
||||
proto.ervu.rp.summons.DocumentsSummons result = new proto.ervu.rp.summons.DocumentsSummons(this);
|
||||
if (bitField0_ != 0) { buildPartial0(result); }
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
|
||||
private void buildPartial0(proto.ervu.rp.summons.DocumentsSummons result) {
|
||||
int from_bitField0_ = bitField0_;
|
||||
int to_bitField0_ = 0;
|
||||
if (((from_bitField0_ & 0x00000001) != 0)) {
|
||||
result.summonsDocumentCopy_ = summonsDocumentCopyBuilder_ == null
|
||||
? summonsDocumentCopy_
|
||||
: summonsDocumentCopyBuilder_.build();
|
||||
to_bitField0_ |= 0x00000001;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000002) != 0)) {
|
||||
result.sig_ = sigBuilder_ == null
|
||||
? sig_
|
||||
: sigBuilder_.build();
|
||||
to_bitField0_ |= 0x00000002;
|
||||
}
|
||||
result.bitField0_ |= to_bitField0_;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||||
if (other instanceof proto.ervu.rp.summons.DocumentsSummons) {
|
||||
return mergeFrom((proto.ervu.rp.summons.DocumentsSummons)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(proto.ervu.rp.summons.DocumentsSummons other) {
|
||||
if (other == proto.ervu.rp.summons.DocumentsSummons.getDefaultInstance()) return this;
|
||||
if (other.hasSummonsDocumentCopy()) {
|
||||
mergeSummonsDocumentCopy(other.getSummonsDocumentCopy());
|
||||
}
|
||||
if (other.hasSig()) {
|
||||
mergeSig(other.getSig());
|
||||
}
|
||||
this.mergeUnknownFields(other.getUnknownFields());
|
||||
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 {
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
int tag = input.readTag();
|
||||
switch (tag) {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 10: {
|
||||
input.readMessage(
|
||||
getSummonsDocumentCopyFieldBuilder().getBuilder(),
|
||||
extensionRegistry);
|
||||
bitField0_ |= 0x00000001;
|
||||
break;
|
||||
} // case 10
|
||||
case 18: {
|
||||
input.readMessage(
|
||||
getSigFieldBuilder().getBuilder(),
|
||||
extensionRegistry);
|
||||
bitField0_ |= 0x00000002;
|
||||
break;
|
||||
} // case 18
|
||||
default: {
|
||||
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
||||
done = true; // was an endgroup tag
|
||||
}
|
||||
break;
|
||||
} // default:
|
||||
} // switch (tag)
|
||||
} // while (!done)
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
onChanged();
|
||||
} // finally
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private proto.ervu.rp.summons.SummonsDocumentCopy summonsDocumentCopy_;
|
||||
private com.google.protobuf.SingleFieldBuilder<
|
||||
proto.ervu.rp.summons.SummonsDocumentCopy, proto.ervu.rp.summons.SummonsDocumentCopy.Builder, proto.ervu.rp.summons.SummonsDocumentCopyOrBuilder> summonsDocumentCopyBuilder_;
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.SummonsDocumentCopy summonsDocumentCopy = 1;</code>
|
||||
* @return Whether the summonsDocumentCopy field is set.
|
||||
*/
|
||||
public boolean hasSummonsDocumentCopy() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.SummonsDocumentCopy summonsDocumentCopy = 1;</code>
|
||||
* @return The summonsDocumentCopy.
|
||||
*/
|
||||
public proto.ervu.rp.summons.SummonsDocumentCopy getSummonsDocumentCopy() {
|
||||
if (summonsDocumentCopyBuilder_ == null) {
|
||||
return summonsDocumentCopy_ == null ? proto.ervu.rp.summons.SummonsDocumentCopy.getDefaultInstance() : summonsDocumentCopy_;
|
||||
} else {
|
||||
return summonsDocumentCopyBuilder_.getMessage();
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.SummonsDocumentCopy summonsDocumentCopy = 1;</code>
|
||||
*/
|
||||
public Builder setSummonsDocumentCopy(proto.ervu.rp.summons.SummonsDocumentCopy value) {
|
||||
if (summonsDocumentCopyBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
summonsDocumentCopy_ = value;
|
||||
} else {
|
||||
summonsDocumentCopyBuilder_.setMessage(value);
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.SummonsDocumentCopy summonsDocumentCopy = 1;</code>
|
||||
*/
|
||||
public Builder setSummonsDocumentCopy(
|
||||
proto.ervu.rp.summons.SummonsDocumentCopy.Builder builderForValue) {
|
||||
if (summonsDocumentCopyBuilder_ == null) {
|
||||
summonsDocumentCopy_ = builderForValue.build();
|
||||
} else {
|
||||
summonsDocumentCopyBuilder_.setMessage(builderForValue.build());
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.SummonsDocumentCopy summonsDocumentCopy = 1;</code>
|
||||
*/
|
||||
public Builder mergeSummonsDocumentCopy(proto.ervu.rp.summons.SummonsDocumentCopy value) {
|
||||
if (summonsDocumentCopyBuilder_ == null) {
|
||||
if (((bitField0_ & 0x00000001) != 0) &&
|
||||
summonsDocumentCopy_ != null &&
|
||||
summonsDocumentCopy_ != proto.ervu.rp.summons.SummonsDocumentCopy.getDefaultInstance()) {
|
||||
getSummonsDocumentCopyBuilder().mergeFrom(value);
|
||||
} else {
|
||||
summonsDocumentCopy_ = value;
|
||||
}
|
||||
} else {
|
||||
summonsDocumentCopyBuilder_.mergeFrom(value);
|
||||
}
|
||||
if (summonsDocumentCopy_ != null) {
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
}
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.SummonsDocumentCopy summonsDocumentCopy = 1;</code>
|
||||
*/
|
||||
public Builder clearSummonsDocumentCopy() {
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
summonsDocumentCopy_ = null;
|
||||
if (summonsDocumentCopyBuilder_ != null) {
|
||||
summonsDocumentCopyBuilder_.dispose();
|
||||
summonsDocumentCopyBuilder_ = null;
|
||||
}
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.SummonsDocumentCopy summonsDocumentCopy = 1;</code>
|
||||
*/
|
||||
public proto.ervu.rp.summons.SummonsDocumentCopy.Builder getSummonsDocumentCopyBuilder() {
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return getSummonsDocumentCopyFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.SummonsDocumentCopy summonsDocumentCopy = 1;</code>
|
||||
*/
|
||||
public proto.ervu.rp.summons.SummonsDocumentCopyOrBuilder getSummonsDocumentCopyOrBuilder() {
|
||||
if (summonsDocumentCopyBuilder_ != null) {
|
||||
return summonsDocumentCopyBuilder_.getMessageOrBuilder();
|
||||
} else {
|
||||
return summonsDocumentCopy_ == null ?
|
||||
proto.ervu.rp.summons.SummonsDocumentCopy.getDefaultInstance() : summonsDocumentCopy_;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.SummonsDocumentCopy summonsDocumentCopy = 1;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilder<
|
||||
proto.ervu.rp.summons.SummonsDocumentCopy, proto.ervu.rp.summons.SummonsDocumentCopy.Builder, proto.ervu.rp.summons.SummonsDocumentCopyOrBuilder>
|
||||
getSummonsDocumentCopyFieldBuilder() {
|
||||
if (summonsDocumentCopyBuilder_ == null) {
|
||||
summonsDocumentCopyBuilder_ = new com.google.protobuf.SingleFieldBuilder<
|
||||
proto.ervu.rp.summons.SummonsDocumentCopy, proto.ervu.rp.summons.SummonsDocumentCopy.Builder, proto.ervu.rp.summons.SummonsDocumentCopyOrBuilder>(
|
||||
getSummonsDocumentCopy(),
|
||||
getParentForChildren(),
|
||||
isClean());
|
||||
summonsDocumentCopy_ = null;
|
||||
}
|
||||
return summonsDocumentCopyBuilder_;
|
||||
}
|
||||
|
||||
private proto.ervu.rp.summons.Sig sig_;
|
||||
private com.google.protobuf.SingleFieldBuilder<
|
||||
proto.ervu.rp.summons.Sig, proto.ervu.rp.summons.Sig.Builder, proto.ervu.rp.summons.SigOrBuilder> sigBuilder_;
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.Sig sig = 2;</code>
|
||||
* @return Whether the sig field is set.
|
||||
*/
|
||||
public boolean hasSig() {
|
||||
return ((bitField0_ & 0x00000002) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.Sig sig = 2;</code>
|
||||
* @return The sig.
|
||||
*/
|
||||
public proto.ervu.rp.summons.Sig getSig() {
|
||||
if (sigBuilder_ == null) {
|
||||
return sig_ == null ? proto.ervu.rp.summons.Sig.getDefaultInstance() : sig_;
|
||||
} else {
|
||||
return sigBuilder_.getMessage();
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.Sig sig = 2;</code>
|
||||
*/
|
||||
public Builder setSig(proto.ervu.rp.summons.Sig value) {
|
||||
if (sigBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
sig_ = value;
|
||||
} else {
|
||||
sigBuilder_.setMessage(value);
|
||||
}
|
||||
bitField0_ |= 0x00000002;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.Sig sig = 2;</code>
|
||||
*/
|
||||
public Builder setSig(
|
||||
proto.ervu.rp.summons.Sig.Builder builderForValue) {
|
||||
if (sigBuilder_ == null) {
|
||||
sig_ = builderForValue.build();
|
||||
} else {
|
||||
sigBuilder_.setMessage(builderForValue.build());
|
||||
}
|
||||
bitField0_ |= 0x00000002;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.Sig sig = 2;</code>
|
||||
*/
|
||||
public Builder mergeSig(proto.ervu.rp.summons.Sig value) {
|
||||
if (sigBuilder_ == null) {
|
||||
if (((bitField0_ & 0x00000002) != 0) &&
|
||||
sig_ != null &&
|
||||
sig_ != proto.ervu.rp.summons.Sig.getDefaultInstance()) {
|
||||
getSigBuilder().mergeFrom(value);
|
||||
} else {
|
||||
sig_ = value;
|
||||
}
|
||||
} else {
|
||||
sigBuilder_.mergeFrom(value);
|
||||
}
|
||||
if (sig_ != null) {
|
||||
bitField0_ |= 0x00000002;
|
||||
onChanged();
|
||||
}
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.Sig sig = 2;</code>
|
||||
*/
|
||||
public Builder clearSig() {
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
sig_ = null;
|
||||
if (sigBuilder_ != null) {
|
||||
sigBuilder_.dispose();
|
||||
sigBuilder_ = null;
|
||||
}
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.Sig sig = 2;</code>
|
||||
*/
|
||||
public proto.ervu.rp.summons.Sig.Builder getSigBuilder() {
|
||||
bitField0_ |= 0x00000002;
|
||||
onChanged();
|
||||
return getSigFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.Sig sig = 2;</code>
|
||||
*/
|
||||
public proto.ervu.rp.summons.SigOrBuilder getSigOrBuilder() {
|
||||
if (sigBuilder_ != null) {
|
||||
return sigBuilder_.getMessageOrBuilder();
|
||||
} else {
|
||||
return sig_ == null ?
|
||||
proto.ervu.rp.summons.Sig.getDefaultInstance() : sig_;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.Sig sig = 2;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilder<
|
||||
proto.ervu.rp.summons.Sig, proto.ervu.rp.summons.Sig.Builder, proto.ervu.rp.summons.SigOrBuilder>
|
||||
getSigFieldBuilder() {
|
||||
if (sigBuilder_ == null) {
|
||||
sigBuilder_ = new com.google.protobuf.SingleFieldBuilder<
|
||||
proto.ervu.rp.summons.Sig, proto.ervu.rp.summons.Sig.Builder, proto.ervu.rp.summons.SigOrBuilder>(
|
||||
getSig(),
|
||||
getParentForChildren(),
|
||||
isClean());
|
||||
sig_ = null;
|
||||
}
|
||||
return sigBuilder_;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:proto.ervu.rp.summons.DocumentsSummons)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:proto.ervu.rp.summons.DocumentsSummons)
|
||||
private static final proto.ervu.rp.summons.DocumentsSummons DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new proto.ervu.rp.summons.DocumentsSummons();
|
||||
}
|
||||
|
||||
public static proto.ervu.rp.summons.DocumentsSummons getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<DocumentsSummons>
|
||||
PARSER = new com.google.protobuf.AbstractParser<DocumentsSummons>() {
|
||||
@java.lang.Override
|
||||
public DocumentsSummons parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
Builder builder = newBuilder();
|
||||
try {
|
||||
builder.mergeFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.setUnfinishedMessage(builder.buildPartial());
|
||||
} catch (com.google.protobuf.UninitializedMessageException e) {
|
||||
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
|
||||
} catch (java.io.IOException e) {
|
||||
throw new com.google.protobuf.InvalidProtocolBufferException(e)
|
||||
.setUnfinishedMessage(builder.buildPartial());
|
||||
}
|
||||
return builder.buildPartial();
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<DocumentsSummons> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<DocumentsSummons> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.DocumentsSummons getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -1,41 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoSummonsResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package proto.ervu.rp.summons;
|
||||
|
||||
public interface DocumentsSummonsOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:proto.ervu.rp.summons.DocumentsSummons)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.SummonsDocumentCopy summonsDocumentCopy = 1;</code>
|
||||
* @return Whether the summonsDocumentCopy field is set.
|
||||
*/
|
||||
boolean hasSummonsDocumentCopy();
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.SummonsDocumentCopy summonsDocumentCopy = 1;</code>
|
||||
* @return The summonsDocumentCopy.
|
||||
*/
|
||||
proto.ervu.rp.summons.SummonsDocumentCopy getSummonsDocumentCopy();
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.SummonsDocumentCopy summonsDocumentCopy = 1;</code>
|
||||
*/
|
||||
proto.ervu.rp.summons.SummonsDocumentCopyOrBuilder getSummonsDocumentCopyOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.Sig sig = 2;</code>
|
||||
* @return Whether the sig field is set.
|
||||
*/
|
||||
boolean hasSig();
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.Sig sig = 2;</code>
|
||||
* @return The sig.
|
||||
*/
|
||||
proto.ervu.rp.summons.Sig getSig();
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.Sig sig = 2;</code>
|
||||
*/
|
||||
proto.ervu.rp.summons.SigOrBuilder getSigOrBuilder();
|
||||
}
|
||||
|
|
@ -1,907 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoSummonsResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package proto.ervu.rp.summons;
|
||||
|
||||
/**
|
||||
* Protobuf type {@code proto.ervu.rp.summons.MeasuresTemporary}
|
||||
*/
|
||||
public final class MeasuresTemporary extends
|
||||
com.google.protobuf.GeneratedMessage implements
|
||||
// @@protoc_insertion_point(message_implements:proto.ervu.rp.summons.MeasuresTemporary)
|
||||
MeasuresTemporaryOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
static {
|
||||
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 27,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
MeasuresTemporary.class.getName());
|
||||
}
|
||||
// Use MeasuresTemporary.newBuilder() to construct.
|
||||
private MeasuresTemporary(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private MeasuresTemporary() {
|
||||
startDate_ = "";
|
||||
measureCode_ = "";
|
||||
measureName_ = "";
|
||||
}
|
||||
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_MeasuresTemporary_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_MeasuresTemporary_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
proto.ervu.rp.summons.MeasuresTemporary.class, proto.ervu.rp.summons.MeasuresTemporary.Builder.class);
|
||||
}
|
||||
|
||||
public static final int USEFACT_FIELD_NUMBER = 1;
|
||||
private boolean useFact_ = false;
|
||||
/**
|
||||
* <code>bool useFact = 1;</code>
|
||||
* @return The useFact.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getUseFact() {
|
||||
return useFact_;
|
||||
}
|
||||
|
||||
public static final int STARTDATE_FIELD_NUMBER = 2;
|
||||
@SuppressWarnings("serial")
|
||||
private volatile java.lang.Object startDate_ = "";
|
||||
/**
|
||||
* <code>string startDate = 2;</code>
|
||||
* @return The startDate.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.lang.String getStartDate() {
|
||||
java.lang.Object ref = startDate_;
|
||||
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();
|
||||
startDate_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string startDate = 2;</code>
|
||||
* @return The bytes for startDate.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString
|
||||
getStartDateBytes() {
|
||||
java.lang.Object ref = startDate_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
startDate_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
|
||||
public static final int MEASURECODE_FIELD_NUMBER = 3;
|
||||
@SuppressWarnings("serial")
|
||||
private volatile java.lang.Object measureCode_ = "";
|
||||
/**
|
||||
* <code>string measureCode = 3;</code>
|
||||
* @return The measureCode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.lang.String getMeasureCode() {
|
||||
java.lang.Object ref = measureCode_;
|
||||
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();
|
||||
measureCode_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string measureCode = 3;</code>
|
||||
* @return The bytes for measureCode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString
|
||||
getMeasureCodeBytes() {
|
||||
java.lang.Object ref = measureCode_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
measureCode_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
|
||||
public static final int MEASURENAME_FIELD_NUMBER = 4;
|
||||
@SuppressWarnings("serial")
|
||||
private volatile java.lang.Object measureName_ = "";
|
||||
/**
|
||||
* <code>string measureName = 4;</code>
|
||||
* @return The measureName.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.lang.String getMeasureName() {
|
||||
java.lang.Object ref = measureName_;
|
||||
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();
|
||||
measureName_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string measureName = 4;</code>
|
||||
* @return The bytes for measureName.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString
|
||||
getMeasureNameBytes() {
|
||||
java.lang.Object ref = measureName_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
measureName_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
|
||||
public static final int MEASURESTATUS_FIELD_NUMBER = 5;
|
||||
private boolean measureStatus_ = false;
|
||||
/**
|
||||
* <code>bool measureStatus = 5;</code>
|
||||
* @return The measureStatus.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getMeasureStatus() {
|
||||
return measureStatus_;
|
||||
}
|
||||
|
||||
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 (useFact_ != false) {
|
||||
output.writeBool(1, useFact_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(startDate_)) {
|
||||
com.google.protobuf.GeneratedMessage.writeString(output, 2, startDate_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(measureCode_)) {
|
||||
com.google.protobuf.GeneratedMessage.writeString(output, 3, measureCode_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(measureName_)) {
|
||||
com.google.protobuf.GeneratedMessage.writeString(output, 4, measureName_);
|
||||
}
|
||||
if (measureStatus_ != false) {
|
||||
output.writeBool(5, measureStatus_);
|
||||
}
|
||||
getUnknownFields().writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (useFact_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(1, useFact_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(startDate_)) {
|
||||
size += com.google.protobuf.GeneratedMessage.computeStringSize(2, startDate_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(measureCode_)) {
|
||||
size += com.google.protobuf.GeneratedMessage.computeStringSize(3, measureCode_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(measureName_)) {
|
||||
size += com.google.protobuf.GeneratedMessage.computeStringSize(4, measureName_);
|
||||
}
|
||||
if (measureStatus_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(5, measureStatus_);
|
||||
}
|
||||
size += getUnknownFields().getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public boolean equals(final java.lang.Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof proto.ervu.rp.summons.MeasuresTemporary)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
proto.ervu.rp.summons.MeasuresTemporary other = (proto.ervu.rp.summons.MeasuresTemporary) obj;
|
||||
|
||||
if (getUseFact()
|
||||
!= other.getUseFact()) return false;
|
||||
if (!getStartDate()
|
||||
.equals(other.getStartDate())) return false;
|
||||
if (!getMeasureCode()
|
||||
.equals(other.getMeasureCode())) return false;
|
||||
if (!getMeasureName()
|
||||
.equals(other.getMeasureName())) return false;
|
||||
if (getMeasureStatus()
|
||||
!= other.getMeasureStatus()) return false;
|
||||
if (!getUnknownFields().equals(other.getUnknownFields())) 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) + USEFACT_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getUseFact());
|
||||
hash = (37 * hash) + STARTDATE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getStartDate().hashCode();
|
||||
hash = (37 * hash) + MEASURECODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getMeasureCode().hashCode();
|
||||
hash = (37 * hash) + MEASURENAME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getMeasureName().hashCode();
|
||||
hash = (37 * hash) + MEASURESTATUS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getMeasureStatus());
|
||||
hash = (29 * hash) + getUnknownFields().hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static proto.ervu.rp.summons.MeasuresTemporary parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static proto.ervu.rp.summons.MeasuresTemporary parseFrom(
|
||||
java.nio.ByteBuffer data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static proto.ervu.rp.summons.MeasuresTemporary parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static proto.ervu.rp.summons.MeasuresTemporary parseFrom(
|
||||
com.google.protobuf.ByteString data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static proto.ervu.rp.summons.MeasuresTemporary parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static proto.ervu.rp.summons.MeasuresTemporary parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static proto.ervu.rp.summons.MeasuresTemporary parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static proto.ervu.rp.summons.MeasuresTemporary parseFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
public static proto.ervu.rp.summons.MeasuresTemporary parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
public static proto.ervu.rp.summons.MeasuresTemporary parseDelimitedFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static proto.ervu.rp.summons.MeasuresTemporary parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static proto.ervu.rp.summons.MeasuresTemporary parseFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder newBuilderForType() { return newBuilder(); }
|
||||
public static Builder newBuilder() {
|
||||
return DEFAULT_INSTANCE.toBuilder();
|
||||
}
|
||||
public static Builder newBuilder(proto.ervu.rp.summons.MeasuresTemporary 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.GeneratedMessage.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code proto.ervu.rp.summons.MeasuresTemporary}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessage.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:proto.ervu.rp.summons.MeasuresTemporary)
|
||||
proto.ervu.rp.summons.MeasuresTemporaryOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_MeasuresTemporary_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_MeasuresTemporary_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
proto.ervu.rp.summons.MeasuresTemporary.class, proto.ervu.rp.summons.MeasuresTemporary.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using proto.ervu.rp.summons.MeasuresTemporary.newBuilder()
|
||||
private Builder() {
|
||||
|
||||
}
|
||||
|
||||
private Builder(
|
||||
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
|
||||
super(parent);
|
||||
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
bitField0_ = 0;
|
||||
useFact_ = false;
|
||||
startDate_ = "";
|
||||
measureCode_ = "";
|
||||
measureName_ = "";
|
||||
measureStatus_ = false;
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_MeasuresTemporary_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.MeasuresTemporary getDefaultInstanceForType() {
|
||||
return proto.ervu.rp.summons.MeasuresTemporary.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.MeasuresTemporary build() {
|
||||
proto.ervu.rp.summons.MeasuresTemporary result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.MeasuresTemporary buildPartial() {
|
||||
proto.ervu.rp.summons.MeasuresTemporary result = new proto.ervu.rp.summons.MeasuresTemporary(this);
|
||||
if (bitField0_ != 0) { buildPartial0(result); }
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
|
||||
private void buildPartial0(proto.ervu.rp.summons.MeasuresTemporary result) {
|
||||
int from_bitField0_ = bitField0_;
|
||||
if (((from_bitField0_ & 0x00000001) != 0)) {
|
||||
result.useFact_ = useFact_;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000002) != 0)) {
|
||||
result.startDate_ = startDate_;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000004) != 0)) {
|
||||
result.measureCode_ = measureCode_;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000008) != 0)) {
|
||||
result.measureName_ = measureName_;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000010) != 0)) {
|
||||
result.measureStatus_ = measureStatus_;
|
||||
}
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||||
if (other instanceof proto.ervu.rp.summons.MeasuresTemporary) {
|
||||
return mergeFrom((proto.ervu.rp.summons.MeasuresTemporary)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(proto.ervu.rp.summons.MeasuresTemporary other) {
|
||||
if (other == proto.ervu.rp.summons.MeasuresTemporary.getDefaultInstance()) return this;
|
||||
if (other.getUseFact() != false) {
|
||||
setUseFact(other.getUseFact());
|
||||
}
|
||||
if (!other.getStartDate().isEmpty()) {
|
||||
startDate_ = other.startDate_;
|
||||
bitField0_ |= 0x00000002;
|
||||
onChanged();
|
||||
}
|
||||
if (!other.getMeasureCode().isEmpty()) {
|
||||
measureCode_ = other.measureCode_;
|
||||
bitField0_ |= 0x00000004;
|
||||
onChanged();
|
||||
}
|
||||
if (!other.getMeasureName().isEmpty()) {
|
||||
measureName_ = other.measureName_;
|
||||
bitField0_ |= 0x00000008;
|
||||
onChanged();
|
||||
}
|
||||
if (other.getMeasureStatus() != false) {
|
||||
setMeasureStatus(other.getMeasureStatus());
|
||||
}
|
||||
this.mergeUnknownFields(other.getUnknownFields());
|
||||
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 {
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
int tag = input.readTag();
|
||||
switch (tag) {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 8: {
|
||||
useFact_ = input.readBool();
|
||||
bitField0_ |= 0x00000001;
|
||||
break;
|
||||
} // case 8
|
||||
case 18: {
|
||||
startDate_ = input.readStringRequireUtf8();
|
||||
bitField0_ |= 0x00000002;
|
||||
break;
|
||||
} // case 18
|
||||
case 26: {
|
||||
measureCode_ = input.readStringRequireUtf8();
|
||||
bitField0_ |= 0x00000004;
|
||||
break;
|
||||
} // case 26
|
||||
case 34: {
|
||||
measureName_ = input.readStringRequireUtf8();
|
||||
bitField0_ |= 0x00000008;
|
||||
break;
|
||||
} // case 34
|
||||
case 40: {
|
||||
measureStatus_ = input.readBool();
|
||||
bitField0_ |= 0x00000010;
|
||||
break;
|
||||
} // case 40
|
||||
default: {
|
||||
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
||||
done = true; // was an endgroup tag
|
||||
}
|
||||
break;
|
||||
} // default:
|
||||
} // switch (tag)
|
||||
} // while (!done)
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
onChanged();
|
||||
} // finally
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private boolean useFact_ ;
|
||||
/**
|
||||
* <code>bool useFact = 1;</code>
|
||||
* @return The useFact.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getUseFact() {
|
||||
return useFact_;
|
||||
}
|
||||
/**
|
||||
* <code>bool useFact = 1;</code>
|
||||
* @param value The useFact to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setUseFact(boolean value) {
|
||||
|
||||
useFact_ = value;
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool useFact = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearUseFact() {
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
useFact_ = false;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private java.lang.Object startDate_ = "";
|
||||
/**
|
||||
* <code>string startDate = 2;</code>
|
||||
* @return The startDate.
|
||||
*/
|
||||
public java.lang.String getStartDate() {
|
||||
java.lang.Object ref = startDate_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
startDate_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string startDate = 2;</code>
|
||||
* @return The bytes for startDate.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getStartDateBytes() {
|
||||
java.lang.Object ref = startDate_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
startDate_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string startDate = 2;</code>
|
||||
* @param value The startDate to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setStartDate(
|
||||
java.lang.String value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
startDate_ = value;
|
||||
bitField0_ |= 0x00000002;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string startDate = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearStartDate() {
|
||||
startDate_ = getDefaultInstance().getStartDate();
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string startDate = 2;</code>
|
||||
* @param value The bytes for startDate to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setStartDateBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
checkByteStringIsUtf8(value);
|
||||
startDate_ = value;
|
||||
bitField0_ |= 0x00000002;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private java.lang.Object measureCode_ = "";
|
||||
/**
|
||||
* <code>string measureCode = 3;</code>
|
||||
* @return The measureCode.
|
||||
*/
|
||||
public java.lang.String getMeasureCode() {
|
||||
java.lang.Object ref = measureCode_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
measureCode_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string measureCode = 3;</code>
|
||||
* @return The bytes for measureCode.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getMeasureCodeBytes() {
|
||||
java.lang.Object ref = measureCode_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
measureCode_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string measureCode = 3;</code>
|
||||
* @param value The measureCode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setMeasureCode(
|
||||
java.lang.String value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
measureCode_ = value;
|
||||
bitField0_ |= 0x00000004;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string measureCode = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearMeasureCode() {
|
||||
measureCode_ = getDefaultInstance().getMeasureCode();
|
||||
bitField0_ = (bitField0_ & ~0x00000004);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string measureCode = 3;</code>
|
||||
* @param value The bytes for measureCode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setMeasureCodeBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
checkByteStringIsUtf8(value);
|
||||
measureCode_ = value;
|
||||
bitField0_ |= 0x00000004;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private java.lang.Object measureName_ = "";
|
||||
/**
|
||||
* <code>string measureName = 4;</code>
|
||||
* @return The measureName.
|
||||
*/
|
||||
public java.lang.String getMeasureName() {
|
||||
java.lang.Object ref = measureName_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
measureName_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string measureName = 4;</code>
|
||||
* @return The bytes for measureName.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getMeasureNameBytes() {
|
||||
java.lang.Object ref = measureName_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
measureName_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string measureName = 4;</code>
|
||||
* @param value The measureName to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setMeasureName(
|
||||
java.lang.String value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
measureName_ = value;
|
||||
bitField0_ |= 0x00000008;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string measureName = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearMeasureName() {
|
||||
measureName_ = getDefaultInstance().getMeasureName();
|
||||
bitField0_ = (bitField0_ & ~0x00000008);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string measureName = 4;</code>
|
||||
* @param value The bytes for measureName to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setMeasureNameBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
checkByteStringIsUtf8(value);
|
||||
measureName_ = value;
|
||||
bitField0_ |= 0x00000008;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean measureStatus_ ;
|
||||
/**
|
||||
* <code>bool measureStatus = 5;</code>
|
||||
* @return The measureStatus.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getMeasureStatus() {
|
||||
return measureStatus_;
|
||||
}
|
||||
/**
|
||||
* <code>bool measureStatus = 5;</code>
|
||||
* @param value The measureStatus to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setMeasureStatus(boolean value) {
|
||||
|
||||
measureStatus_ = value;
|
||||
bitField0_ |= 0x00000010;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool measureStatus = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearMeasureStatus() {
|
||||
bitField0_ = (bitField0_ & ~0x00000010);
|
||||
measureStatus_ = false;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:proto.ervu.rp.summons.MeasuresTemporary)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:proto.ervu.rp.summons.MeasuresTemporary)
|
||||
private static final proto.ervu.rp.summons.MeasuresTemporary DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new proto.ervu.rp.summons.MeasuresTemporary();
|
||||
}
|
||||
|
||||
public static proto.ervu.rp.summons.MeasuresTemporary getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<MeasuresTemporary>
|
||||
PARSER = new com.google.protobuf.AbstractParser<MeasuresTemporary>() {
|
||||
@java.lang.Override
|
||||
public MeasuresTemporary parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
Builder builder = newBuilder();
|
||||
try {
|
||||
builder.mergeFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.setUnfinishedMessage(builder.buildPartial());
|
||||
} catch (com.google.protobuf.UninitializedMessageException e) {
|
||||
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
|
||||
} catch (java.io.IOException e) {
|
||||
throw new com.google.protobuf.InvalidProtocolBufferException(e)
|
||||
.setUnfinishedMessage(builder.buildPartial());
|
||||
}
|
||||
return builder.buildPartial();
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<MeasuresTemporary> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<MeasuresTemporary> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.MeasuresTemporary getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -1,59 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoSummonsResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package proto.ervu.rp.summons;
|
||||
|
||||
public interface MeasuresTemporaryOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:proto.ervu.rp.summons.MeasuresTemporary)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>bool useFact = 1;</code>
|
||||
* @return The useFact.
|
||||
*/
|
||||
boolean getUseFact();
|
||||
|
||||
/**
|
||||
* <code>string startDate = 2;</code>
|
||||
* @return The startDate.
|
||||
*/
|
||||
java.lang.String getStartDate();
|
||||
/**
|
||||
* <code>string startDate = 2;</code>
|
||||
* @return The bytes for startDate.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getStartDateBytes();
|
||||
|
||||
/**
|
||||
* <code>string measureCode = 3;</code>
|
||||
* @return The measureCode.
|
||||
*/
|
||||
java.lang.String getMeasureCode();
|
||||
/**
|
||||
* <code>string measureCode = 3;</code>
|
||||
* @return The bytes for measureCode.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMeasureCodeBytes();
|
||||
|
||||
/**
|
||||
* <code>string measureName = 4;</code>
|
||||
* @return The measureName.
|
||||
*/
|
||||
java.lang.String getMeasureName();
|
||||
/**
|
||||
* <code>string measureName = 4;</code>
|
||||
* @return The bytes for measureName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMeasureNameBytes();
|
||||
|
||||
/**
|
||||
* <code>bool measureStatus = 5;</code>
|
||||
* @return The measureStatus.
|
||||
*/
|
||||
boolean getMeasureStatus();
|
||||
}
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,95 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoSummonsResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package proto.ervu.rp.summons;
|
||||
|
||||
public interface MeasuresTemporaryPackageOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:proto.ervu.rp.summons.MeasuresTemporaryPackage)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>bool useFactPackage = 1;</code>
|
||||
* @return The useFactPackage.
|
||||
*/
|
||||
boolean getUseFactPackage();
|
||||
|
||||
/**
|
||||
* <code>string measureNumber = 2;</code>
|
||||
* @return The measureNumber.
|
||||
*/
|
||||
java.lang.String getMeasureNumber();
|
||||
/**
|
||||
* <code>string measureNumber = 2;</code>
|
||||
* @return The bytes for measureNumber.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMeasureNumberBytes();
|
||||
|
||||
/**
|
||||
* <code>string militaryCommissariatName = 3;</code>
|
||||
* @return The militaryCommissariatName.
|
||||
*/
|
||||
java.lang.String getMilitaryCommissariatName();
|
||||
/**
|
||||
* <code>string militaryCommissariatName = 3;</code>
|
||||
* @return The bytes for militaryCommissariatName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMilitaryCommissariatNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string applicationPackageStartDate = 4;</code>
|
||||
* @return The applicationPackageStartDate.
|
||||
*/
|
||||
java.lang.String getApplicationPackageStartDate();
|
||||
/**
|
||||
* <code>string applicationPackageStartDate = 4;</code>
|
||||
* @return The bytes for applicationPackageStartDate.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getApplicationPackageStartDateBytes();
|
||||
|
||||
/**
|
||||
* <code>string packageStartDate = 5;</code>
|
||||
* @return The packageStartDate.
|
||||
*/
|
||||
java.lang.String getPackageStartDate();
|
||||
/**
|
||||
* <code>string packageStartDate = 5;</code>
|
||||
* @return The bytes for packageStartDate.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getPackageStartDateBytes();
|
||||
|
||||
/**
|
||||
* <code>bool packageMeasureStatus = 6;</code>
|
||||
* @return The packageMeasureStatus.
|
||||
*/
|
||||
boolean getPackageMeasureStatus();
|
||||
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.MeasuresTemporary measuresTemporaries = 7;</code>
|
||||
*/
|
||||
java.util.List<proto.ervu.rp.summons.MeasuresTemporary>
|
||||
getMeasuresTemporariesList();
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.MeasuresTemporary measuresTemporaries = 7;</code>
|
||||
*/
|
||||
proto.ervu.rp.summons.MeasuresTemporary getMeasuresTemporaries(int index);
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.MeasuresTemporary measuresTemporaries = 7;</code>
|
||||
*/
|
||||
int getMeasuresTemporariesCount();
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.MeasuresTemporary measuresTemporaries = 7;</code>
|
||||
*/
|
||||
java.util.List<? extends proto.ervu.rp.summons.MeasuresTemporaryOrBuilder>
|
||||
getMeasuresTemporariesOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.MeasuresTemporary measuresTemporaries = 7;</code>
|
||||
*/
|
||||
proto.ervu.rp.summons.MeasuresTemporaryOrBuilder getMeasuresTemporariesOrBuilder(
|
||||
int index);
|
||||
}
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,113 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoSummonsResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package proto.ervu.rp.summons;
|
||||
|
||||
public interface RecruitmentInfoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:proto.ervu.rp.summons.RecruitmentInfo)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>string militaryCommissariatCode = 1;</code>
|
||||
* @return The militaryCommissariatCode.
|
||||
*/
|
||||
java.lang.String getMilitaryCommissariatCode();
|
||||
/**
|
||||
* <code>string militaryCommissariatCode = 1;</code>
|
||||
* @return The bytes for militaryCommissariatCode.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMilitaryCommissariatCodeBytes();
|
||||
|
||||
/**
|
||||
* <code>string militaryCommissariatName = 2;</code>
|
||||
* @return The militaryCommissariatName.
|
||||
*/
|
||||
java.lang.String getMilitaryCommissariatName();
|
||||
/**
|
||||
* <code>string militaryCommissariatName = 2;</code>
|
||||
* @return The bytes for militaryCommissariatName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMilitaryCommissariatNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string recruitmentStatusCode = 3;</code>
|
||||
* @return The recruitmentStatusCode.
|
||||
*/
|
||||
java.lang.String getRecruitmentStatusCode();
|
||||
/**
|
||||
* <code>string recruitmentStatusCode = 3;</code>
|
||||
* @return The bytes for recruitmentStatusCode.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getRecruitmentStatusCodeBytes();
|
||||
|
||||
/**
|
||||
* <code>string recruitmentStatusName = 4;</code>
|
||||
* @return The recruitmentStatusName.
|
||||
*/
|
||||
java.lang.String getRecruitmentStatusName();
|
||||
/**
|
||||
* <code>string recruitmentStatusName = 4;</code>
|
||||
* @return The bytes for recruitmentStatusName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getRecruitmentStatusNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string recruitmentStart = 5;</code>
|
||||
* @return The recruitmentStart.
|
||||
*/
|
||||
java.lang.String getRecruitmentStart();
|
||||
/**
|
||||
* <code>string recruitmentStart = 5;</code>
|
||||
* @return The bytes for recruitmentStart.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getRecruitmentStartBytes();
|
||||
|
||||
/**
|
||||
* <code>string recruitmentReasonCode = 6;</code>
|
||||
* @return The recruitmentReasonCode.
|
||||
*/
|
||||
java.lang.String getRecruitmentReasonCode();
|
||||
/**
|
||||
* <code>string recruitmentReasonCode = 6;</code>
|
||||
* @return The bytes for recruitmentReasonCode.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getRecruitmentReasonCodeBytes();
|
||||
|
||||
/**
|
||||
* <code>string recruitmentReasonName = 7;</code>
|
||||
* @return The recruitmentReasonName.
|
||||
*/
|
||||
java.lang.String getRecruitmentReasonName();
|
||||
/**
|
||||
* <code>string recruitmentReasonName = 7;</code>
|
||||
* @return The bytes for recruitmentReasonName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getRecruitmentReasonNameBytes();
|
||||
|
||||
/**
|
||||
* <code>bool recruitmentDocStatus = 8;</code>
|
||||
* @return The recruitmentDocStatus.
|
||||
*/
|
||||
boolean getRecruitmentDocStatus();
|
||||
|
||||
/**
|
||||
* <code>string recruitmentDocDate = 9;</code>
|
||||
* @return The recruitmentDocDate.
|
||||
*/
|
||||
java.lang.String getRecruitmentDocDate();
|
||||
/**
|
||||
* <code>string recruitmentDocDate = 9;</code>
|
||||
* @return The bytes for recruitmentDocDate.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getRecruitmentDocDateBytes();
|
||||
}
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,71 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoSummonsResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package proto.ervu.rp.summons;
|
||||
|
||||
public interface ResponseDataAddressOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:proto.ervu.rp.summons.ResponseDataAddress)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>string addressCode = 1;</code>
|
||||
* @return The addressCode.
|
||||
*/
|
||||
java.lang.String getAddressCode();
|
||||
/**
|
||||
* <code>string addressCode = 1;</code>
|
||||
* @return The bytes for addressCode.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getAddressCodeBytes();
|
||||
|
||||
/**
|
||||
* <code>string addressTypeName = 2;</code>
|
||||
* @return The addressTypeName.
|
||||
*/
|
||||
java.lang.String getAddressTypeName();
|
||||
/**
|
||||
* <code>string addressTypeName = 2;</code>
|
||||
* @return The bytes for addressTypeName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getAddressTypeNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string addressReg = 3;</code>
|
||||
* @return The addressReg.
|
||||
*/
|
||||
java.lang.String getAddressReg();
|
||||
/**
|
||||
* <code>string addressReg = 3;</code>
|
||||
* @return The bytes for addressReg.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getAddressRegBytes();
|
||||
|
||||
/**
|
||||
* <code>string addressRegDateStart = 4;</code>
|
||||
* @return The addressRegDateStart.
|
||||
*/
|
||||
java.lang.String getAddressRegDateStart();
|
||||
/**
|
||||
* <code>string addressRegDateStart = 4;</code>
|
||||
* @return The bytes for addressRegDateStart.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getAddressRegDateStartBytes();
|
||||
|
||||
/**
|
||||
* <code>string addressRegDateEnd = 5;</code>
|
||||
* @return The addressRegDateEnd.
|
||||
*/
|
||||
java.lang.String getAddressRegDateEnd();
|
||||
/**
|
||||
* <code>string addressRegDateEnd = 5;</code>
|
||||
* @return The bytes for addressRegDateEnd.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getAddressRegDateEndBytes();
|
||||
}
|
||||
|
|
@ -1,568 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoSummonsResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package proto.ervu.rp.summons;
|
||||
|
||||
/**
|
||||
* Protobuf type {@code proto.ervu.rp.summons.Sig}
|
||||
*/
|
||||
public final class Sig extends
|
||||
com.google.protobuf.GeneratedMessage implements
|
||||
// @@protoc_insertion_point(message_implements:proto.ervu.rp.summons.Sig)
|
||||
SigOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
static {
|
||||
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 27,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
Sig.class.getName());
|
||||
}
|
||||
// Use Sig.newBuilder() to construct.
|
||||
private Sig(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private Sig() {
|
||||
name_ = "";
|
||||
file_ = com.google.protobuf.ByteString.EMPTY;
|
||||
}
|
||||
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_Sig_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_Sig_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
proto.ervu.rp.summons.Sig.class, proto.ervu.rp.summons.Sig.Builder.class);
|
||||
}
|
||||
|
||||
public static final int NAME_FIELD_NUMBER = 1;
|
||||
@SuppressWarnings("serial")
|
||||
private volatile java.lang.Object name_ = "";
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
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();
|
||||
name_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
java.lang.Object ref = name_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
name_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
|
||||
public static final int FILE_FIELD_NUMBER = 2;
|
||||
private com.google.protobuf.ByteString file_ = com.google.protobuf.ByteString.EMPTY;
|
||||
/**
|
||||
* <code>bytes file = 2;</code>
|
||||
* @return The file.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString getFile() {
|
||||
return file_;
|
||||
}
|
||||
|
||||
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.GeneratedMessage.isStringEmpty(name_)) {
|
||||
com.google.protobuf.GeneratedMessage.writeString(output, 1, name_);
|
||||
}
|
||||
if (!file_.isEmpty()) {
|
||||
output.writeBytes(2, file_);
|
||||
}
|
||||
getUnknownFields().writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
|
||||
size += com.google.protobuf.GeneratedMessage.computeStringSize(1, name_);
|
||||
}
|
||||
if (!file_.isEmpty()) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBytesSize(2, file_);
|
||||
}
|
||||
size += getUnknownFields().getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public boolean equals(final java.lang.Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof proto.ervu.rp.summons.Sig)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
proto.ervu.rp.summons.Sig other = (proto.ervu.rp.summons.Sig) obj;
|
||||
|
||||
if (!getName()
|
||||
.equals(other.getName())) return false;
|
||||
if (!getFile()
|
||||
.equals(other.getFile())) return false;
|
||||
if (!getUnknownFields().equals(other.getUnknownFields())) 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) + NAME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getName().hashCode();
|
||||
hash = (37 * hash) + FILE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getFile().hashCode();
|
||||
hash = (29 * hash) + getUnknownFields().hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static proto.ervu.rp.summons.Sig parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static proto.ervu.rp.summons.Sig parseFrom(
|
||||
java.nio.ByteBuffer data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static proto.ervu.rp.summons.Sig parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static proto.ervu.rp.summons.Sig parseFrom(
|
||||
com.google.protobuf.ByteString data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static proto.ervu.rp.summons.Sig parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static proto.ervu.rp.summons.Sig parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static proto.ervu.rp.summons.Sig parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static proto.ervu.rp.summons.Sig parseFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
public static proto.ervu.rp.summons.Sig parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
public static proto.ervu.rp.summons.Sig parseDelimitedFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static proto.ervu.rp.summons.Sig parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static proto.ervu.rp.summons.Sig parseFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder newBuilderForType() { return newBuilder(); }
|
||||
public static Builder newBuilder() {
|
||||
return DEFAULT_INSTANCE.toBuilder();
|
||||
}
|
||||
public static Builder newBuilder(proto.ervu.rp.summons.Sig 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.GeneratedMessage.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code proto.ervu.rp.summons.Sig}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessage.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:proto.ervu.rp.summons.Sig)
|
||||
proto.ervu.rp.summons.SigOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_Sig_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_Sig_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
proto.ervu.rp.summons.Sig.class, proto.ervu.rp.summons.Sig.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using proto.ervu.rp.summons.Sig.newBuilder()
|
||||
private Builder() {
|
||||
|
||||
}
|
||||
|
||||
private Builder(
|
||||
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
|
||||
super(parent);
|
||||
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
bitField0_ = 0;
|
||||
name_ = "";
|
||||
file_ = com.google.protobuf.ByteString.EMPTY;
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_Sig_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.Sig getDefaultInstanceForType() {
|
||||
return proto.ervu.rp.summons.Sig.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.Sig build() {
|
||||
proto.ervu.rp.summons.Sig result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.Sig buildPartial() {
|
||||
proto.ervu.rp.summons.Sig result = new proto.ervu.rp.summons.Sig(this);
|
||||
if (bitField0_ != 0) { buildPartial0(result); }
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
|
||||
private void buildPartial0(proto.ervu.rp.summons.Sig result) {
|
||||
int from_bitField0_ = bitField0_;
|
||||
if (((from_bitField0_ & 0x00000001) != 0)) {
|
||||
result.name_ = name_;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000002) != 0)) {
|
||||
result.file_ = file_;
|
||||
}
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||||
if (other instanceof proto.ervu.rp.summons.Sig) {
|
||||
return mergeFrom((proto.ervu.rp.summons.Sig)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(proto.ervu.rp.summons.Sig other) {
|
||||
if (other == proto.ervu.rp.summons.Sig.getDefaultInstance()) return this;
|
||||
if (!other.getName().isEmpty()) {
|
||||
name_ = other.name_;
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
}
|
||||
if (other.getFile() != com.google.protobuf.ByteString.EMPTY) {
|
||||
setFile(other.getFile());
|
||||
}
|
||||
this.mergeUnknownFields(other.getUnknownFields());
|
||||
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 {
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
int tag = input.readTag();
|
||||
switch (tag) {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 10: {
|
||||
name_ = input.readStringRequireUtf8();
|
||||
bitField0_ |= 0x00000001;
|
||||
break;
|
||||
} // case 10
|
||||
case 18: {
|
||||
file_ = input.readBytes();
|
||||
bitField0_ |= 0x00000002;
|
||||
break;
|
||||
} // case 18
|
||||
default: {
|
||||
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
||||
done = true; // was an endgroup tag
|
||||
}
|
||||
break;
|
||||
} // default:
|
||||
} // switch (tag)
|
||||
} // while (!done)
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
onChanged();
|
||||
} // finally
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private java.lang.Object name_ = "";
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
name_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
java.lang.Object ref = name_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
name_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @param value The name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setName(
|
||||
java.lang.String value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
name_ = value;
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearName() {
|
||||
name_ = getDefaultInstance().getName();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @param value The bytes for name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setNameBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
checkByteStringIsUtf8(value);
|
||||
name_ = value;
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private com.google.protobuf.ByteString file_ = com.google.protobuf.ByteString.EMPTY;
|
||||
/**
|
||||
* <code>bytes file = 2;</code>
|
||||
* @return The file.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString getFile() {
|
||||
return file_;
|
||||
}
|
||||
/**
|
||||
* <code>bytes file = 2;</code>
|
||||
* @param value The file to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFile(com.google.protobuf.ByteString value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
file_ = value;
|
||||
bitField0_ |= 0x00000002;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bytes file = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFile() {
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
file_ = getDefaultInstance().getFile();
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:proto.ervu.rp.summons.Sig)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:proto.ervu.rp.summons.Sig)
|
||||
private static final proto.ervu.rp.summons.Sig DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new proto.ervu.rp.summons.Sig();
|
||||
}
|
||||
|
||||
public static proto.ervu.rp.summons.Sig getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<Sig>
|
||||
PARSER = new com.google.protobuf.AbstractParser<Sig>() {
|
||||
@java.lang.Override
|
||||
public Sig parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
Builder builder = newBuilder();
|
||||
try {
|
||||
builder.mergeFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.setUnfinishedMessage(builder.buildPartial());
|
||||
} catch (com.google.protobuf.UninitializedMessageException e) {
|
||||
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
|
||||
} catch (java.io.IOException e) {
|
||||
throw new com.google.protobuf.InvalidProtocolBufferException(e)
|
||||
.setUnfinishedMessage(builder.buildPartial());
|
||||
}
|
||||
return builder.buildPartial();
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<Sig> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<Sig> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.Sig getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoSummonsResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package proto.ervu.rp.summons;
|
||||
|
||||
public interface SigOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:proto.ervu.rp.summons.Sig)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
java.lang.String getName();
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getNameBytes();
|
||||
|
||||
/**
|
||||
* <code>bytes file = 2;</code>
|
||||
* @return The file.
|
||||
*/
|
||||
com.google.protobuf.ByteString getFile();
|
||||
}
|
||||
|
|
@ -1,568 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoSummonsResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package proto.ervu.rp.summons;
|
||||
|
||||
/**
|
||||
* Protobuf type {@code proto.ervu.rp.summons.SummonsDocumentCopy}
|
||||
*/
|
||||
public final class SummonsDocumentCopy extends
|
||||
com.google.protobuf.GeneratedMessage implements
|
||||
// @@protoc_insertion_point(message_implements:proto.ervu.rp.summons.SummonsDocumentCopy)
|
||||
SummonsDocumentCopyOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
static {
|
||||
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 27,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
SummonsDocumentCopy.class.getName());
|
||||
}
|
||||
// Use SummonsDocumentCopy.newBuilder() to construct.
|
||||
private SummonsDocumentCopy(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private SummonsDocumentCopy() {
|
||||
name_ = "";
|
||||
file_ = com.google.protobuf.ByteString.EMPTY;
|
||||
}
|
||||
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_SummonsDocumentCopy_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_SummonsDocumentCopy_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
proto.ervu.rp.summons.SummonsDocumentCopy.class, proto.ervu.rp.summons.SummonsDocumentCopy.Builder.class);
|
||||
}
|
||||
|
||||
public static final int NAME_FIELD_NUMBER = 1;
|
||||
@SuppressWarnings("serial")
|
||||
private volatile java.lang.Object name_ = "";
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
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();
|
||||
name_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
java.lang.Object ref = name_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
name_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
|
||||
public static final int FILE_FIELD_NUMBER = 2;
|
||||
private com.google.protobuf.ByteString file_ = com.google.protobuf.ByteString.EMPTY;
|
||||
/**
|
||||
* <code>bytes file = 2;</code>
|
||||
* @return The file.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString getFile() {
|
||||
return file_;
|
||||
}
|
||||
|
||||
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.GeneratedMessage.isStringEmpty(name_)) {
|
||||
com.google.protobuf.GeneratedMessage.writeString(output, 1, name_);
|
||||
}
|
||||
if (!file_.isEmpty()) {
|
||||
output.writeBytes(2, file_);
|
||||
}
|
||||
getUnknownFields().writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
|
||||
size += com.google.protobuf.GeneratedMessage.computeStringSize(1, name_);
|
||||
}
|
||||
if (!file_.isEmpty()) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBytesSize(2, file_);
|
||||
}
|
||||
size += getUnknownFields().getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public boolean equals(final java.lang.Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof proto.ervu.rp.summons.SummonsDocumentCopy)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
proto.ervu.rp.summons.SummonsDocumentCopy other = (proto.ervu.rp.summons.SummonsDocumentCopy) obj;
|
||||
|
||||
if (!getName()
|
||||
.equals(other.getName())) return false;
|
||||
if (!getFile()
|
||||
.equals(other.getFile())) return false;
|
||||
if (!getUnknownFields().equals(other.getUnknownFields())) 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) + NAME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getName().hashCode();
|
||||
hash = (37 * hash) + FILE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getFile().hashCode();
|
||||
hash = (29 * hash) + getUnknownFields().hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static proto.ervu.rp.summons.SummonsDocumentCopy parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static proto.ervu.rp.summons.SummonsDocumentCopy parseFrom(
|
||||
java.nio.ByteBuffer data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static proto.ervu.rp.summons.SummonsDocumentCopy parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static proto.ervu.rp.summons.SummonsDocumentCopy parseFrom(
|
||||
com.google.protobuf.ByteString data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static proto.ervu.rp.summons.SummonsDocumentCopy parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static proto.ervu.rp.summons.SummonsDocumentCopy parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static proto.ervu.rp.summons.SummonsDocumentCopy parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static proto.ervu.rp.summons.SummonsDocumentCopy parseFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
public static proto.ervu.rp.summons.SummonsDocumentCopy parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
public static proto.ervu.rp.summons.SummonsDocumentCopy parseDelimitedFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static proto.ervu.rp.summons.SummonsDocumentCopy parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static proto.ervu.rp.summons.SummonsDocumentCopy parseFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder newBuilderForType() { return newBuilder(); }
|
||||
public static Builder newBuilder() {
|
||||
return DEFAULT_INSTANCE.toBuilder();
|
||||
}
|
||||
public static Builder newBuilder(proto.ervu.rp.summons.SummonsDocumentCopy 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.GeneratedMessage.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code proto.ervu.rp.summons.SummonsDocumentCopy}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessage.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:proto.ervu.rp.summons.SummonsDocumentCopy)
|
||||
proto.ervu.rp.summons.SummonsDocumentCopyOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_SummonsDocumentCopy_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_SummonsDocumentCopy_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
proto.ervu.rp.summons.SummonsDocumentCopy.class, proto.ervu.rp.summons.SummonsDocumentCopy.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using proto.ervu.rp.summons.SummonsDocumentCopy.newBuilder()
|
||||
private Builder() {
|
||||
|
||||
}
|
||||
|
||||
private Builder(
|
||||
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
|
||||
super(parent);
|
||||
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
bitField0_ = 0;
|
||||
name_ = "";
|
||||
file_ = com.google.protobuf.ByteString.EMPTY;
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_SummonsDocumentCopy_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.SummonsDocumentCopy getDefaultInstanceForType() {
|
||||
return proto.ervu.rp.summons.SummonsDocumentCopy.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.SummonsDocumentCopy build() {
|
||||
proto.ervu.rp.summons.SummonsDocumentCopy result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.SummonsDocumentCopy buildPartial() {
|
||||
proto.ervu.rp.summons.SummonsDocumentCopy result = new proto.ervu.rp.summons.SummonsDocumentCopy(this);
|
||||
if (bitField0_ != 0) { buildPartial0(result); }
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
|
||||
private void buildPartial0(proto.ervu.rp.summons.SummonsDocumentCopy result) {
|
||||
int from_bitField0_ = bitField0_;
|
||||
if (((from_bitField0_ & 0x00000001) != 0)) {
|
||||
result.name_ = name_;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000002) != 0)) {
|
||||
result.file_ = file_;
|
||||
}
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||||
if (other instanceof proto.ervu.rp.summons.SummonsDocumentCopy) {
|
||||
return mergeFrom((proto.ervu.rp.summons.SummonsDocumentCopy)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(proto.ervu.rp.summons.SummonsDocumentCopy other) {
|
||||
if (other == proto.ervu.rp.summons.SummonsDocumentCopy.getDefaultInstance()) return this;
|
||||
if (!other.getName().isEmpty()) {
|
||||
name_ = other.name_;
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
}
|
||||
if (other.getFile() != com.google.protobuf.ByteString.EMPTY) {
|
||||
setFile(other.getFile());
|
||||
}
|
||||
this.mergeUnknownFields(other.getUnknownFields());
|
||||
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 {
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
int tag = input.readTag();
|
||||
switch (tag) {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 10: {
|
||||
name_ = input.readStringRequireUtf8();
|
||||
bitField0_ |= 0x00000001;
|
||||
break;
|
||||
} // case 10
|
||||
case 18: {
|
||||
file_ = input.readBytes();
|
||||
bitField0_ |= 0x00000002;
|
||||
break;
|
||||
} // case 18
|
||||
default: {
|
||||
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
||||
done = true; // was an endgroup tag
|
||||
}
|
||||
break;
|
||||
} // default:
|
||||
} // switch (tag)
|
||||
} // while (!done)
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
onChanged();
|
||||
} // finally
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private java.lang.Object name_ = "";
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
name_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
java.lang.Object ref = name_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
name_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @param value The name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setName(
|
||||
java.lang.String value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
name_ = value;
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearName() {
|
||||
name_ = getDefaultInstance().getName();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @param value The bytes for name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setNameBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
checkByteStringIsUtf8(value);
|
||||
name_ = value;
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private com.google.protobuf.ByteString file_ = com.google.protobuf.ByteString.EMPTY;
|
||||
/**
|
||||
* <code>bytes file = 2;</code>
|
||||
* @return The file.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString getFile() {
|
||||
return file_;
|
||||
}
|
||||
/**
|
||||
* <code>bytes file = 2;</code>
|
||||
* @param value The file to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFile(com.google.protobuf.ByteString value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
file_ = value;
|
||||
bitField0_ |= 0x00000002;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bytes file = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFile() {
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
file_ = getDefaultInstance().getFile();
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:proto.ervu.rp.summons.SummonsDocumentCopy)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:proto.ervu.rp.summons.SummonsDocumentCopy)
|
||||
private static final proto.ervu.rp.summons.SummonsDocumentCopy DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new proto.ervu.rp.summons.SummonsDocumentCopy();
|
||||
}
|
||||
|
||||
public static proto.ervu.rp.summons.SummonsDocumentCopy getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<SummonsDocumentCopy>
|
||||
PARSER = new com.google.protobuf.AbstractParser<SummonsDocumentCopy>() {
|
||||
@java.lang.Override
|
||||
public SummonsDocumentCopy parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
Builder builder = newBuilder();
|
||||
try {
|
||||
builder.mergeFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.setUnfinishedMessage(builder.buildPartial());
|
||||
} catch (com.google.protobuf.UninitializedMessageException e) {
|
||||
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
|
||||
} catch (java.io.IOException e) {
|
||||
throw new com.google.protobuf.InvalidProtocolBufferException(e)
|
||||
.setUnfinishedMessage(builder.buildPartial());
|
||||
}
|
||||
return builder.buildPartial();
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<SummonsDocumentCopy> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<SummonsDocumentCopy> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.SummonsDocumentCopy getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoSummonsResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package proto.ervu.rp.summons;
|
||||
|
||||
public interface SummonsDocumentCopyOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:proto.ervu.rp.summons.SummonsDocumentCopy)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
java.lang.String getName();
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getNameBytes();
|
||||
|
||||
/**
|
||||
* <code>bytes file = 2;</code>
|
||||
* @return The file.
|
||||
*/
|
||||
com.google.protobuf.ByteString getFile();
|
||||
}
|
||||
|
|
@ -1,637 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoSummonsResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package proto.ervu.rp.summons;
|
||||
|
||||
/**
|
||||
* Protobuf type {@code proto.ervu.rp.summons.SummonsErrorResponseData}
|
||||
*/
|
||||
public final class SummonsErrorResponseData extends
|
||||
com.google.protobuf.GeneratedMessage implements
|
||||
// @@protoc_insertion_point(message_implements:proto.ervu.rp.summons.SummonsErrorResponseData)
|
||||
SummonsErrorResponseDataOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
static {
|
||||
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 27,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
SummonsErrorResponseData.class.getName());
|
||||
}
|
||||
// Use SummonsErrorResponseData.newBuilder() to construct.
|
||||
private SummonsErrorResponseData(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private SummonsErrorResponseData() {
|
||||
code_ = "";
|
||||
name_ = "";
|
||||
}
|
||||
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_SummonsErrorResponseData_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_SummonsErrorResponseData_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
proto.ervu.rp.summons.SummonsErrorResponseData.class, proto.ervu.rp.summons.SummonsErrorResponseData.Builder.class);
|
||||
}
|
||||
|
||||
public static final int CODE_FIELD_NUMBER = 1;
|
||||
@SuppressWarnings("serial")
|
||||
private volatile java.lang.Object code_ = "";
|
||||
/**
|
||||
* <code>string code = 1;</code>
|
||||
* @return The code.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.lang.String getCode() {
|
||||
java.lang.Object ref = code_;
|
||||
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();
|
||||
code_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string code = 1;</code>
|
||||
* @return The bytes for code.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString
|
||||
getCodeBytes() {
|
||||
java.lang.Object ref = code_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
code_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
|
||||
public static final int NAME_FIELD_NUMBER = 2;
|
||||
@SuppressWarnings("serial")
|
||||
private volatile java.lang.Object name_ = "";
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
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();
|
||||
name_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
java.lang.Object ref = name_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
name_ = 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.GeneratedMessage.isStringEmpty(code_)) {
|
||||
com.google.protobuf.GeneratedMessage.writeString(output, 1, code_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
|
||||
com.google.protobuf.GeneratedMessage.writeString(output, 2, name_);
|
||||
}
|
||||
getUnknownFields().writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(code_)) {
|
||||
size += com.google.protobuf.GeneratedMessage.computeStringSize(1, code_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
|
||||
size += com.google.protobuf.GeneratedMessage.computeStringSize(2, name_);
|
||||
}
|
||||
size += getUnknownFields().getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public boolean equals(final java.lang.Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof proto.ervu.rp.summons.SummonsErrorResponseData)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
proto.ervu.rp.summons.SummonsErrorResponseData other = (proto.ervu.rp.summons.SummonsErrorResponseData) obj;
|
||||
|
||||
if (!getCode()
|
||||
.equals(other.getCode())) return false;
|
||||
if (!getName()
|
||||
.equals(other.getName())) return false;
|
||||
if (!getUnknownFields().equals(other.getUnknownFields())) 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) + CODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getCode().hashCode();
|
||||
hash = (37 * hash) + NAME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getName().hashCode();
|
||||
hash = (29 * hash) + getUnknownFields().hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static proto.ervu.rp.summons.SummonsErrorResponseData parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static proto.ervu.rp.summons.SummonsErrorResponseData parseFrom(
|
||||
java.nio.ByteBuffer data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static proto.ervu.rp.summons.SummonsErrorResponseData parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static proto.ervu.rp.summons.SummonsErrorResponseData parseFrom(
|
||||
com.google.protobuf.ByteString data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static proto.ervu.rp.summons.SummonsErrorResponseData parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static proto.ervu.rp.summons.SummonsErrorResponseData parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static proto.ervu.rp.summons.SummonsErrorResponseData parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static proto.ervu.rp.summons.SummonsErrorResponseData parseFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
public static proto.ervu.rp.summons.SummonsErrorResponseData parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
public static proto.ervu.rp.summons.SummonsErrorResponseData parseDelimitedFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static proto.ervu.rp.summons.SummonsErrorResponseData parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static proto.ervu.rp.summons.SummonsErrorResponseData parseFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder newBuilderForType() { return newBuilder(); }
|
||||
public static Builder newBuilder() {
|
||||
return DEFAULT_INSTANCE.toBuilder();
|
||||
}
|
||||
public static Builder newBuilder(proto.ervu.rp.summons.SummonsErrorResponseData 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.GeneratedMessage.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code proto.ervu.rp.summons.SummonsErrorResponseData}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessage.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:proto.ervu.rp.summons.SummonsErrorResponseData)
|
||||
proto.ervu.rp.summons.SummonsErrorResponseDataOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_SummonsErrorResponseData_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_SummonsErrorResponseData_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
proto.ervu.rp.summons.SummonsErrorResponseData.class, proto.ervu.rp.summons.SummonsErrorResponseData.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using proto.ervu.rp.summons.SummonsErrorResponseData.newBuilder()
|
||||
private Builder() {
|
||||
|
||||
}
|
||||
|
||||
private Builder(
|
||||
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
|
||||
super(parent);
|
||||
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
bitField0_ = 0;
|
||||
code_ = "";
|
||||
name_ = "";
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return proto.ervu.rp.summons.SummonsResponse.internal_static_proto_ervu_rp_summons_SummonsErrorResponseData_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.SummonsErrorResponseData getDefaultInstanceForType() {
|
||||
return proto.ervu.rp.summons.SummonsErrorResponseData.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.SummonsErrorResponseData build() {
|
||||
proto.ervu.rp.summons.SummonsErrorResponseData result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.SummonsErrorResponseData buildPartial() {
|
||||
proto.ervu.rp.summons.SummonsErrorResponseData result = new proto.ervu.rp.summons.SummonsErrorResponseData(this);
|
||||
if (bitField0_ != 0) { buildPartial0(result); }
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
|
||||
private void buildPartial0(proto.ervu.rp.summons.SummonsErrorResponseData result) {
|
||||
int from_bitField0_ = bitField0_;
|
||||
if (((from_bitField0_ & 0x00000001) != 0)) {
|
||||
result.code_ = code_;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000002) != 0)) {
|
||||
result.name_ = name_;
|
||||
}
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||||
if (other instanceof proto.ervu.rp.summons.SummonsErrorResponseData) {
|
||||
return mergeFrom((proto.ervu.rp.summons.SummonsErrorResponseData)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(proto.ervu.rp.summons.SummonsErrorResponseData other) {
|
||||
if (other == proto.ervu.rp.summons.SummonsErrorResponseData.getDefaultInstance()) return this;
|
||||
if (!other.getCode().isEmpty()) {
|
||||
code_ = other.code_;
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
}
|
||||
if (!other.getName().isEmpty()) {
|
||||
name_ = other.name_;
|
||||
bitField0_ |= 0x00000002;
|
||||
onChanged();
|
||||
}
|
||||
this.mergeUnknownFields(other.getUnknownFields());
|
||||
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 {
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
int tag = input.readTag();
|
||||
switch (tag) {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 10: {
|
||||
code_ = input.readStringRequireUtf8();
|
||||
bitField0_ |= 0x00000001;
|
||||
break;
|
||||
} // case 10
|
||||
case 18: {
|
||||
name_ = input.readStringRequireUtf8();
|
||||
bitField0_ |= 0x00000002;
|
||||
break;
|
||||
} // case 18
|
||||
default: {
|
||||
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
||||
done = true; // was an endgroup tag
|
||||
}
|
||||
break;
|
||||
} // default:
|
||||
} // switch (tag)
|
||||
} // while (!done)
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
onChanged();
|
||||
} // finally
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private java.lang.Object code_ = "";
|
||||
/**
|
||||
* <code>string code = 1;</code>
|
||||
* @return The code.
|
||||
*/
|
||||
public java.lang.String getCode() {
|
||||
java.lang.Object ref = code_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
code_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string code = 1;</code>
|
||||
* @return The bytes for code.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getCodeBytes() {
|
||||
java.lang.Object ref = code_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
code_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string code = 1;</code>
|
||||
* @param value The code to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCode(
|
||||
java.lang.String value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
code_ = value;
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string code = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCode() {
|
||||
code_ = getDefaultInstance().getCode();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string code = 1;</code>
|
||||
* @param value The bytes for code to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCodeBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
checkByteStringIsUtf8(value);
|
||||
code_ = value;
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private java.lang.Object name_ = "";
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
name_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
java.lang.Object ref = name_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
name_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @param value The name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setName(
|
||||
java.lang.String value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
name_ = value;
|
||||
bitField0_ |= 0x00000002;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearName() {
|
||||
name_ = getDefaultInstance().getName();
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @param value The bytes for name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setNameBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
checkByteStringIsUtf8(value);
|
||||
name_ = value;
|
||||
bitField0_ |= 0x00000002;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:proto.ervu.rp.summons.SummonsErrorResponseData)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:proto.ervu.rp.summons.SummonsErrorResponseData)
|
||||
private static final proto.ervu.rp.summons.SummonsErrorResponseData DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new proto.ervu.rp.summons.SummonsErrorResponseData();
|
||||
}
|
||||
|
||||
public static proto.ervu.rp.summons.SummonsErrorResponseData getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<SummonsErrorResponseData>
|
||||
PARSER = new com.google.protobuf.AbstractParser<SummonsErrorResponseData>() {
|
||||
@java.lang.Override
|
||||
public SummonsErrorResponseData parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
Builder builder = newBuilder();
|
||||
try {
|
||||
builder.mergeFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.setUnfinishedMessage(builder.buildPartial());
|
||||
} catch (com.google.protobuf.UninitializedMessageException e) {
|
||||
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
|
||||
} catch (java.io.IOException e) {
|
||||
throw new com.google.protobuf.InvalidProtocolBufferException(e)
|
||||
.setUnfinishedMessage(builder.buildPartial());
|
||||
}
|
||||
return builder.buildPartial();
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<SummonsErrorResponseData> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<SummonsErrorResponseData> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public proto.ervu.rp.summons.SummonsErrorResponseData getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoSummonsResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package proto.ervu.rp.summons;
|
||||
|
||||
public interface SummonsErrorResponseDataOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:proto.ervu.rp.summons.SummonsErrorResponseData)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>string code = 1;</code>
|
||||
* @return The code.
|
||||
*/
|
||||
java.lang.String getCode();
|
||||
/**
|
||||
* <code>string code = 1;</code>
|
||||
* @return The bytes for code.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getCodeBytes();
|
||||
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
java.lang.String getName();
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getNameBytes();
|
||||
}
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,287 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoSummonsResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package proto.ervu.rp.summons;
|
||||
|
||||
public interface SummonsInfoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:proto.ervu.rp.summons.SummonsInfo)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>string summonsId = 1;</code>
|
||||
* @return The summonsId.
|
||||
*/
|
||||
java.lang.String getSummonsId();
|
||||
/**
|
||||
* <code>string summonsId = 1;</code>
|
||||
* @return The bytes for summonsId.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getSummonsIdBytes();
|
||||
|
||||
/**
|
||||
* <code>bool summonsUseFact = 2;</code>
|
||||
* @return The summonsUseFact.
|
||||
*/
|
||||
boolean getSummonsUseFact();
|
||||
|
||||
/**
|
||||
* <code>string summonsSeries = 3;</code>
|
||||
* @return The summonsSeries.
|
||||
*/
|
||||
java.lang.String getSummonsSeries();
|
||||
/**
|
||||
* <code>string summonsSeries = 3;</code>
|
||||
* @return The bytes for summonsSeries.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getSummonsSeriesBytes();
|
||||
|
||||
/**
|
||||
* <code>string summonsNumber = 4;</code>
|
||||
* @return The summonsNumber.
|
||||
*/
|
||||
java.lang.String getSummonsNumber();
|
||||
/**
|
||||
* <code>string summonsNumber = 4;</code>
|
||||
* @return The bytes for summonsNumber.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getSummonsNumberBytes();
|
||||
|
||||
/**
|
||||
* <code>string reasonCode = 5;</code>
|
||||
* @return The reasonCode.
|
||||
*/
|
||||
java.lang.String getReasonCode();
|
||||
/**
|
||||
* <code>string reasonCode = 5;</code>
|
||||
* @return The bytes for reasonCode.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getReasonCodeBytes();
|
||||
|
||||
/**
|
||||
* <code>string reasonName = 6;</code>
|
||||
* @return The reasonName.
|
||||
*/
|
||||
java.lang.String getReasonName();
|
||||
/**
|
||||
* <code>string reasonName = 6;</code>
|
||||
* @return The bytes for reasonName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getReasonNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string militaryCommissariatName = 7;</code>
|
||||
* @return The militaryCommissariatName.
|
||||
*/
|
||||
java.lang.String getMilitaryCommissariatName();
|
||||
/**
|
||||
* <code>string militaryCommissariatName = 7;</code>
|
||||
* @return The bytes for militaryCommissariatName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMilitaryCommissariatNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string militaryCommissariatAddress = 8;</code>
|
||||
* @return The militaryCommissariatAddress.
|
||||
*/
|
||||
java.lang.String getMilitaryCommissariatAddress();
|
||||
/**
|
||||
* <code>string militaryCommissariatAddress = 8;</code>
|
||||
* @return The bytes for militaryCommissariatAddress.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMilitaryCommissariatAddressBytes();
|
||||
|
||||
/**
|
||||
* <code>string visitDate = 9;</code>
|
||||
* @return The visitDate.
|
||||
*/
|
||||
java.lang.String getVisitDate();
|
||||
/**
|
||||
* <code>string visitDate = 9;</code>
|
||||
* @return The bytes for visitDate.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getVisitDateBytes();
|
||||
|
||||
/**
|
||||
* <code>string visitTime = 10;</code>
|
||||
* @return The visitTime.
|
||||
*/
|
||||
java.lang.String getVisitTime();
|
||||
/**
|
||||
* <code>string visitTime = 10;</code>
|
||||
* @return The bytes for visitTime.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getVisitTimeBytes();
|
||||
|
||||
/**
|
||||
* <code>bool validityPeriodSummons = 11;</code>
|
||||
* @return The validityPeriodSummons.
|
||||
*/
|
||||
boolean getValidityPeriodSummons();
|
||||
|
||||
/**
|
||||
* <code>string summonsStatusCode = 12;</code>
|
||||
* @return The summonsStatusCode.
|
||||
*/
|
||||
java.lang.String getSummonsStatusCode();
|
||||
/**
|
||||
* <code>string summonsStatusCode = 12;</code>
|
||||
* @return The bytes for summonsStatusCode.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getSummonsStatusCodeBytes();
|
||||
|
||||
/**
|
||||
* <code>string summonsStatusName = 13;</code>
|
||||
* @return The summonsStatusName.
|
||||
*/
|
||||
java.lang.String getSummonsStatusName();
|
||||
/**
|
||||
* <code>string summonsStatusName = 13;</code>
|
||||
* @return The bytes for summonsStatusName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getSummonsStatusNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string placementDateSummons = 14;</code>
|
||||
* @return The placementDateSummons.
|
||||
*/
|
||||
java.lang.String getPlacementDateSummons();
|
||||
/**
|
||||
* <code>string placementDateSummons = 14;</code>
|
||||
* @return The bytes for placementDateSummons.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getPlacementDateSummonsBytes();
|
||||
|
||||
/**
|
||||
* <code>string estimatedDateSummons = 15;</code>
|
||||
* @return The estimatedDateSummons.
|
||||
*/
|
||||
java.lang.String getEstimatedDateSummons();
|
||||
/**
|
||||
* <code>string estimatedDateSummons = 15;</code>
|
||||
* @return The bytes for estimatedDateSummons.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getEstimatedDateSummonsBytes();
|
||||
|
||||
/**
|
||||
* <code>string deliveryTypeSummonsCode = 16;</code>
|
||||
* @return The deliveryTypeSummonsCode.
|
||||
*/
|
||||
java.lang.String getDeliveryTypeSummonsCode();
|
||||
/**
|
||||
* <code>string deliveryTypeSummonsCode = 16;</code>
|
||||
* @return The bytes for deliveryTypeSummonsCode.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getDeliveryTypeSummonsCodeBytes();
|
||||
|
||||
/**
|
||||
* <code>string deliveryTypeSummonsName = 17;</code>
|
||||
* @return The deliveryTypeSummonsName.
|
||||
*/
|
||||
java.lang.String getDeliveryTypeSummonsName();
|
||||
/**
|
||||
* <code>string deliveryTypeSummonsName = 17;</code>
|
||||
* @return The bytes for deliveryTypeSummonsName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getDeliveryTypeSummonsNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string militaryComissar = 18;</code>
|
||||
* @return The militaryComissar.
|
||||
*/
|
||||
java.lang.String getMilitaryComissar();
|
||||
/**
|
||||
* <code>string militaryComissar = 18;</code>
|
||||
* @return The bytes for militaryComissar.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMilitaryComissarBytes();
|
||||
|
||||
/**
|
||||
* <code>string militaryComissarFirstName = 19;</code>
|
||||
* @return The militaryComissarFirstName.
|
||||
*/
|
||||
java.lang.String getMilitaryComissarFirstName();
|
||||
/**
|
||||
* <code>string militaryComissarFirstName = 19;</code>
|
||||
* @return The bytes for militaryComissarFirstName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMilitaryComissarFirstNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string militaryComissarMiddleName = 20;</code>
|
||||
* @return The militaryComissarMiddleName.
|
||||
*/
|
||||
java.lang.String getMilitaryComissarMiddleName();
|
||||
/**
|
||||
* <code>string militaryComissarMiddleName = 20;</code>
|
||||
* @return The bytes for militaryComissarMiddleName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMilitaryComissarMiddleNameBytes();
|
||||
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.MeasuresTemporaryPackage measuresTemporaryPackages = 21;</code>
|
||||
*/
|
||||
java.util.List<proto.ervu.rp.summons.MeasuresTemporaryPackage>
|
||||
getMeasuresTemporaryPackagesList();
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.MeasuresTemporaryPackage measuresTemporaryPackages = 21;</code>
|
||||
*/
|
||||
proto.ervu.rp.summons.MeasuresTemporaryPackage getMeasuresTemporaryPackages(int index);
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.MeasuresTemporaryPackage measuresTemporaryPackages = 21;</code>
|
||||
*/
|
||||
int getMeasuresTemporaryPackagesCount();
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.MeasuresTemporaryPackage measuresTemporaryPackages = 21;</code>
|
||||
*/
|
||||
java.util.List<? extends proto.ervu.rp.summons.MeasuresTemporaryPackageOrBuilder>
|
||||
getMeasuresTemporaryPackagesOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.MeasuresTemporaryPackage measuresTemporaryPackages = 21;</code>
|
||||
*/
|
||||
proto.ervu.rp.summons.MeasuresTemporaryPackageOrBuilder getMeasuresTemporaryPackagesOrBuilder(
|
||||
int index);
|
||||
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.DocumentsSummons documentsSummons = 22;</code>
|
||||
*/
|
||||
java.util.List<proto.ervu.rp.summons.DocumentsSummons>
|
||||
getDocumentsSummonsList();
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.DocumentsSummons documentsSummons = 22;</code>
|
||||
*/
|
||||
proto.ervu.rp.summons.DocumentsSummons getDocumentsSummons(int index);
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.DocumentsSummons documentsSummons = 22;</code>
|
||||
*/
|
||||
int getDocumentsSummonsCount();
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.DocumentsSummons documentsSummons = 22;</code>
|
||||
*/
|
||||
java.util.List<? extends proto.ervu.rp.summons.DocumentsSummonsOrBuilder>
|
||||
getDocumentsSummonsOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.DocumentsSummons documentsSummons = 22;</code>
|
||||
*/
|
||||
proto.ervu.rp.summons.DocumentsSummonsOrBuilder getDocumentsSummonsOrBuilder(
|
||||
int index);
|
||||
}
|
||||
|
|
@ -1,215 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoSummonsResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package proto.ervu.rp.summons;
|
||||
|
||||
public final class SummonsResponse {
|
||||
private SummonsResponse() {}
|
||||
static {
|
||||
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 27,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
SummonsResponse.class.getName());
|
||||
}
|
||||
public static void registerAllExtensions(
|
||||
com.google.protobuf.ExtensionRegistryLite registry) {
|
||||
}
|
||||
|
||||
public static void registerAllExtensions(
|
||||
com.google.protobuf.ExtensionRegistry registry) {
|
||||
registerAllExtensions(
|
||||
(com.google.protobuf.ExtensionRegistryLite) registry);
|
||||
}
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_proto_ervu_rp_summons_Sig_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_proto_ervu_rp_summons_Sig_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_proto_ervu_rp_summons_SummonsDocumentCopy_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_proto_ervu_rp_summons_SummonsDocumentCopy_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_proto_ervu_rp_summons_DocumentsSummons_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_proto_ervu_rp_summons_DocumentsSummons_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_proto_ervu_rp_summons_MeasuresTemporary_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_proto_ervu_rp_summons_MeasuresTemporary_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_proto_ervu_rp_summons_MeasuresTemporaryPackage_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_proto_ervu_rp_summons_MeasuresTemporaryPackage_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_proto_ervu_rp_summons_SummonsInfo_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_proto_ervu_rp_summons_SummonsInfo_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_proto_ervu_rp_summons_RecruitmentInfo_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_proto_ervu_rp_summons_RecruitmentInfo_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_proto_ervu_rp_summons_ResponseDataAddress_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_proto_ervu_rp_summons_ResponseDataAddress_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_proto_ervu_rp_summons_SummonsResponseData_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_proto_ervu_rp_summons_SummonsResponseData_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_proto_ervu_rp_summons_SummonsErrorResponseData_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_proto_ervu_rp_summons_SummonsErrorResponseData_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(resources/ProtoSummonsResponseData.pro" +
|
||||
"to\022\025proto.ervu.rp.summons\"!\n\003Sig\022\014\n\004name" +
|
||||
"\030\001 \001(\t\022\014\n\004file\030\002 \001(\014\"1\n\023SummonsDocumentC" +
|
||||
"opy\022\014\n\004name\030\001 \001(\t\022\014\n\004file\030\002 \001(\014\"\204\001\n\020Docu" +
|
||||
"mentsSummons\022G\n\023summonsDocumentCopy\030\001 \001(" +
|
||||
"\0132*.proto.ervu.rp.summons.SummonsDocumen" +
|
||||
"tCopy\022\'\n\003sig\030\002 \001(\0132\032.proto.ervu.rp.summo" +
|
||||
"ns.Sig\"x\n\021MeasuresTemporary\022\017\n\007useFact\030\001" +
|
||||
" \001(\010\022\021\n\tstartDate\030\002 \001(\t\022\023\n\013measureCode\030\003" +
|
||||
" \001(\t\022\023\n\013measureName\030\004 \001(\t\022\025\n\rmeasureStat" +
|
||||
"us\030\005 \001(\010\"\217\002\n\030MeasuresTemporaryPackage\022\026\n" +
|
||||
"\016useFactPackage\030\001 \001(\010\022\025\n\rmeasureNumber\030\002" +
|
||||
" \001(\t\022 \n\030militaryCommissariatName\030\003 \001(\t\022#" +
|
||||
"\n\033applicationPackageStartDate\030\004 \001(\t\022\030\n\020p" +
|
||||
"ackageStartDate\030\005 \001(\t\022\034\n\024packageMeasureS" +
|
||||
"tatus\030\006 \001(\010\022E\n\023measuresTemporaries\030\007 \003(\013" +
|
||||
"2(.proto.ervu.rp.summons.MeasuresTempora" +
|
||||
"ry\"\306\005\n\013SummonsInfo\022\021\n\tsummonsId\030\001 \001(\t\022\026\n" +
|
||||
"\016summonsUseFact\030\002 \001(\010\022\025\n\rsummonsSeries\030\003" +
|
||||
" \001(\t\022\025\n\rsummonsNumber\030\004 \001(\t\022\022\n\nreasonCod" +
|
||||
"e\030\005 \001(\t\022\022\n\nreasonName\030\006 \001(\t\022 \n\030militaryC" +
|
||||
"ommissariatName\030\007 \001(\t\022#\n\033militaryCommiss" +
|
||||
"ariatAddress\030\010 \001(\t\022\021\n\tvisitDate\030\t \001(\t\022\021\n" +
|
||||
"\tvisitTime\030\n \001(\t\022\035\n\025validityPeriodSummon" +
|
||||
"s\030\013 \001(\010\022\031\n\021summonsStatusCode\030\014 \001(\t\022\031\n\021su" +
|
||||
"mmonsStatusName\030\r \001(\t\022\034\n\024placementDateSu" +
|
||||
"mmons\030\016 \001(\t\022\034\n\024estimatedDateSummons\030\017 \001(" +
|
||||
"\t\022\037\n\027deliveryTypeSummonsCode\030\020 \001(\t\022\037\n\027de" +
|
||||
"liveryTypeSummonsName\030\021 \001(\t\022\030\n\020militaryC" +
|
||||
"omissar\030\022 \001(\t\022!\n\031militaryComissarFirstNa" +
|
||||
"me\030\023 \001(\t\022\"\n\032militaryComissarMiddleName\030\024" +
|
||||
" \001(\t\022R\n\031measuresTemporaryPackages\030\025 \003(\0132" +
|
||||
"/.proto.ervu.rp.summons.MeasuresTemporar" +
|
||||
"yPackage\022A\n\020documentsSummons\030\026 \003(\0132\'.pro" +
|
||||
"to.ervu.rp.summons.DocumentsSummons\"\245\002\n\017" +
|
||||
"RecruitmentInfo\022 \n\030militaryCommissariatC" +
|
||||
"ode\030\001 \001(\t\022 \n\030militaryCommissariatName\030\002 " +
|
||||
"\001(\t\022\035\n\025recruitmentStatusCode\030\003 \001(\t\022\035\n\025re" +
|
||||
"cruitmentStatusName\030\004 \001(\t\022\030\n\020recruitment" +
|
||||
"Start\030\005 \001(\t\022\035\n\025recruitmentReasonCode\030\006 \001" +
|
||||
"(\t\022\035\n\025recruitmentReasonName\030\007 \001(\t\022\034\n\024rec" +
|
||||
"ruitmentDocStatus\030\010 \001(\010\022\032\n\022recruitmentDo" +
|
||||
"cDate\030\t \001(\t\"\217\001\n\023ResponseDataAddress\022\023\n\013a" +
|
||||
"ddressCode\030\001 \001(\t\022\027\n\017addressTypeName\030\002 \001(" +
|
||||
"\t\022\022\n\naddressReg\030\003 \001(\t\022\033\n\023addressRegDateS" +
|
||||
"tart\030\004 \001(\t\022\031\n\021addressRegDateEnd\030\005 \001(\t\"\242\003" +
|
||||
"\n\023SummonsResponseData\022\020\n\010lastName\030\001 \001(\t\022" +
|
||||
"\021\n\tfirstName\030\002 \001(\t\022\022\n\nmiddleName\030\003 \001(\t\022\021" +
|
||||
"\n\tbirthDate\030\004 \001(\t\022\014\n\004type\030\005 \001(\t\022\016\n\006serie" +
|
||||
"s\030\006 \001(\t\022\016\n\006number\030\007 \001(\t\022\021\n\tissueDate\030\010 \001" +
|
||||
"(\t\022\020\n\010issueOrg\030\t \001(\t\022\023\n\013issueIdCode\030\n \001(" +
|
||||
"\t\022\016\n\006status\030\013 \001(\010\022\r\n\005idERN\030\014 \001(\t\022=\n\taddr" +
|
||||
"esses\030\r \003(\0132*.proto.ervu.rp.summons.Resp" +
|
||||
"onseDataAddress\022?\n\017recruitmentInfo\030\016 \001(\013" +
|
||||
"2&.proto.ervu.rp.summons.RecruitmentInfo" +
|
||||
"\0228\n\014summonsInfos\030\017 \003(\0132\".proto.ervu.rp.s" +
|
||||
"ummons.SummonsInfo\"6\n\030SummonsErrorRespon" +
|
||||
"seData\022\014\n\004code\030\001 \001(\t\022\014\n\004name\030\002 \001(\tB\023B\017Su" +
|
||||
"mmonsResponseP\001b\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
});
|
||||
internal_static_proto_ervu_rp_summons_Sig_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_proto_ervu_rp_summons_Sig_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_proto_ervu_rp_summons_Sig_descriptor,
|
||||
new java.lang.String[] { "Name", "File", });
|
||||
internal_static_proto_ervu_rp_summons_SummonsDocumentCopy_descriptor =
|
||||
getDescriptor().getMessageTypes().get(1);
|
||||
internal_static_proto_ervu_rp_summons_SummonsDocumentCopy_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_proto_ervu_rp_summons_SummonsDocumentCopy_descriptor,
|
||||
new java.lang.String[] { "Name", "File", });
|
||||
internal_static_proto_ervu_rp_summons_DocumentsSummons_descriptor =
|
||||
getDescriptor().getMessageTypes().get(2);
|
||||
internal_static_proto_ervu_rp_summons_DocumentsSummons_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_proto_ervu_rp_summons_DocumentsSummons_descriptor,
|
||||
new java.lang.String[] { "SummonsDocumentCopy", "Sig", });
|
||||
internal_static_proto_ervu_rp_summons_MeasuresTemporary_descriptor =
|
||||
getDescriptor().getMessageTypes().get(3);
|
||||
internal_static_proto_ervu_rp_summons_MeasuresTemporary_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_proto_ervu_rp_summons_MeasuresTemporary_descriptor,
|
||||
new java.lang.String[] { "UseFact", "StartDate", "MeasureCode", "MeasureName", "MeasureStatus", });
|
||||
internal_static_proto_ervu_rp_summons_MeasuresTemporaryPackage_descriptor =
|
||||
getDescriptor().getMessageTypes().get(4);
|
||||
internal_static_proto_ervu_rp_summons_MeasuresTemporaryPackage_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_proto_ervu_rp_summons_MeasuresTemporaryPackage_descriptor,
|
||||
new java.lang.String[] { "UseFactPackage", "MeasureNumber", "MilitaryCommissariatName", "ApplicationPackageStartDate", "PackageStartDate", "PackageMeasureStatus", "MeasuresTemporaries", });
|
||||
internal_static_proto_ervu_rp_summons_SummonsInfo_descriptor =
|
||||
getDescriptor().getMessageTypes().get(5);
|
||||
internal_static_proto_ervu_rp_summons_SummonsInfo_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_proto_ervu_rp_summons_SummonsInfo_descriptor,
|
||||
new java.lang.String[] { "SummonsId", "SummonsUseFact", "SummonsSeries", "SummonsNumber", "ReasonCode", "ReasonName", "MilitaryCommissariatName", "MilitaryCommissariatAddress", "VisitDate", "VisitTime", "ValidityPeriodSummons", "SummonsStatusCode", "SummonsStatusName", "PlacementDateSummons", "EstimatedDateSummons", "DeliveryTypeSummonsCode", "DeliveryTypeSummonsName", "MilitaryComissar", "MilitaryComissarFirstName", "MilitaryComissarMiddleName", "MeasuresTemporaryPackages", "DocumentsSummons", });
|
||||
internal_static_proto_ervu_rp_summons_RecruitmentInfo_descriptor =
|
||||
getDescriptor().getMessageTypes().get(6);
|
||||
internal_static_proto_ervu_rp_summons_RecruitmentInfo_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_proto_ervu_rp_summons_RecruitmentInfo_descriptor,
|
||||
new java.lang.String[] { "MilitaryCommissariatCode", "MilitaryCommissariatName", "RecruitmentStatusCode", "RecruitmentStatusName", "RecruitmentStart", "RecruitmentReasonCode", "RecruitmentReasonName", "RecruitmentDocStatus", "RecruitmentDocDate", });
|
||||
internal_static_proto_ervu_rp_summons_ResponseDataAddress_descriptor =
|
||||
getDescriptor().getMessageTypes().get(7);
|
||||
internal_static_proto_ervu_rp_summons_ResponseDataAddress_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_proto_ervu_rp_summons_ResponseDataAddress_descriptor,
|
||||
new java.lang.String[] { "AddressCode", "AddressTypeName", "AddressReg", "AddressRegDateStart", "AddressRegDateEnd", });
|
||||
internal_static_proto_ervu_rp_summons_SummonsResponseData_descriptor =
|
||||
getDescriptor().getMessageTypes().get(8);
|
||||
internal_static_proto_ervu_rp_summons_SummonsResponseData_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_proto_ervu_rp_summons_SummonsResponseData_descriptor,
|
||||
new java.lang.String[] { "LastName", "FirstName", "MiddleName", "BirthDate", "Type", "Series", "Number", "IssueDate", "IssueOrg", "IssueIdCode", "Status", "IdERN", "Addresses", "RecruitmentInfo", "SummonsInfos", });
|
||||
internal_static_proto_ervu_rp_summons_SummonsErrorResponseData_descriptor =
|
||||
getDescriptor().getMessageTypes().get(9);
|
||||
internal_static_proto_ervu_rp_summons_SummonsErrorResponseData_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_proto_ervu_rp_summons_SummonsErrorResponseData_descriptor,
|
||||
new java.lang.String[] { "Code", "Name", });
|
||||
descriptor.resolveAllFeaturesImmutable();
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
}
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,212 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoSummonsResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package proto.ervu.rp.summons;
|
||||
|
||||
public interface SummonsResponseDataOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:proto.ervu.rp.summons.SummonsResponseData)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>string lastName = 1;</code>
|
||||
* @return The lastName.
|
||||
*/
|
||||
java.lang.String getLastName();
|
||||
/**
|
||||
* <code>string lastName = 1;</code>
|
||||
* @return The bytes for lastName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getLastNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string firstName = 2;</code>
|
||||
* @return The firstName.
|
||||
*/
|
||||
java.lang.String getFirstName();
|
||||
/**
|
||||
* <code>string firstName = 2;</code>
|
||||
* @return The bytes for firstName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getFirstNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string middleName = 3;</code>
|
||||
* @return The middleName.
|
||||
*/
|
||||
java.lang.String getMiddleName();
|
||||
/**
|
||||
* <code>string middleName = 3;</code>
|
||||
* @return The bytes for middleName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMiddleNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string birthDate = 4;</code>
|
||||
* @return The birthDate.
|
||||
*/
|
||||
java.lang.String getBirthDate();
|
||||
/**
|
||||
* <code>string birthDate = 4;</code>
|
||||
* @return The bytes for birthDate.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getBirthDateBytes();
|
||||
|
||||
/**
|
||||
* <code>string type = 5;</code>
|
||||
* @return The type.
|
||||
*/
|
||||
java.lang.String getType();
|
||||
/**
|
||||
* <code>string type = 5;</code>
|
||||
* @return The bytes for type.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getTypeBytes();
|
||||
|
||||
/**
|
||||
* <code>string series = 6;</code>
|
||||
* @return The series.
|
||||
*/
|
||||
java.lang.String getSeries();
|
||||
/**
|
||||
* <code>string series = 6;</code>
|
||||
* @return The bytes for series.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getSeriesBytes();
|
||||
|
||||
/**
|
||||
* <code>string number = 7;</code>
|
||||
* @return The number.
|
||||
*/
|
||||
java.lang.String getNumber();
|
||||
/**
|
||||
* <code>string number = 7;</code>
|
||||
* @return The bytes for number.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getNumberBytes();
|
||||
|
||||
/**
|
||||
* <code>string issueDate = 8;</code>
|
||||
* @return The issueDate.
|
||||
*/
|
||||
java.lang.String getIssueDate();
|
||||
/**
|
||||
* <code>string issueDate = 8;</code>
|
||||
* @return The bytes for issueDate.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getIssueDateBytes();
|
||||
|
||||
/**
|
||||
* <code>string issueOrg = 9;</code>
|
||||
* @return The issueOrg.
|
||||
*/
|
||||
java.lang.String getIssueOrg();
|
||||
/**
|
||||
* <code>string issueOrg = 9;</code>
|
||||
* @return The bytes for issueOrg.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getIssueOrgBytes();
|
||||
|
||||
/**
|
||||
* <code>string issueIdCode = 10;</code>
|
||||
* @return The issueIdCode.
|
||||
*/
|
||||
java.lang.String getIssueIdCode();
|
||||
/**
|
||||
* <code>string issueIdCode = 10;</code>
|
||||
* @return The bytes for issueIdCode.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getIssueIdCodeBytes();
|
||||
|
||||
/**
|
||||
* <code>bool status = 11;</code>
|
||||
* @return The status.
|
||||
*/
|
||||
boolean getStatus();
|
||||
|
||||
/**
|
||||
* <code>string idERN = 12;</code>
|
||||
* @return The idERN.
|
||||
*/
|
||||
java.lang.String getIdERN();
|
||||
/**
|
||||
* <code>string idERN = 12;</code>
|
||||
* @return The bytes for idERN.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getIdERNBytes();
|
||||
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.ResponseDataAddress addresses = 13;</code>
|
||||
*/
|
||||
java.util.List<proto.ervu.rp.summons.ResponseDataAddress>
|
||||
getAddressesList();
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.ResponseDataAddress addresses = 13;</code>
|
||||
*/
|
||||
proto.ervu.rp.summons.ResponseDataAddress getAddresses(int index);
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.ResponseDataAddress addresses = 13;</code>
|
||||
*/
|
||||
int getAddressesCount();
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.ResponseDataAddress addresses = 13;</code>
|
||||
*/
|
||||
java.util.List<? extends proto.ervu.rp.summons.ResponseDataAddressOrBuilder>
|
||||
getAddressesOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.ResponseDataAddress addresses = 13;</code>
|
||||
*/
|
||||
proto.ervu.rp.summons.ResponseDataAddressOrBuilder getAddressesOrBuilder(
|
||||
int index);
|
||||
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.RecruitmentInfo recruitmentInfo = 14;</code>
|
||||
* @return Whether the recruitmentInfo field is set.
|
||||
*/
|
||||
boolean hasRecruitmentInfo();
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.RecruitmentInfo recruitmentInfo = 14;</code>
|
||||
* @return The recruitmentInfo.
|
||||
*/
|
||||
proto.ervu.rp.summons.RecruitmentInfo getRecruitmentInfo();
|
||||
/**
|
||||
* <code>.proto.ervu.rp.summons.RecruitmentInfo recruitmentInfo = 14;</code>
|
||||
*/
|
||||
proto.ervu.rp.summons.RecruitmentInfoOrBuilder getRecruitmentInfoOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.SummonsInfo summonsInfos = 15;</code>
|
||||
*/
|
||||
java.util.List<proto.ervu.rp.summons.SummonsInfo>
|
||||
getSummonsInfosList();
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.SummonsInfo summonsInfos = 15;</code>
|
||||
*/
|
||||
proto.ervu.rp.summons.SummonsInfo getSummonsInfos(int index);
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.SummonsInfo summonsInfos = 15;</code>
|
||||
*/
|
||||
int getSummonsInfosCount();
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.SummonsInfo summonsInfos = 15;</code>
|
||||
*/
|
||||
java.util.List<? extends proto.ervu.rp.summons.SummonsInfoOrBuilder>
|
||||
getSummonsInfosOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .proto.ervu.rp.summons.SummonsInfo summonsInfos = 15;</code>
|
||||
*/
|
||||
proto.ervu.rp.summons.SummonsInfoOrBuilder getSummonsInfosOrBuilder(
|
||||
int index);
|
||||
}
|
||||
|
|
@ -1,558 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package rtl.pgs.ervu.proto;
|
||||
|
||||
/**
|
||||
* Protobuf type {@code rtl.pgs.ervu.DataRegistryInformation}
|
||||
*/
|
||||
public final class DataRegistryInformation extends
|
||||
com.google.protobuf.GeneratedMessage implements
|
||||
// @@protoc_insertion_point(message_implements:rtl.pgs.ervu.DataRegistryInformation)
|
||||
DataRegistryInformationOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
static {
|
||||
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 27,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
DataRegistryInformation.class.getName());
|
||||
}
|
||||
// Use DataRegistryInformation.newBuilder() to construct.
|
||||
private DataRegistryInformation(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private DataRegistryInformation() {
|
||||
}
|
||||
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return rtl.pgs.ervu.proto.LkrpResponse.internal_static_rtl_pgs_ervu_DataRegistryInformation_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return rtl.pgs.ervu.proto.LkrpResponse.internal_static_rtl_pgs_ervu_DataRegistryInformation_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
rtl.pgs.ervu.proto.DataRegistryInformation.class, rtl.pgs.ervu.proto.DataRegistryInformation.Builder.class);
|
||||
}
|
||||
|
||||
private int bitField0_;
|
||||
public static final int EXTRACTREGISTRY_FIELD_NUMBER = 1;
|
||||
private rtl.pgs.ervu.proto.ExtractRegistry extractRegistry_;
|
||||
/**
|
||||
* <code>.rtl.pgs.ervu.ExtractRegistry extractRegistry = 1;</code>
|
||||
* @return Whether the extractRegistry field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasExtractRegistry() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>.rtl.pgs.ervu.ExtractRegistry extractRegistry = 1;</code>
|
||||
* @return The extractRegistry.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public rtl.pgs.ervu.proto.ExtractRegistry getExtractRegistry() {
|
||||
return extractRegistry_ == null ? rtl.pgs.ervu.proto.ExtractRegistry.getDefaultInstance() : extractRegistry_;
|
||||
}
|
||||
/**
|
||||
* <code>.rtl.pgs.ervu.ExtractRegistry extractRegistry = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public rtl.pgs.ervu.proto.ExtractRegistryOrBuilder getExtractRegistryOrBuilder() {
|
||||
return extractRegistry_ == null ? rtl.pgs.ervu.proto.ExtractRegistry.getDefaultInstance() : extractRegistry_;
|
||||
}
|
||||
|
||||
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 (((bitField0_ & 0x00000001) != 0)) {
|
||||
output.writeMessage(1, getExtractRegistry());
|
||||
}
|
||||
getUnknownFields().writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(1, getExtractRegistry());
|
||||
}
|
||||
size += getUnknownFields().getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public boolean equals(final java.lang.Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof rtl.pgs.ervu.proto.DataRegistryInformation)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
rtl.pgs.ervu.proto.DataRegistryInformation other = (rtl.pgs.ervu.proto.DataRegistryInformation) obj;
|
||||
|
||||
if (hasExtractRegistry() != other.hasExtractRegistry()) return false;
|
||||
if (hasExtractRegistry()) {
|
||||
if (!getExtractRegistry()
|
||||
.equals(other.getExtractRegistry())) return false;
|
||||
}
|
||||
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int hashCode() {
|
||||
if (memoizedHashCode != 0) {
|
||||
return memoizedHashCode;
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (hasExtractRegistry()) {
|
||||
hash = (37 * hash) + EXTRACTREGISTRY_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getExtractRegistry().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + getUnknownFields().hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static rtl.pgs.ervu.proto.DataRegistryInformation parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static rtl.pgs.ervu.proto.DataRegistryInformation parseFrom(
|
||||
java.nio.ByteBuffer data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static rtl.pgs.ervu.proto.DataRegistryInformation parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static rtl.pgs.ervu.proto.DataRegistryInformation parseFrom(
|
||||
com.google.protobuf.ByteString data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static rtl.pgs.ervu.proto.DataRegistryInformation parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static rtl.pgs.ervu.proto.DataRegistryInformation parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static rtl.pgs.ervu.proto.DataRegistryInformation parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static rtl.pgs.ervu.proto.DataRegistryInformation parseFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
public static rtl.pgs.ervu.proto.DataRegistryInformation parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
public static rtl.pgs.ervu.proto.DataRegistryInformation parseDelimitedFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static rtl.pgs.ervu.proto.DataRegistryInformation parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static rtl.pgs.ervu.proto.DataRegistryInformation parseFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder newBuilderForType() { return newBuilder(); }
|
||||
public static Builder newBuilder() {
|
||||
return DEFAULT_INSTANCE.toBuilder();
|
||||
}
|
||||
public static Builder newBuilder(rtl.pgs.ervu.proto.DataRegistryInformation 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.GeneratedMessage.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code rtl.pgs.ervu.DataRegistryInformation}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessage.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:rtl.pgs.ervu.DataRegistryInformation)
|
||||
rtl.pgs.ervu.proto.DataRegistryInformationOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return rtl.pgs.ervu.proto.LkrpResponse.internal_static_rtl_pgs_ervu_DataRegistryInformation_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return rtl.pgs.ervu.proto.LkrpResponse.internal_static_rtl_pgs_ervu_DataRegistryInformation_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
rtl.pgs.ervu.proto.DataRegistryInformation.class, rtl.pgs.ervu.proto.DataRegistryInformation.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using rtl.pgs.ervu.proto.DataRegistryInformation.newBuilder()
|
||||
private Builder() {
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
|
||||
private Builder(
|
||||
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
|
||||
super(parent);
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
private void maybeForceBuilderInitialization() {
|
||||
if (com.google.protobuf.GeneratedMessage
|
||||
.alwaysUseFieldBuilders) {
|
||||
getExtractRegistryFieldBuilder();
|
||||
}
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
bitField0_ = 0;
|
||||
extractRegistry_ = null;
|
||||
if (extractRegistryBuilder_ != null) {
|
||||
extractRegistryBuilder_.dispose();
|
||||
extractRegistryBuilder_ = null;
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return rtl.pgs.ervu.proto.LkrpResponse.internal_static_rtl_pgs_ervu_DataRegistryInformation_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public rtl.pgs.ervu.proto.DataRegistryInformation getDefaultInstanceForType() {
|
||||
return rtl.pgs.ervu.proto.DataRegistryInformation.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public rtl.pgs.ervu.proto.DataRegistryInformation build() {
|
||||
rtl.pgs.ervu.proto.DataRegistryInformation result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public rtl.pgs.ervu.proto.DataRegistryInformation buildPartial() {
|
||||
rtl.pgs.ervu.proto.DataRegistryInformation result = new rtl.pgs.ervu.proto.DataRegistryInformation(this);
|
||||
if (bitField0_ != 0) { buildPartial0(result); }
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
|
||||
private void buildPartial0(rtl.pgs.ervu.proto.DataRegistryInformation result) {
|
||||
int from_bitField0_ = bitField0_;
|
||||
int to_bitField0_ = 0;
|
||||
if (((from_bitField0_ & 0x00000001) != 0)) {
|
||||
result.extractRegistry_ = extractRegistryBuilder_ == null
|
||||
? extractRegistry_
|
||||
: extractRegistryBuilder_.build();
|
||||
to_bitField0_ |= 0x00000001;
|
||||
}
|
||||
result.bitField0_ |= to_bitField0_;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||||
if (other instanceof rtl.pgs.ervu.proto.DataRegistryInformation) {
|
||||
return mergeFrom((rtl.pgs.ervu.proto.DataRegistryInformation)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(rtl.pgs.ervu.proto.DataRegistryInformation other) {
|
||||
if (other == rtl.pgs.ervu.proto.DataRegistryInformation.getDefaultInstance()) return this;
|
||||
if (other.hasExtractRegistry()) {
|
||||
mergeExtractRegistry(other.getExtractRegistry());
|
||||
}
|
||||
this.mergeUnknownFields(other.getUnknownFields());
|
||||
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 {
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
int tag = input.readTag();
|
||||
switch (tag) {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 10: {
|
||||
input.readMessage(
|
||||
getExtractRegistryFieldBuilder().getBuilder(),
|
||||
extensionRegistry);
|
||||
bitField0_ |= 0x00000001;
|
||||
break;
|
||||
} // case 10
|
||||
default: {
|
||||
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
||||
done = true; // was an endgroup tag
|
||||
}
|
||||
break;
|
||||
} // default:
|
||||
} // switch (tag)
|
||||
} // while (!done)
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
onChanged();
|
||||
} // finally
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private rtl.pgs.ervu.proto.ExtractRegistry extractRegistry_;
|
||||
private com.google.protobuf.SingleFieldBuilder<
|
||||
rtl.pgs.ervu.proto.ExtractRegistry, rtl.pgs.ervu.proto.ExtractRegistry.Builder, rtl.pgs.ervu.proto.ExtractRegistryOrBuilder> extractRegistryBuilder_;
|
||||
/**
|
||||
* <code>.rtl.pgs.ervu.ExtractRegistry extractRegistry = 1;</code>
|
||||
* @return Whether the extractRegistry field is set.
|
||||
*/
|
||||
public boolean hasExtractRegistry() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>.rtl.pgs.ervu.ExtractRegistry extractRegistry = 1;</code>
|
||||
* @return The extractRegistry.
|
||||
*/
|
||||
public rtl.pgs.ervu.proto.ExtractRegistry getExtractRegistry() {
|
||||
if (extractRegistryBuilder_ == null) {
|
||||
return extractRegistry_ == null ? rtl.pgs.ervu.proto.ExtractRegistry.getDefaultInstance() : extractRegistry_;
|
||||
} else {
|
||||
return extractRegistryBuilder_.getMessage();
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.rtl.pgs.ervu.ExtractRegistry extractRegistry = 1;</code>
|
||||
*/
|
||||
public Builder setExtractRegistry(rtl.pgs.ervu.proto.ExtractRegistry value) {
|
||||
if (extractRegistryBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
extractRegistry_ = value;
|
||||
} else {
|
||||
extractRegistryBuilder_.setMessage(value);
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.rtl.pgs.ervu.ExtractRegistry extractRegistry = 1;</code>
|
||||
*/
|
||||
public Builder setExtractRegistry(
|
||||
rtl.pgs.ervu.proto.ExtractRegistry.Builder builderForValue) {
|
||||
if (extractRegistryBuilder_ == null) {
|
||||
extractRegistry_ = builderForValue.build();
|
||||
} else {
|
||||
extractRegistryBuilder_.setMessage(builderForValue.build());
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.rtl.pgs.ervu.ExtractRegistry extractRegistry = 1;</code>
|
||||
*/
|
||||
public Builder mergeExtractRegistry(rtl.pgs.ervu.proto.ExtractRegistry value) {
|
||||
if (extractRegistryBuilder_ == null) {
|
||||
if (((bitField0_ & 0x00000001) != 0) &&
|
||||
extractRegistry_ != null &&
|
||||
extractRegistry_ != rtl.pgs.ervu.proto.ExtractRegistry.getDefaultInstance()) {
|
||||
getExtractRegistryBuilder().mergeFrom(value);
|
||||
} else {
|
||||
extractRegistry_ = value;
|
||||
}
|
||||
} else {
|
||||
extractRegistryBuilder_.mergeFrom(value);
|
||||
}
|
||||
if (extractRegistry_ != null) {
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
}
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.rtl.pgs.ervu.ExtractRegistry extractRegistry = 1;</code>
|
||||
*/
|
||||
public Builder clearExtractRegistry() {
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
extractRegistry_ = null;
|
||||
if (extractRegistryBuilder_ != null) {
|
||||
extractRegistryBuilder_.dispose();
|
||||
extractRegistryBuilder_ = null;
|
||||
}
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.rtl.pgs.ervu.ExtractRegistry extractRegistry = 1;</code>
|
||||
*/
|
||||
public rtl.pgs.ervu.proto.ExtractRegistry.Builder getExtractRegistryBuilder() {
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return getExtractRegistryFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.rtl.pgs.ervu.ExtractRegistry extractRegistry = 1;</code>
|
||||
*/
|
||||
public rtl.pgs.ervu.proto.ExtractRegistryOrBuilder getExtractRegistryOrBuilder() {
|
||||
if (extractRegistryBuilder_ != null) {
|
||||
return extractRegistryBuilder_.getMessageOrBuilder();
|
||||
} else {
|
||||
return extractRegistry_ == null ?
|
||||
rtl.pgs.ervu.proto.ExtractRegistry.getDefaultInstance() : extractRegistry_;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.rtl.pgs.ervu.ExtractRegistry extractRegistry = 1;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilder<
|
||||
rtl.pgs.ervu.proto.ExtractRegistry, rtl.pgs.ervu.proto.ExtractRegistry.Builder, rtl.pgs.ervu.proto.ExtractRegistryOrBuilder>
|
||||
getExtractRegistryFieldBuilder() {
|
||||
if (extractRegistryBuilder_ == null) {
|
||||
extractRegistryBuilder_ = new com.google.protobuf.SingleFieldBuilder<
|
||||
rtl.pgs.ervu.proto.ExtractRegistry, rtl.pgs.ervu.proto.ExtractRegistry.Builder, rtl.pgs.ervu.proto.ExtractRegistryOrBuilder>(
|
||||
getExtractRegistry(),
|
||||
getParentForChildren(),
|
||||
isClean());
|
||||
extractRegistry_ = null;
|
||||
}
|
||||
return extractRegistryBuilder_;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:rtl.pgs.ervu.DataRegistryInformation)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:rtl.pgs.ervu.DataRegistryInformation)
|
||||
private static final rtl.pgs.ervu.proto.DataRegistryInformation DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new rtl.pgs.ervu.proto.DataRegistryInformation();
|
||||
}
|
||||
|
||||
public static rtl.pgs.ervu.proto.DataRegistryInformation getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<DataRegistryInformation>
|
||||
PARSER = new com.google.protobuf.AbstractParser<DataRegistryInformation>() {
|
||||
@java.lang.Override
|
||||
public DataRegistryInformation parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
Builder builder = newBuilder();
|
||||
try {
|
||||
builder.mergeFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.setUnfinishedMessage(builder.buildPartial());
|
||||
} catch (com.google.protobuf.UninitializedMessageException e) {
|
||||
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
|
||||
} catch (java.io.IOException e) {
|
||||
throw new com.google.protobuf.InvalidProtocolBufferException(e)
|
||||
.setUnfinishedMessage(builder.buildPartial());
|
||||
}
|
||||
return builder.buildPartial();
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<DataRegistryInformation> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<DataRegistryInformation> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public rtl.pgs.ervu.proto.DataRegistryInformation getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package rtl.pgs.ervu.proto;
|
||||
|
||||
public interface DataRegistryInformationOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:rtl.pgs.ervu.DataRegistryInformation)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>.rtl.pgs.ervu.ExtractRegistry extractRegistry = 1;</code>
|
||||
* @return Whether the extractRegistry field is set.
|
||||
*/
|
||||
boolean hasExtractRegistry();
|
||||
/**
|
||||
* <code>.rtl.pgs.ervu.ExtractRegistry extractRegistry = 1;</code>
|
||||
* @return The extractRegistry.
|
||||
*/
|
||||
rtl.pgs.ervu.proto.ExtractRegistry getExtractRegistry();
|
||||
/**
|
||||
* <code>.rtl.pgs.ervu.ExtractRegistry extractRegistry = 1;</code>
|
||||
*/
|
||||
rtl.pgs.ervu.proto.ExtractRegistryOrBuilder getExtractRegistryOrBuilder();
|
||||
}
|
||||
|
|
@ -1,840 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package rtl.pgs.ervu.proto;
|
||||
|
||||
/**
|
||||
* Protobuf type {@code rtl.pgs.ervu.ExtractRegistry}
|
||||
*/
|
||||
public final class ExtractRegistry extends
|
||||
com.google.protobuf.GeneratedMessage implements
|
||||
// @@protoc_insertion_point(message_implements:rtl.pgs.ervu.ExtractRegistry)
|
||||
ExtractRegistryOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
static {
|
||||
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 27,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
ExtractRegistry.class.getName());
|
||||
}
|
||||
// Use ExtractRegistry.newBuilder() to construct.
|
||||
private ExtractRegistry(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private ExtractRegistry() {
|
||||
fileName_ = "";
|
||||
fileType_ = "";
|
||||
fileDatetime_ = "";
|
||||
file_ = com.google.protobuf.ByteString.EMPTY;
|
||||
}
|
||||
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return rtl.pgs.ervu.proto.LkrpResponse.internal_static_rtl_pgs_ervu_ExtractRegistry_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return rtl.pgs.ervu.proto.LkrpResponse.internal_static_rtl_pgs_ervu_ExtractRegistry_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
rtl.pgs.ervu.proto.ExtractRegistry.class, rtl.pgs.ervu.proto.ExtractRegistry.Builder.class);
|
||||
}
|
||||
|
||||
public static final int FILENAME_FIELD_NUMBER = 1;
|
||||
@SuppressWarnings("serial")
|
||||
private volatile java.lang.Object fileName_ = "";
|
||||
/**
|
||||
* <code>string fileName = 1;</code>
|
||||
* @return The fileName.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.lang.String getFileName() {
|
||||
java.lang.Object ref = fileName_;
|
||||
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();
|
||||
fileName_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string fileName = 1;</code>
|
||||
* @return The bytes for fileName.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString
|
||||
getFileNameBytes() {
|
||||
java.lang.Object ref = fileName_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
fileName_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
|
||||
public static final int FILETYPE_FIELD_NUMBER = 2;
|
||||
@SuppressWarnings("serial")
|
||||
private volatile java.lang.Object fileType_ = "";
|
||||
/**
|
||||
* <code>string fileType = 2;</code>
|
||||
* @return The fileType.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.lang.String getFileType() {
|
||||
java.lang.Object ref = fileType_;
|
||||
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();
|
||||
fileType_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string fileType = 2;</code>
|
||||
* @return The bytes for fileType.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString
|
||||
getFileTypeBytes() {
|
||||
java.lang.Object ref = fileType_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
fileType_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
|
||||
public static final int FILEDATETIME_FIELD_NUMBER = 3;
|
||||
@SuppressWarnings("serial")
|
||||
private volatile java.lang.Object fileDatetime_ = "";
|
||||
/**
|
||||
* <code>string fileDatetime = 3;</code>
|
||||
* @return The fileDatetime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.lang.String getFileDatetime() {
|
||||
java.lang.Object ref = fileDatetime_;
|
||||
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();
|
||||
fileDatetime_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string fileDatetime = 3;</code>
|
||||
* @return The bytes for fileDatetime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString
|
||||
getFileDatetimeBytes() {
|
||||
java.lang.Object ref = fileDatetime_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
fileDatetime_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
|
||||
public static final int FILE_FIELD_NUMBER = 4;
|
||||
private com.google.protobuf.ByteString file_ = com.google.protobuf.ByteString.EMPTY;
|
||||
/**
|
||||
* <code>bytes file = 4;</code>
|
||||
* @return The file.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString getFile() {
|
||||
return file_;
|
||||
}
|
||||
|
||||
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.GeneratedMessage.isStringEmpty(fileName_)) {
|
||||
com.google.protobuf.GeneratedMessage.writeString(output, 1, fileName_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(fileType_)) {
|
||||
com.google.protobuf.GeneratedMessage.writeString(output, 2, fileType_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(fileDatetime_)) {
|
||||
com.google.protobuf.GeneratedMessage.writeString(output, 3, fileDatetime_);
|
||||
}
|
||||
if (!file_.isEmpty()) {
|
||||
output.writeBytes(4, file_);
|
||||
}
|
||||
getUnknownFields().writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(fileName_)) {
|
||||
size += com.google.protobuf.GeneratedMessage.computeStringSize(1, fileName_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(fileType_)) {
|
||||
size += com.google.protobuf.GeneratedMessage.computeStringSize(2, fileType_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(fileDatetime_)) {
|
||||
size += com.google.protobuf.GeneratedMessage.computeStringSize(3, fileDatetime_);
|
||||
}
|
||||
if (!file_.isEmpty()) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBytesSize(4, file_);
|
||||
}
|
||||
size += getUnknownFields().getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public boolean equals(final java.lang.Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof rtl.pgs.ervu.proto.ExtractRegistry)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
rtl.pgs.ervu.proto.ExtractRegistry other = (rtl.pgs.ervu.proto.ExtractRegistry) obj;
|
||||
|
||||
if (!getFileName()
|
||||
.equals(other.getFileName())) return false;
|
||||
if (!getFileType()
|
||||
.equals(other.getFileType())) return false;
|
||||
if (!getFileDatetime()
|
||||
.equals(other.getFileDatetime())) return false;
|
||||
if (!getFile()
|
||||
.equals(other.getFile())) return false;
|
||||
if (!getUnknownFields().equals(other.getUnknownFields())) 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) + FILENAME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getFileName().hashCode();
|
||||
hash = (37 * hash) + FILETYPE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getFileType().hashCode();
|
||||
hash = (37 * hash) + FILEDATETIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getFileDatetime().hashCode();
|
||||
hash = (37 * hash) + FILE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getFile().hashCode();
|
||||
hash = (29 * hash) + getUnknownFields().hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static rtl.pgs.ervu.proto.ExtractRegistry parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static rtl.pgs.ervu.proto.ExtractRegistry parseFrom(
|
||||
java.nio.ByteBuffer data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static rtl.pgs.ervu.proto.ExtractRegistry parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static rtl.pgs.ervu.proto.ExtractRegistry parseFrom(
|
||||
com.google.protobuf.ByteString data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static rtl.pgs.ervu.proto.ExtractRegistry parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static rtl.pgs.ervu.proto.ExtractRegistry parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static rtl.pgs.ervu.proto.ExtractRegistry parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static rtl.pgs.ervu.proto.ExtractRegistry parseFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
public static rtl.pgs.ervu.proto.ExtractRegistry parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
public static rtl.pgs.ervu.proto.ExtractRegistry parseDelimitedFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static rtl.pgs.ervu.proto.ExtractRegistry parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static rtl.pgs.ervu.proto.ExtractRegistry parseFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder newBuilderForType() { return newBuilder(); }
|
||||
public static Builder newBuilder() {
|
||||
return DEFAULT_INSTANCE.toBuilder();
|
||||
}
|
||||
public static Builder newBuilder(rtl.pgs.ervu.proto.ExtractRegistry 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.GeneratedMessage.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code rtl.pgs.ervu.ExtractRegistry}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessage.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:rtl.pgs.ervu.ExtractRegistry)
|
||||
rtl.pgs.ervu.proto.ExtractRegistryOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return rtl.pgs.ervu.proto.LkrpResponse.internal_static_rtl_pgs_ervu_ExtractRegistry_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return rtl.pgs.ervu.proto.LkrpResponse.internal_static_rtl_pgs_ervu_ExtractRegistry_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
rtl.pgs.ervu.proto.ExtractRegistry.class, rtl.pgs.ervu.proto.ExtractRegistry.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using rtl.pgs.ervu.proto.ExtractRegistry.newBuilder()
|
||||
private Builder() {
|
||||
|
||||
}
|
||||
|
||||
private Builder(
|
||||
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
|
||||
super(parent);
|
||||
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
bitField0_ = 0;
|
||||
fileName_ = "";
|
||||
fileType_ = "";
|
||||
fileDatetime_ = "";
|
||||
file_ = com.google.protobuf.ByteString.EMPTY;
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return rtl.pgs.ervu.proto.LkrpResponse.internal_static_rtl_pgs_ervu_ExtractRegistry_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public rtl.pgs.ervu.proto.ExtractRegistry getDefaultInstanceForType() {
|
||||
return rtl.pgs.ervu.proto.ExtractRegistry.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public rtl.pgs.ervu.proto.ExtractRegistry build() {
|
||||
rtl.pgs.ervu.proto.ExtractRegistry result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public rtl.pgs.ervu.proto.ExtractRegistry buildPartial() {
|
||||
rtl.pgs.ervu.proto.ExtractRegistry result = new rtl.pgs.ervu.proto.ExtractRegistry(this);
|
||||
if (bitField0_ != 0) { buildPartial0(result); }
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
|
||||
private void buildPartial0(rtl.pgs.ervu.proto.ExtractRegistry result) {
|
||||
int from_bitField0_ = bitField0_;
|
||||
if (((from_bitField0_ & 0x00000001) != 0)) {
|
||||
result.fileName_ = fileName_;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000002) != 0)) {
|
||||
result.fileType_ = fileType_;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000004) != 0)) {
|
||||
result.fileDatetime_ = fileDatetime_;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000008) != 0)) {
|
||||
result.file_ = file_;
|
||||
}
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||||
if (other instanceof rtl.pgs.ervu.proto.ExtractRegistry) {
|
||||
return mergeFrom((rtl.pgs.ervu.proto.ExtractRegistry)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(rtl.pgs.ervu.proto.ExtractRegistry other) {
|
||||
if (other == rtl.pgs.ervu.proto.ExtractRegistry.getDefaultInstance()) return this;
|
||||
if (!other.getFileName().isEmpty()) {
|
||||
fileName_ = other.fileName_;
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
}
|
||||
if (!other.getFileType().isEmpty()) {
|
||||
fileType_ = other.fileType_;
|
||||
bitField0_ |= 0x00000002;
|
||||
onChanged();
|
||||
}
|
||||
if (!other.getFileDatetime().isEmpty()) {
|
||||
fileDatetime_ = other.fileDatetime_;
|
||||
bitField0_ |= 0x00000004;
|
||||
onChanged();
|
||||
}
|
||||
if (other.getFile() != com.google.protobuf.ByteString.EMPTY) {
|
||||
setFile(other.getFile());
|
||||
}
|
||||
this.mergeUnknownFields(other.getUnknownFields());
|
||||
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 {
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
int tag = input.readTag();
|
||||
switch (tag) {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 10: {
|
||||
fileName_ = input.readStringRequireUtf8();
|
||||
bitField0_ |= 0x00000001;
|
||||
break;
|
||||
} // case 10
|
||||
case 18: {
|
||||
fileType_ = input.readStringRequireUtf8();
|
||||
bitField0_ |= 0x00000002;
|
||||
break;
|
||||
} // case 18
|
||||
case 26: {
|
||||
fileDatetime_ = input.readStringRequireUtf8();
|
||||
bitField0_ |= 0x00000004;
|
||||
break;
|
||||
} // case 26
|
||||
case 34: {
|
||||
file_ = input.readBytes();
|
||||
bitField0_ |= 0x00000008;
|
||||
break;
|
||||
} // case 34
|
||||
default: {
|
||||
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
||||
done = true; // was an endgroup tag
|
||||
}
|
||||
break;
|
||||
} // default:
|
||||
} // switch (tag)
|
||||
} // while (!done)
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
onChanged();
|
||||
} // finally
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private java.lang.Object fileName_ = "";
|
||||
/**
|
||||
* <code>string fileName = 1;</code>
|
||||
* @return The fileName.
|
||||
*/
|
||||
public java.lang.String getFileName() {
|
||||
java.lang.Object ref = fileName_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
fileName_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string fileName = 1;</code>
|
||||
* @return The bytes for fileName.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getFileNameBytes() {
|
||||
java.lang.Object ref = fileName_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
fileName_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string fileName = 1;</code>
|
||||
* @param value The fileName to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFileName(
|
||||
java.lang.String value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
fileName_ = value;
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string fileName = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFileName() {
|
||||
fileName_ = getDefaultInstance().getFileName();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string fileName = 1;</code>
|
||||
* @param value The bytes for fileName to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFileNameBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
checkByteStringIsUtf8(value);
|
||||
fileName_ = value;
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private java.lang.Object fileType_ = "";
|
||||
/**
|
||||
* <code>string fileType = 2;</code>
|
||||
* @return The fileType.
|
||||
*/
|
||||
public java.lang.String getFileType() {
|
||||
java.lang.Object ref = fileType_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
fileType_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string fileType = 2;</code>
|
||||
* @return The bytes for fileType.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getFileTypeBytes() {
|
||||
java.lang.Object ref = fileType_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
fileType_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string fileType = 2;</code>
|
||||
* @param value The fileType to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFileType(
|
||||
java.lang.String value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
fileType_ = value;
|
||||
bitField0_ |= 0x00000002;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string fileType = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFileType() {
|
||||
fileType_ = getDefaultInstance().getFileType();
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string fileType = 2;</code>
|
||||
* @param value The bytes for fileType to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFileTypeBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
checkByteStringIsUtf8(value);
|
||||
fileType_ = value;
|
||||
bitField0_ |= 0x00000002;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private java.lang.Object fileDatetime_ = "";
|
||||
/**
|
||||
* <code>string fileDatetime = 3;</code>
|
||||
* @return The fileDatetime.
|
||||
*/
|
||||
public java.lang.String getFileDatetime() {
|
||||
java.lang.Object ref = fileDatetime_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
fileDatetime_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string fileDatetime = 3;</code>
|
||||
* @return The bytes for fileDatetime.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getFileDatetimeBytes() {
|
||||
java.lang.Object ref = fileDatetime_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
fileDatetime_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string fileDatetime = 3;</code>
|
||||
* @param value The fileDatetime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFileDatetime(
|
||||
java.lang.String value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
fileDatetime_ = value;
|
||||
bitField0_ |= 0x00000004;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string fileDatetime = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFileDatetime() {
|
||||
fileDatetime_ = getDefaultInstance().getFileDatetime();
|
||||
bitField0_ = (bitField0_ & ~0x00000004);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string fileDatetime = 3;</code>
|
||||
* @param value The bytes for fileDatetime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFileDatetimeBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
checkByteStringIsUtf8(value);
|
||||
fileDatetime_ = value;
|
||||
bitField0_ |= 0x00000004;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private com.google.protobuf.ByteString file_ = com.google.protobuf.ByteString.EMPTY;
|
||||
/**
|
||||
* <code>bytes file = 4;</code>
|
||||
* @return The file.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString getFile() {
|
||||
return file_;
|
||||
}
|
||||
/**
|
||||
* <code>bytes file = 4;</code>
|
||||
* @param value The file to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFile(com.google.protobuf.ByteString value) {
|
||||
if (value == null) { throw new NullPointerException(); }
|
||||
file_ = value;
|
||||
bitField0_ |= 0x00000008;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bytes file = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFile() {
|
||||
bitField0_ = (bitField0_ & ~0x00000008);
|
||||
file_ = getDefaultInstance().getFile();
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:rtl.pgs.ervu.ExtractRegistry)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:rtl.pgs.ervu.ExtractRegistry)
|
||||
private static final rtl.pgs.ervu.proto.ExtractRegistry DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new rtl.pgs.ervu.proto.ExtractRegistry();
|
||||
}
|
||||
|
||||
public static rtl.pgs.ervu.proto.ExtractRegistry getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<ExtractRegistry>
|
||||
PARSER = new com.google.protobuf.AbstractParser<ExtractRegistry>() {
|
||||
@java.lang.Override
|
||||
public ExtractRegistry parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
Builder builder = newBuilder();
|
||||
try {
|
||||
builder.mergeFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.setUnfinishedMessage(builder.buildPartial());
|
||||
} catch (com.google.protobuf.UninitializedMessageException e) {
|
||||
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
|
||||
} catch (java.io.IOException e) {
|
||||
throw new com.google.protobuf.InvalidProtocolBufferException(e)
|
||||
.setUnfinishedMessage(builder.buildPartial());
|
||||
}
|
||||
return builder.buildPartial();
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<ExtractRegistry> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<ExtractRegistry> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public rtl.pgs.ervu.proto.ExtractRegistry getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package rtl.pgs.ervu.proto;
|
||||
|
||||
public interface ExtractRegistryOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:rtl.pgs.ervu.ExtractRegistry)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>string fileName = 1;</code>
|
||||
* @return The fileName.
|
||||
*/
|
||||
java.lang.String getFileName();
|
||||
/**
|
||||
* <code>string fileName = 1;</code>
|
||||
* @return The bytes for fileName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getFileNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string fileType = 2;</code>
|
||||
* @return The fileType.
|
||||
*/
|
||||
java.lang.String getFileType();
|
||||
/**
|
||||
* <code>string fileType = 2;</code>
|
||||
* @return The bytes for fileType.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getFileTypeBytes();
|
||||
|
||||
/**
|
||||
* <code>string fileDatetime = 3;</code>
|
||||
* @return The fileDatetime.
|
||||
*/
|
||||
java.lang.String getFileDatetime();
|
||||
/**
|
||||
* <code>string fileDatetime = 3;</code>
|
||||
* @return The bytes for fileDatetime.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getFileDatetimeBytes();
|
||||
|
||||
/**
|
||||
* <code>bytes file = 4;</code>
|
||||
* @return The file.
|
||||
*/
|
||||
com.google.protobuf.ByteString getFile();
|
||||
}
|
||||
|
|
@ -1,96 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package rtl.pgs.ervu.proto;
|
||||
|
||||
public final class LkrpResponse {
|
||||
private LkrpResponse() {}
|
||||
static {
|
||||
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 27,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
LkrpResponse.class.getName());
|
||||
}
|
||||
public static void registerAllExtensions(
|
||||
com.google.protobuf.ExtensionRegistryLite registry) {
|
||||
}
|
||||
|
||||
public static void registerAllExtensions(
|
||||
com.google.protobuf.ExtensionRegistry registry) {
|
||||
registerAllExtensions(
|
||||
(com.google.protobuf.ExtensionRegistryLite) registry);
|
||||
}
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_rtl_pgs_ervu_ExtractRegistry_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_rtl_pgs_ervu_ExtractRegistry_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_rtl_pgs_ervu_DataRegistryInformation_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_rtl_pgs_ervu_DataRegistryInformation_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_rtl_pgs_ervu_ResponseData_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_rtl_pgs_ervu_ResponseData_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!resources/ProtoResponseData.proto\022\014rtl" +
|
||||
".pgs.ervu\032\037google/protobuf/timestamp.pro" +
|
||||
"to\"Y\n\017ExtractRegistry\022\020\n\010fileName\030\001 \001(\t\022" +
|
||||
"\020\n\010fileType\030\002 \001(\t\022\024\n\014fileDatetime\030\003 \001(\t\022" +
|
||||
"\014\n\004file\030\004 \001(\014\"Q\n\027DataRegistryInformation" +
|
||||
"\0226\n\017extractRegistry\030\001 \001(\0132\035.rtl.pgs.ervu" +
|
||||
".ExtractRegistry\"\231\002\n\014ResponseData\022\020\n\010las" +
|
||||
"tName\030\001 \001(\t\022\021\n\tfirstName\030\002 \001(\t\022\022\n\nmiddle" +
|
||||
"Name\030\003 \001(\t\022\021\n\tbirthDate\030\005 \001(\t\022\014\n\004type\030\004 " +
|
||||
"\001(\t\022\016\n\006series\030\006 \001(\t\022\016\n\006number\030\007 \001(\t\022\021\n\ti" +
|
||||
"ssueDate\030\010 \001(\t\022\020\n\010issueOrg\030\t \001(\t\022\023\n\013issu" +
|
||||
"eIdCode\030\n \001(\t\022\r\n\005idERN\030\013 \001(\t\022F\n\027dataRegi" +
|
||||
"stryInformation\030\014 \001(\0132%.rtl.pgs.ervu.Dat" +
|
||||
"aRegistryInformationB$\n\022rtl.pgs.ervu.pro" +
|
||||
"toB\014LkrpResponseP\001b\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
com.google.protobuf.TimestampProto.getDescriptor(),
|
||||
});
|
||||
internal_static_rtl_pgs_ervu_ExtractRegistry_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_rtl_pgs_ervu_ExtractRegistry_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_rtl_pgs_ervu_ExtractRegistry_descriptor,
|
||||
new java.lang.String[] { "FileName", "FileType", "FileDatetime", "File", });
|
||||
internal_static_rtl_pgs_ervu_DataRegistryInformation_descriptor =
|
||||
getDescriptor().getMessageTypes().get(1);
|
||||
internal_static_rtl_pgs_ervu_DataRegistryInformation_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_rtl_pgs_ervu_DataRegistryInformation_descriptor,
|
||||
new java.lang.String[] { "ExtractRegistry", });
|
||||
internal_static_rtl_pgs_ervu_ResponseData_descriptor =
|
||||
getDescriptor().getMessageTypes().get(2);
|
||||
internal_static_rtl_pgs_ervu_ResponseData_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_rtl_pgs_ervu_ResponseData_descriptor,
|
||||
new java.lang.String[] { "LastName", "FirstName", "MiddleName", "BirthDate", "Type", "Series", "Number", "IssueDate", "IssueOrg", "IssueIdCode", "IdERN", "DataRegistryInformation", });
|
||||
descriptor.resolveAllFeaturesImmutable();
|
||||
com.google.protobuf.TimestampProto.getDescriptor();
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
}
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,158 +0,0 @@
|
|||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: resources/ProtoResponseData.proto
|
||||
// Protobuf Java Version: 4.27.3
|
||||
|
||||
package rtl.pgs.ervu.proto;
|
||||
|
||||
public interface ResponseDataOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:rtl.pgs.ervu.ResponseData)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>string lastName = 1;</code>
|
||||
* @return The lastName.
|
||||
*/
|
||||
java.lang.String getLastName();
|
||||
/**
|
||||
* <code>string lastName = 1;</code>
|
||||
* @return The bytes for lastName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getLastNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string firstName = 2;</code>
|
||||
* @return The firstName.
|
||||
*/
|
||||
java.lang.String getFirstName();
|
||||
/**
|
||||
* <code>string firstName = 2;</code>
|
||||
* @return The bytes for firstName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getFirstNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string middleName = 3;</code>
|
||||
* @return The middleName.
|
||||
*/
|
||||
java.lang.String getMiddleName();
|
||||
/**
|
||||
* <code>string middleName = 3;</code>
|
||||
* @return The bytes for middleName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMiddleNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string birthDate = 5;</code>
|
||||
* @return The birthDate.
|
||||
*/
|
||||
java.lang.String getBirthDate();
|
||||
/**
|
||||
* <code>string birthDate = 5;</code>
|
||||
* @return The bytes for birthDate.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getBirthDateBytes();
|
||||
|
||||
/**
|
||||
* <code>string type = 4;</code>
|
||||
* @return The type.
|
||||
*/
|
||||
java.lang.String getType();
|
||||
/**
|
||||
* <code>string type = 4;</code>
|
||||
* @return The bytes for type.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getTypeBytes();
|
||||
|
||||
/**
|
||||
* <code>string series = 6;</code>
|
||||
* @return The series.
|
||||
*/
|
||||
java.lang.String getSeries();
|
||||
/**
|
||||
* <code>string series = 6;</code>
|
||||
* @return The bytes for series.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getSeriesBytes();
|
||||
|
||||
/**
|
||||
* <code>string number = 7;</code>
|
||||
* @return The number.
|
||||
*/
|
||||
java.lang.String getNumber();
|
||||
/**
|
||||
* <code>string number = 7;</code>
|
||||
* @return The bytes for number.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getNumberBytes();
|
||||
|
||||
/**
|
||||
* <code>string issueDate = 8;</code>
|
||||
* @return The issueDate.
|
||||
*/
|
||||
java.lang.String getIssueDate();
|
||||
/**
|
||||
* <code>string issueDate = 8;</code>
|
||||
* @return The bytes for issueDate.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getIssueDateBytes();
|
||||
|
||||
/**
|
||||
* <code>string issueOrg = 9;</code>
|
||||
* @return The issueOrg.
|
||||
*/
|
||||
java.lang.String getIssueOrg();
|
||||
/**
|
||||
* <code>string issueOrg = 9;</code>
|
||||
* @return The bytes for issueOrg.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getIssueOrgBytes();
|
||||
|
||||
/**
|
||||
* <code>string issueIdCode = 10;</code>
|
||||
* @return The issueIdCode.
|
||||
*/
|
||||
java.lang.String getIssueIdCode();
|
||||
/**
|
||||
* <code>string issueIdCode = 10;</code>
|
||||
* @return The bytes for issueIdCode.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getIssueIdCodeBytes();
|
||||
|
||||
/**
|
||||
* <code>string idERN = 11;</code>
|
||||
* @return The idERN.
|
||||
*/
|
||||
java.lang.String getIdERN();
|
||||
/**
|
||||
* <code>string idERN = 11;</code>
|
||||
* @return The bytes for idERN.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getIdERNBytes();
|
||||
|
||||
/**
|
||||
* <code>.rtl.pgs.ervu.DataRegistryInformation dataRegistryInformation = 12;</code>
|
||||
* @return Whether the dataRegistryInformation field is set.
|
||||
*/
|
||||
boolean hasDataRegistryInformation();
|
||||
/**
|
||||
* <code>.rtl.pgs.ervu.DataRegistryInformation dataRegistryInformation = 12;</code>
|
||||
* @return The dataRegistryInformation.
|
||||
*/
|
||||
rtl.pgs.ervu.proto.DataRegistryInformation getDataRegistryInformation();
|
||||
/**
|
||||
* <code>.rtl.pgs.ervu.DataRegistryInformation dataRegistryInformation = 12;</code>
|
||||
*/
|
||||
rtl.pgs.ervu.proto.DataRegistryInformationOrBuilder getDataRegistryInformationOrBuilder();
|
||||
}
|
||||
5
pom.xml
5
pom.xml
|
|
@ -453,6 +453,11 @@
|
|||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.xolstice.maven.plugins</groupId>
|
||||
<artifactId>protobuf-maven-plugin</artifactId>
|
||||
<version>0.6.1</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<plugins>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue