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

sila2.org.silastandard.SiLAFramework Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: SiLAFramework.proto

package sila2.org.silastandard;

public final class SiLAFramework {
  private SiLAFramework() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  /**
   * 
   * -------- Framework Types --------
   * 
* * Protobuf enum {@code sila2.org.silastandard.BasicType} */ public enum BasicType implements com.google.protobuf.ProtocolMessageEnum { /** * STRING = 0; */ STRING(0), /** * INTEGER = 1; */ INTEGER(1), /** * REAL = 2; */ REAL(2), /** * BOOLEAN = 3; */ BOOLEAN(3), /** * SMALL_BINARY = 4; */ SMALL_BINARY(4), /** * LARGE_BINARY = 5; */ LARGE_BINARY(5), /** * DATE = 6; */ DATE(6), /** * TIME = 7; */ TIME(7), /** * TIME_STAMP = 8; */ TIME_STAMP(8), UNRECOGNIZED(-1), ; /** * STRING = 0; */ public static final int STRING_VALUE = 0; /** * INTEGER = 1; */ public static final int INTEGER_VALUE = 1; /** * REAL = 2; */ public static final int REAL_VALUE = 2; /** * BOOLEAN = 3; */ public static final int BOOLEAN_VALUE = 3; /** * SMALL_BINARY = 4; */ public static final int SMALL_BINARY_VALUE = 4; /** * LARGE_BINARY = 5; */ public static final int LARGE_BINARY_VALUE = 5; /** * DATE = 6; */ public static final int DATE_VALUE = 6; /** * TIME = 7; */ public static final int TIME_VALUE = 7; /** * TIME_STAMP = 8; */ public static final int TIME_STAMP_VALUE = 8; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static BasicType valueOf(int value) { return forNumber(value); } public static BasicType forNumber(int value) { switch (value) { case 0: return STRING; case 1: return INTEGER; case 2: return REAL; case 3: return BOOLEAN; case 4: return SMALL_BINARY; case 5: return LARGE_BINARY; case 6: return DATE; case 7: return TIME; case 8: return TIME_STAMP; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< BasicType> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public BasicType findValueByNumber(int number) { return BasicType.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return sila2.org.silastandard.SiLAFramework.getDescriptor().getEnumTypes().get(0); } private static final BasicType[] VALUES = values(); public static BasicType valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private BasicType(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:sila2.org.silastandard.BasicType) } public interface StringOrBuilder extends // @@protoc_insertion_point(interface_extends:sila2.org.silastandard.String) com.google.protobuf.MessageOrBuilder { /** * string value = 1; */ java.lang.String getValue(); /** * string value = 1; */ com.google.protobuf.ByteString getValueBytes(); } /** *
   * -------- SiLA Basic Types --------
   * 
* * Protobuf type {@code sila2.org.silastandard.String} */ public static final class String extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:sila2.org.silastandard.String) StringOrBuilder { private static final long serialVersionUID = 0L; // Use String.newBuilder() to construct. private String(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private String() { value_ = ""; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private String( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); value_ = s; break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_String_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_String_fieldAccessorTable .ensureFieldAccessorsInitialized( sila2.org.silastandard.SiLAFramework.String.class, sila2.org.silastandard.SiLAFramework.String.Builder.class); } public static final int VALUE_FIELD_NUMBER = 1; private volatile java.lang.Object value_; /** * string value = 1; */ public java.lang.String getValue() { java.lang.Object ref = value_; 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(); value_ = s; return s; } } /** * string value = 1; */ public com.google.protobuf.ByteString getValueBytes() { java.lang.Object ref = value_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); value_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getValueBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, value_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getValueBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, value_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof sila2.org.silastandard.SiLAFramework.String)) { return super.equals(obj); } sila2.org.silastandard.SiLAFramework.String other = (sila2.org.silastandard.SiLAFramework.String) obj; boolean result = true; result = result && getValue() .equals(other.getValue()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static sila2.org.silastandard.SiLAFramework.String parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.String parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.String parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.String parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.String parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.String parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.String parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.String parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.String parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.String parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.String parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.String parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(sila2.org.silastandard.SiLAFramework.String prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * -------- SiLA Basic Types --------
     * 
* * Protobuf type {@code sila2.org.silastandard.String} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:sila2.org.silastandard.String) sila2.org.silastandard.SiLAFramework.StringOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_String_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_String_fieldAccessorTable .ensureFieldAccessorsInitialized( sila2.org.silastandard.SiLAFramework.String.class, sila2.org.silastandard.SiLAFramework.String.Builder.class); } // Construct using sila2.org.silastandard.SiLAFramework.String.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); value_ = ""; return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_String_descriptor; } public sila2.org.silastandard.SiLAFramework.String getDefaultInstanceForType() { return sila2.org.silastandard.SiLAFramework.String.getDefaultInstance(); } public sila2.org.silastandard.SiLAFramework.String build() { sila2.org.silastandard.SiLAFramework.String result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public sila2.org.silastandard.SiLAFramework.String buildPartial() { sila2.org.silastandard.SiLAFramework.String result = new sila2.org.silastandard.SiLAFramework.String(this); result.value_ = value_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof sila2.org.silastandard.SiLAFramework.String) { return mergeFrom((sila2.org.silastandard.SiLAFramework.String)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(sila2.org.silastandard.SiLAFramework.String other) { if (other == sila2.org.silastandard.SiLAFramework.String.getDefaultInstance()) return this; if (!other.getValue().isEmpty()) { value_ = other.value_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { sila2.org.silastandard.SiLAFramework.String parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (sila2.org.silastandard.SiLAFramework.String) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object value_ = ""; /** * string value = 1; */ public java.lang.String getValue() { java.lang.Object ref = value_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); value_ = s; return s; } else { return (java.lang.String) ref; } } /** * string value = 1; */ public com.google.protobuf.ByteString getValueBytes() { java.lang.Object ref = value_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); value_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string value = 1; */ public Builder setValue( java.lang.String value) { if (value == null) { throw new NullPointerException(); } value_ = value; onChanged(); return this; } /** * string value = 1; */ public Builder clearValue() { value_ = getDefaultInstance().getValue(); onChanged(); return this; } /** * string value = 1; */ public Builder setValueBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); value_ = value; onChanged(); return this; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:sila2.org.silastandard.String) } // @@protoc_insertion_point(class_scope:sila2.org.silastandard.String) private static final sila2.org.silastandard.SiLAFramework.String DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new sila2.org.silastandard.SiLAFramework.String(); } public static sila2.org.silastandard.SiLAFramework.String getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public String parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new String(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public sila2.org.silastandard.SiLAFramework.String getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface IntegerOrBuilder extends // @@protoc_insertion_point(interface_extends:sila2.org.silastandard.Integer) com.google.protobuf.MessageOrBuilder { /** * int64 value = 1; */ long getValue(); } /** * Protobuf type {@code sila2.org.silastandard.Integer} */ public static final class Integer extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:sila2.org.silastandard.Integer) IntegerOrBuilder { private static final long serialVersionUID = 0L; // Use Integer.newBuilder() to construct. private Integer(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Integer() { value_ = 0L; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Integer( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 8: { value_ = input.readInt64(); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Integer_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Integer_fieldAccessorTable .ensureFieldAccessorsInitialized( sila2.org.silastandard.SiLAFramework.Integer.class, sila2.org.silastandard.SiLAFramework.Integer.Builder.class); } public static final int VALUE_FIELD_NUMBER = 1; private long value_; /** * int64 value = 1; */ public long getValue() { return value_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (value_ != 0L) { output.writeInt64(1, value_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (value_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(1, value_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof sila2.org.silastandard.SiLAFramework.Integer)) { return super.equals(obj); } sila2.org.silastandard.SiLAFramework.Integer other = (sila2.org.silastandard.SiLAFramework.Integer) obj; boolean result = true; result = result && (getValue() == other.getValue()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getValue()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static sila2.org.silastandard.SiLAFramework.Integer parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.Integer parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Integer parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.Integer parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Integer parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.Integer parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Integer parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.Integer parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Integer parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.Integer parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Integer parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.Integer parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(sila2.org.silastandard.SiLAFramework.Integer prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code sila2.org.silastandard.Integer} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:sila2.org.silastandard.Integer) sila2.org.silastandard.SiLAFramework.IntegerOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Integer_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Integer_fieldAccessorTable .ensureFieldAccessorsInitialized( sila2.org.silastandard.SiLAFramework.Integer.class, sila2.org.silastandard.SiLAFramework.Integer.Builder.class); } // Construct using sila2.org.silastandard.SiLAFramework.Integer.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); value_ = 0L; return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Integer_descriptor; } public sila2.org.silastandard.SiLAFramework.Integer getDefaultInstanceForType() { return sila2.org.silastandard.SiLAFramework.Integer.getDefaultInstance(); } public sila2.org.silastandard.SiLAFramework.Integer build() { sila2.org.silastandard.SiLAFramework.Integer result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public sila2.org.silastandard.SiLAFramework.Integer buildPartial() { sila2.org.silastandard.SiLAFramework.Integer result = new sila2.org.silastandard.SiLAFramework.Integer(this); result.value_ = value_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof sila2.org.silastandard.SiLAFramework.Integer) { return mergeFrom((sila2.org.silastandard.SiLAFramework.Integer)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(sila2.org.silastandard.SiLAFramework.Integer other) { if (other == sila2.org.silastandard.SiLAFramework.Integer.getDefaultInstance()) return this; if (other.getValue() != 0L) { setValue(other.getValue()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { sila2.org.silastandard.SiLAFramework.Integer parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (sila2.org.silastandard.SiLAFramework.Integer) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private long value_ ; /** * int64 value = 1; */ public long getValue() { return value_; } /** * int64 value = 1; */ public Builder setValue(long value) { value_ = value; onChanged(); return this; } /** * int64 value = 1; */ public Builder clearValue() { value_ = 0L; onChanged(); return this; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:sila2.org.silastandard.Integer) } // @@protoc_insertion_point(class_scope:sila2.org.silastandard.Integer) private static final sila2.org.silastandard.SiLAFramework.Integer DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new sila2.org.silastandard.SiLAFramework.Integer(); } public static sila2.org.silastandard.SiLAFramework.Integer getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public Integer parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new Integer(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public sila2.org.silastandard.SiLAFramework.Integer getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface RealOrBuilder extends // @@protoc_insertion_point(interface_extends:sila2.org.silastandard.Real) com.google.protobuf.MessageOrBuilder { /** * double value = 1; */ double getValue(); } /** * Protobuf type {@code sila2.org.silastandard.Real} */ public static final class Real extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:sila2.org.silastandard.Real) RealOrBuilder { private static final long serialVersionUID = 0L; // Use Real.newBuilder() to construct. private Real(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Real() { value_ = 0D; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Real( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 9: { value_ = input.readDouble(); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Real_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Real_fieldAccessorTable .ensureFieldAccessorsInitialized( sila2.org.silastandard.SiLAFramework.Real.class, sila2.org.silastandard.SiLAFramework.Real.Builder.class); } public static final int VALUE_FIELD_NUMBER = 1; private double value_; /** * double value = 1; */ public double getValue() { return value_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (value_ != 0D) { output.writeDouble(1, value_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (value_ != 0D) { size += com.google.protobuf.CodedOutputStream .computeDoubleSize(1, value_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof sila2.org.silastandard.SiLAFramework.Real)) { return super.equals(obj); } sila2.org.silastandard.SiLAFramework.Real other = (sila2.org.silastandard.SiLAFramework.Real) obj; boolean result = true; result = result && ( java.lang.Double.doubleToLongBits(getValue()) == java.lang.Double.doubleToLongBits( other.getValue())); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( java.lang.Double.doubleToLongBits(getValue())); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static sila2.org.silastandard.SiLAFramework.Real parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.Real parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Real parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.Real parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Real parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.Real parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Real parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.Real parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Real parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.Real parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Real parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.Real parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(sila2.org.silastandard.SiLAFramework.Real prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code sila2.org.silastandard.Real} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:sila2.org.silastandard.Real) sila2.org.silastandard.SiLAFramework.RealOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Real_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Real_fieldAccessorTable .ensureFieldAccessorsInitialized( sila2.org.silastandard.SiLAFramework.Real.class, sila2.org.silastandard.SiLAFramework.Real.Builder.class); } // Construct using sila2.org.silastandard.SiLAFramework.Real.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); value_ = 0D; return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Real_descriptor; } public sila2.org.silastandard.SiLAFramework.Real getDefaultInstanceForType() { return sila2.org.silastandard.SiLAFramework.Real.getDefaultInstance(); } public sila2.org.silastandard.SiLAFramework.Real build() { sila2.org.silastandard.SiLAFramework.Real result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public sila2.org.silastandard.SiLAFramework.Real buildPartial() { sila2.org.silastandard.SiLAFramework.Real result = new sila2.org.silastandard.SiLAFramework.Real(this); result.value_ = value_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof sila2.org.silastandard.SiLAFramework.Real) { return mergeFrom((sila2.org.silastandard.SiLAFramework.Real)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(sila2.org.silastandard.SiLAFramework.Real other) { if (other == sila2.org.silastandard.SiLAFramework.Real.getDefaultInstance()) return this; if (other.getValue() != 0D) { setValue(other.getValue()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { sila2.org.silastandard.SiLAFramework.Real parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (sila2.org.silastandard.SiLAFramework.Real) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private double value_ ; /** * double value = 1; */ public double getValue() { return value_; } /** * double value = 1; */ public Builder setValue(double value) { value_ = value; onChanged(); return this; } /** * double value = 1; */ public Builder clearValue() { value_ = 0D; onChanged(); return this; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:sila2.org.silastandard.Real) } // @@protoc_insertion_point(class_scope:sila2.org.silastandard.Real) private static final sila2.org.silastandard.SiLAFramework.Real DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new sila2.org.silastandard.SiLAFramework.Real(); } public static sila2.org.silastandard.SiLAFramework.Real getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public Real parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new Real(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public sila2.org.silastandard.SiLAFramework.Real getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface BooleanOrBuilder extends // @@protoc_insertion_point(interface_extends:sila2.org.silastandard.Boolean) com.google.protobuf.MessageOrBuilder { /** * bool value = 1; */ boolean getValue(); } /** * Protobuf type {@code sila2.org.silastandard.Boolean} */ public static final class Boolean extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:sila2.org.silastandard.Boolean) BooleanOrBuilder { private static final long serialVersionUID = 0L; // Use Boolean.newBuilder() to construct. private Boolean(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Boolean() { value_ = false; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Boolean( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 8: { value_ = input.readBool(); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Boolean_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Boolean_fieldAccessorTable .ensureFieldAccessorsInitialized( sila2.org.silastandard.SiLAFramework.Boolean.class, sila2.org.silastandard.SiLAFramework.Boolean.Builder.class); } public static final int VALUE_FIELD_NUMBER = 1; private boolean value_; /** * bool value = 1; */ public boolean getValue() { return value_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (value_ != false) { output.writeBool(1, value_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (value_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(1, value_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof sila2.org.silastandard.SiLAFramework.Boolean)) { return super.equals(obj); } sila2.org.silastandard.SiLAFramework.Boolean other = (sila2.org.silastandard.SiLAFramework.Boolean) obj; boolean result = true; result = result && (getValue() == other.getValue()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getValue()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static sila2.org.silastandard.SiLAFramework.Boolean parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.Boolean parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Boolean parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.Boolean parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Boolean parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.Boolean parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Boolean parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.Boolean parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Boolean parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.Boolean parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Boolean parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.Boolean parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(sila2.org.silastandard.SiLAFramework.Boolean prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code sila2.org.silastandard.Boolean} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:sila2.org.silastandard.Boolean) sila2.org.silastandard.SiLAFramework.BooleanOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Boolean_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Boolean_fieldAccessorTable .ensureFieldAccessorsInitialized( sila2.org.silastandard.SiLAFramework.Boolean.class, sila2.org.silastandard.SiLAFramework.Boolean.Builder.class); } // Construct using sila2.org.silastandard.SiLAFramework.Boolean.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); value_ = false; return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Boolean_descriptor; } public sila2.org.silastandard.SiLAFramework.Boolean getDefaultInstanceForType() { return sila2.org.silastandard.SiLAFramework.Boolean.getDefaultInstance(); } public sila2.org.silastandard.SiLAFramework.Boolean build() { sila2.org.silastandard.SiLAFramework.Boolean result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public sila2.org.silastandard.SiLAFramework.Boolean buildPartial() { sila2.org.silastandard.SiLAFramework.Boolean result = new sila2.org.silastandard.SiLAFramework.Boolean(this); result.value_ = value_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof sila2.org.silastandard.SiLAFramework.Boolean) { return mergeFrom((sila2.org.silastandard.SiLAFramework.Boolean)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(sila2.org.silastandard.SiLAFramework.Boolean other) { if (other == sila2.org.silastandard.SiLAFramework.Boolean.getDefaultInstance()) return this; if (other.getValue() != false) { setValue(other.getValue()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { sila2.org.silastandard.SiLAFramework.Boolean parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (sila2.org.silastandard.SiLAFramework.Boolean) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private boolean value_ ; /** * bool value = 1; */ public boolean getValue() { return value_; } /** * bool value = 1; */ public Builder setValue(boolean value) { value_ = value; onChanged(); return this; } /** * bool value = 1; */ public Builder clearValue() { value_ = false; onChanged(); return this; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:sila2.org.silastandard.Boolean) } // @@protoc_insertion_point(class_scope:sila2.org.silastandard.Boolean) private static final sila2.org.silastandard.SiLAFramework.Boolean DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new sila2.org.silastandard.SiLAFramework.Boolean(); } public static sila2.org.silastandard.SiLAFramework.Boolean getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public Boolean parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new Boolean(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public sila2.org.silastandard.SiLAFramework.Boolean getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface SmallBinaryOrBuilder extends // @@protoc_insertion_point(interface_extends:sila2.org.silastandard.SmallBinary) com.google.protobuf.MessageOrBuilder { /** * bytes value = 1; */ com.google.protobuf.ByteString getValue(); } /** * Protobuf type {@code sila2.org.silastandard.SmallBinary} */ public static final class SmallBinary extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:sila2.org.silastandard.SmallBinary) SmallBinaryOrBuilder { private static final long serialVersionUID = 0L; // Use SmallBinary.newBuilder() to construct. private SmallBinary(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private SmallBinary() { value_ = com.google.protobuf.ByteString.EMPTY; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private SmallBinary( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { value_ = input.readBytes(); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_SmallBinary_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_SmallBinary_fieldAccessorTable .ensureFieldAccessorsInitialized( sila2.org.silastandard.SiLAFramework.SmallBinary.class, sila2.org.silastandard.SiLAFramework.SmallBinary.Builder.class); } public static final int VALUE_FIELD_NUMBER = 1; private com.google.protobuf.ByteString value_; /** * bytes value = 1; */ public com.google.protobuf.ByteString getValue() { return value_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!value_.isEmpty()) { output.writeBytes(1, value_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!value_.isEmpty()) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(1, value_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof sila2.org.silastandard.SiLAFramework.SmallBinary)) { return super.equals(obj); } sila2.org.silastandard.SiLAFramework.SmallBinary other = (sila2.org.silastandard.SiLAFramework.SmallBinary) obj; boolean result = true; result = result && getValue() .equals(other.getValue()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static sila2.org.silastandard.SiLAFramework.SmallBinary parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.SmallBinary parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.SmallBinary parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.SmallBinary parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.SmallBinary parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.SmallBinary parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.SmallBinary parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.SmallBinary parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.SmallBinary parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.SmallBinary parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.SmallBinary parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.SmallBinary parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(sila2.org.silastandard.SiLAFramework.SmallBinary prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code sila2.org.silastandard.SmallBinary} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:sila2.org.silastandard.SmallBinary) sila2.org.silastandard.SiLAFramework.SmallBinaryOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_SmallBinary_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_SmallBinary_fieldAccessorTable .ensureFieldAccessorsInitialized( sila2.org.silastandard.SiLAFramework.SmallBinary.class, sila2.org.silastandard.SiLAFramework.SmallBinary.Builder.class); } // Construct using sila2.org.silastandard.SiLAFramework.SmallBinary.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); value_ = com.google.protobuf.ByteString.EMPTY; return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_SmallBinary_descriptor; } public sila2.org.silastandard.SiLAFramework.SmallBinary getDefaultInstanceForType() { return sila2.org.silastandard.SiLAFramework.SmallBinary.getDefaultInstance(); } public sila2.org.silastandard.SiLAFramework.SmallBinary build() { sila2.org.silastandard.SiLAFramework.SmallBinary result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public sila2.org.silastandard.SiLAFramework.SmallBinary buildPartial() { sila2.org.silastandard.SiLAFramework.SmallBinary result = new sila2.org.silastandard.SiLAFramework.SmallBinary(this); result.value_ = value_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof sila2.org.silastandard.SiLAFramework.SmallBinary) { return mergeFrom((sila2.org.silastandard.SiLAFramework.SmallBinary)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(sila2.org.silastandard.SiLAFramework.SmallBinary other) { if (other == sila2.org.silastandard.SiLAFramework.SmallBinary.getDefaultInstance()) return this; if (other.getValue() != com.google.protobuf.ByteString.EMPTY) { setValue(other.getValue()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { sila2.org.silastandard.SiLAFramework.SmallBinary parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (sila2.org.silastandard.SiLAFramework.SmallBinary) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private com.google.protobuf.ByteString value_ = com.google.protobuf.ByteString.EMPTY; /** * bytes value = 1; */ public com.google.protobuf.ByteString getValue() { return value_; } /** * bytes value = 1; */ public Builder setValue(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } value_ = value; onChanged(); return this; } /** * bytes value = 1; */ public Builder clearValue() { value_ = getDefaultInstance().getValue(); onChanged(); return this; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:sila2.org.silastandard.SmallBinary) } // @@protoc_insertion_point(class_scope:sila2.org.silastandard.SmallBinary) private static final sila2.org.silastandard.SiLAFramework.SmallBinary DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new sila2.org.silastandard.SiLAFramework.SmallBinary(); } public static sila2.org.silastandard.SiLAFramework.SmallBinary getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public SmallBinary parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new SmallBinary(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public sila2.org.silastandard.SiLAFramework.SmallBinary getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface LargeBinaryOrBuilder extends // @@protoc_insertion_point(interface_extends:sila2.org.silastandard.LargeBinary) com.google.protobuf.MessageOrBuilder { /** * string binaryIdentifier = 1; */ java.lang.String getBinaryIdentifier(); /** * string binaryIdentifier = 1; */ com.google.protobuf.ByteString getBinaryIdentifierBytes(); } /** * Protobuf type {@code sila2.org.silastandard.LargeBinary} */ public static final class LargeBinary extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:sila2.org.silastandard.LargeBinary) LargeBinaryOrBuilder { private static final long serialVersionUID = 0L; // Use LargeBinary.newBuilder() to construct. private LargeBinary(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private LargeBinary() { binaryIdentifier_ = ""; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private LargeBinary( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); binaryIdentifier_ = s; break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_LargeBinary_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_LargeBinary_fieldAccessorTable .ensureFieldAccessorsInitialized( sila2.org.silastandard.SiLAFramework.LargeBinary.class, sila2.org.silastandard.SiLAFramework.LargeBinary.Builder.class); } public static final int BINARYIDENTIFIER_FIELD_NUMBER = 1; private volatile java.lang.Object binaryIdentifier_; /** * string binaryIdentifier = 1; */ public java.lang.String getBinaryIdentifier() { java.lang.Object ref = binaryIdentifier_; 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(); binaryIdentifier_ = s; return s; } } /** * string binaryIdentifier = 1; */ public com.google.protobuf.ByteString getBinaryIdentifierBytes() { java.lang.Object ref = binaryIdentifier_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); binaryIdentifier_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getBinaryIdentifierBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, binaryIdentifier_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getBinaryIdentifierBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, binaryIdentifier_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof sila2.org.silastandard.SiLAFramework.LargeBinary)) { return super.equals(obj); } sila2.org.silastandard.SiLAFramework.LargeBinary other = (sila2.org.silastandard.SiLAFramework.LargeBinary) obj; boolean result = true; result = result && getBinaryIdentifier() .equals(other.getBinaryIdentifier()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + BINARYIDENTIFIER_FIELD_NUMBER; hash = (53 * hash) + getBinaryIdentifier().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static sila2.org.silastandard.SiLAFramework.LargeBinary parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.LargeBinary parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.LargeBinary parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.LargeBinary parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.LargeBinary parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.LargeBinary parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.LargeBinary parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.LargeBinary parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.LargeBinary parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.LargeBinary parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.LargeBinary parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.LargeBinary parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(sila2.org.silastandard.SiLAFramework.LargeBinary prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code sila2.org.silastandard.LargeBinary} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:sila2.org.silastandard.LargeBinary) sila2.org.silastandard.SiLAFramework.LargeBinaryOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_LargeBinary_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_LargeBinary_fieldAccessorTable .ensureFieldAccessorsInitialized( sila2.org.silastandard.SiLAFramework.LargeBinary.class, sila2.org.silastandard.SiLAFramework.LargeBinary.Builder.class); } // Construct using sila2.org.silastandard.SiLAFramework.LargeBinary.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); binaryIdentifier_ = ""; return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_LargeBinary_descriptor; } public sila2.org.silastandard.SiLAFramework.LargeBinary getDefaultInstanceForType() { return sila2.org.silastandard.SiLAFramework.LargeBinary.getDefaultInstance(); } public sila2.org.silastandard.SiLAFramework.LargeBinary build() { sila2.org.silastandard.SiLAFramework.LargeBinary result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public sila2.org.silastandard.SiLAFramework.LargeBinary buildPartial() { sila2.org.silastandard.SiLAFramework.LargeBinary result = new sila2.org.silastandard.SiLAFramework.LargeBinary(this); result.binaryIdentifier_ = binaryIdentifier_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof sila2.org.silastandard.SiLAFramework.LargeBinary) { return mergeFrom((sila2.org.silastandard.SiLAFramework.LargeBinary)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(sila2.org.silastandard.SiLAFramework.LargeBinary other) { if (other == sila2.org.silastandard.SiLAFramework.LargeBinary.getDefaultInstance()) return this; if (!other.getBinaryIdentifier().isEmpty()) { binaryIdentifier_ = other.binaryIdentifier_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { sila2.org.silastandard.SiLAFramework.LargeBinary parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (sila2.org.silastandard.SiLAFramework.LargeBinary) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object binaryIdentifier_ = ""; /** * string binaryIdentifier = 1; */ public java.lang.String getBinaryIdentifier() { java.lang.Object ref = binaryIdentifier_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); binaryIdentifier_ = s; return s; } else { return (java.lang.String) ref; } } /** * string binaryIdentifier = 1; */ public com.google.protobuf.ByteString getBinaryIdentifierBytes() { java.lang.Object ref = binaryIdentifier_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); binaryIdentifier_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string binaryIdentifier = 1; */ public Builder setBinaryIdentifier( java.lang.String value) { if (value == null) { throw new NullPointerException(); } binaryIdentifier_ = value; onChanged(); return this; } /** * string binaryIdentifier = 1; */ public Builder clearBinaryIdentifier() { binaryIdentifier_ = getDefaultInstance().getBinaryIdentifier(); onChanged(); return this; } /** * string binaryIdentifier = 1; */ public Builder setBinaryIdentifierBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); binaryIdentifier_ = value; onChanged(); return this; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:sila2.org.silastandard.LargeBinary) } // @@protoc_insertion_point(class_scope:sila2.org.silastandard.LargeBinary) private static final sila2.org.silastandard.SiLAFramework.LargeBinary DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new sila2.org.silastandard.SiLAFramework.LargeBinary(); } public static sila2.org.silastandard.SiLAFramework.LargeBinary getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public LargeBinary parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new LargeBinary(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public sila2.org.silastandard.SiLAFramework.LargeBinary getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface DateOrBuilder extends // @@protoc_insertion_point(interface_extends:sila2.org.silastandard.Date) com.google.protobuf.MessageOrBuilder { /** * uint32 day = 1; */ int getDay(); /** * uint32 month = 2; */ int getMonth(); /** * uint32 year = 3; */ int getYear(); /** * .sila2.org.silastandard.Timezone timezone = 4; */ boolean hasTimezone(); /** * .sila2.org.silastandard.Timezone timezone = 4; */ sila2.org.silastandard.SiLAFramework.Timezone getTimezone(); /** * .sila2.org.silastandard.Timezone timezone = 4; */ sila2.org.silastandard.SiLAFramework.TimezoneOrBuilder getTimezoneOrBuilder(); } /** * Protobuf type {@code sila2.org.silastandard.Date} */ public static final class Date extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:sila2.org.silastandard.Date) DateOrBuilder { private static final long serialVersionUID = 0L; // Use Date.newBuilder() to construct. private Date(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Date() { day_ = 0; month_ = 0; year_ = 0; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Date( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 8: { day_ = input.readUInt32(); break; } case 16: { month_ = input.readUInt32(); break; } case 24: { year_ = input.readUInt32(); break; } case 34: { sila2.org.silastandard.SiLAFramework.Timezone.Builder subBuilder = null; if (timezone_ != null) { subBuilder = timezone_.toBuilder(); } timezone_ = input.readMessage(sila2.org.silastandard.SiLAFramework.Timezone.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(timezone_); timezone_ = subBuilder.buildPartial(); } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Date_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Date_fieldAccessorTable .ensureFieldAccessorsInitialized( sila2.org.silastandard.SiLAFramework.Date.class, sila2.org.silastandard.SiLAFramework.Date.Builder.class); } public static final int DAY_FIELD_NUMBER = 1; private int day_; /** * uint32 day = 1; */ public int getDay() { return day_; } public static final int MONTH_FIELD_NUMBER = 2; private int month_; /** * uint32 month = 2; */ public int getMonth() { return month_; } public static final int YEAR_FIELD_NUMBER = 3; private int year_; /** * uint32 year = 3; */ public int getYear() { return year_; } public static final int TIMEZONE_FIELD_NUMBER = 4; private sila2.org.silastandard.SiLAFramework.Timezone timezone_; /** * .sila2.org.silastandard.Timezone timezone = 4; */ public boolean hasTimezone() { return timezone_ != null; } /** * .sila2.org.silastandard.Timezone timezone = 4; */ public sila2.org.silastandard.SiLAFramework.Timezone getTimezone() { return timezone_ == null ? sila2.org.silastandard.SiLAFramework.Timezone.getDefaultInstance() : timezone_; } /** * .sila2.org.silastandard.Timezone timezone = 4; */ public sila2.org.silastandard.SiLAFramework.TimezoneOrBuilder getTimezoneOrBuilder() { return getTimezone(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (day_ != 0) { output.writeUInt32(1, day_); } if (month_ != 0) { output.writeUInt32(2, month_); } if (year_ != 0) { output.writeUInt32(3, year_); } if (timezone_ != null) { output.writeMessage(4, getTimezone()); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (day_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, day_); } if (month_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, month_); } if (year_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, year_); } if (timezone_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, getTimezone()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof sila2.org.silastandard.SiLAFramework.Date)) { return super.equals(obj); } sila2.org.silastandard.SiLAFramework.Date other = (sila2.org.silastandard.SiLAFramework.Date) obj; boolean result = true; result = result && (getDay() == other.getDay()); result = result && (getMonth() == other.getMonth()); result = result && (getYear() == other.getYear()); result = result && (hasTimezone() == other.hasTimezone()); if (hasTimezone()) { result = result && getTimezone() .equals(other.getTimezone()); } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + DAY_FIELD_NUMBER; hash = (53 * hash) + getDay(); hash = (37 * hash) + MONTH_FIELD_NUMBER; hash = (53 * hash) + getMonth(); hash = (37 * hash) + YEAR_FIELD_NUMBER; hash = (53 * hash) + getYear(); if (hasTimezone()) { hash = (37 * hash) + TIMEZONE_FIELD_NUMBER; hash = (53 * hash) + getTimezone().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static sila2.org.silastandard.SiLAFramework.Date parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.Date parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Date parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.Date parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Date parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.Date parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Date parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.Date parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Date parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.Date parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Date parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.Date parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(sila2.org.silastandard.SiLAFramework.Date prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code sila2.org.silastandard.Date} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:sila2.org.silastandard.Date) sila2.org.silastandard.SiLAFramework.DateOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Date_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Date_fieldAccessorTable .ensureFieldAccessorsInitialized( sila2.org.silastandard.SiLAFramework.Date.class, sila2.org.silastandard.SiLAFramework.Date.Builder.class); } // Construct using sila2.org.silastandard.SiLAFramework.Date.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); day_ = 0; month_ = 0; year_ = 0; if (timezoneBuilder_ == null) { timezone_ = null; } else { timezone_ = null; timezoneBuilder_ = null; } return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Date_descriptor; } public sila2.org.silastandard.SiLAFramework.Date getDefaultInstanceForType() { return sila2.org.silastandard.SiLAFramework.Date.getDefaultInstance(); } public sila2.org.silastandard.SiLAFramework.Date build() { sila2.org.silastandard.SiLAFramework.Date result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public sila2.org.silastandard.SiLAFramework.Date buildPartial() { sila2.org.silastandard.SiLAFramework.Date result = new sila2.org.silastandard.SiLAFramework.Date(this); result.day_ = day_; result.month_ = month_; result.year_ = year_; if (timezoneBuilder_ == null) { result.timezone_ = timezone_; } else { result.timezone_ = timezoneBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof sila2.org.silastandard.SiLAFramework.Date) { return mergeFrom((sila2.org.silastandard.SiLAFramework.Date)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(sila2.org.silastandard.SiLAFramework.Date other) { if (other == sila2.org.silastandard.SiLAFramework.Date.getDefaultInstance()) return this; if (other.getDay() != 0) { setDay(other.getDay()); } if (other.getMonth() != 0) { setMonth(other.getMonth()); } if (other.getYear() != 0) { setYear(other.getYear()); } if (other.hasTimezone()) { mergeTimezone(other.getTimezone()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { sila2.org.silastandard.SiLAFramework.Date parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (sila2.org.silastandard.SiLAFramework.Date) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int day_ ; /** * uint32 day = 1; */ public int getDay() { return day_; } /** * uint32 day = 1; */ public Builder setDay(int value) { day_ = value; onChanged(); return this; } /** * uint32 day = 1; */ public Builder clearDay() { day_ = 0; onChanged(); return this; } private int month_ ; /** * uint32 month = 2; */ public int getMonth() { return month_; } /** * uint32 month = 2; */ public Builder setMonth(int value) { month_ = value; onChanged(); return this; } /** * uint32 month = 2; */ public Builder clearMonth() { month_ = 0; onChanged(); return this; } private int year_ ; /** * uint32 year = 3; */ public int getYear() { return year_; } /** * uint32 year = 3; */ public Builder setYear(int value) { year_ = value; onChanged(); return this; } /** * uint32 year = 3; */ public Builder clearYear() { year_ = 0; onChanged(); return this; } private sila2.org.silastandard.SiLAFramework.Timezone timezone_ = null; private com.google.protobuf.SingleFieldBuilderV3< sila2.org.silastandard.SiLAFramework.Timezone, sila2.org.silastandard.SiLAFramework.Timezone.Builder, sila2.org.silastandard.SiLAFramework.TimezoneOrBuilder> timezoneBuilder_; /** * .sila2.org.silastandard.Timezone timezone = 4; */ public boolean hasTimezone() { return timezoneBuilder_ != null || timezone_ != null; } /** * .sila2.org.silastandard.Timezone timezone = 4; */ public sila2.org.silastandard.SiLAFramework.Timezone getTimezone() { if (timezoneBuilder_ == null) { return timezone_ == null ? sila2.org.silastandard.SiLAFramework.Timezone.getDefaultInstance() : timezone_; } else { return timezoneBuilder_.getMessage(); } } /** * .sila2.org.silastandard.Timezone timezone = 4; */ public Builder setTimezone(sila2.org.silastandard.SiLAFramework.Timezone value) { if (timezoneBuilder_ == null) { if (value == null) { throw new NullPointerException(); } timezone_ = value; onChanged(); } else { timezoneBuilder_.setMessage(value); } return this; } /** * .sila2.org.silastandard.Timezone timezone = 4; */ public Builder setTimezone( sila2.org.silastandard.SiLAFramework.Timezone.Builder builderForValue) { if (timezoneBuilder_ == null) { timezone_ = builderForValue.build(); onChanged(); } else { timezoneBuilder_.setMessage(builderForValue.build()); } return this; } /** * .sila2.org.silastandard.Timezone timezone = 4; */ public Builder mergeTimezone(sila2.org.silastandard.SiLAFramework.Timezone value) { if (timezoneBuilder_ == null) { if (timezone_ != null) { timezone_ = sila2.org.silastandard.SiLAFramework.Timezone.newBuilder(timezone_).mergeFrom(value).buildPartial(); } else { timezone_ = value; } onChanged(); } else { timezoneBuilder_.mergeFrom(value); } return this; } /** * .sila2.org.silastandard.Timezone timezone = 4; */ public Builder clearTimezone() { if (timezoneBuilder_ == null) { timezone_ = null; onChanged(); } else { timezone_ = null; timezoneBuilder_ = null; } return this; } /** * .sila2.org.silastandard.Timezone timezone = 4; */ public sila2.org.silastandard.SiLAFramework.Timezone.Builder getTimezoneBuilder() { onChanged(); return getTimezoneFieldBuilder().getBuilder(); } /** * .sila2.org.silastandard.Timezone timezone = 4; */ public sila2.org.silastandard.SiLAFramework.TimezoneOrBuilder getTimezoneOrBuilder() { if (timezoneBuilder_ != null) { return timezoneBuilder_.getMessageOrBuilder(); } else { return timezone_ == null ? sila2.org.silastandard.SiLAFramework.Timezone.getDefaultInstance() : timezone_; } } /** * .sila2.org.silastandard.Timezone timezone = 4; */ private com.google.protobuf.SingleFieldBuilderV3< sila2.org.silastandard.SiLAFramework.Timezone, sila2.org.silastandard.SiLAFramework.Timezone.Builder, sila2.org.silastandard.SiLAFramework.TimezoneOrBuilder> getTimezoneFieldBuilder() { if (timezoneBuilder_ == null) { timezoneBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< sila2.org.silastandard.SiLAFramework.Timezone, sila2.org.silastandard.SiLAFramework.Timezone.Builder, sila2.org.silastandard.SiLAFramework.TimezoneOrBuilder>( getTimezone(), getParentForChildren(), isClean()); timezone_ = null; } return timezoneBuilder_; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:sila2.org.silastandard.Date) } // @@protoc_insertion_point(class_scope:sila2.org.silastandard.Date) private static final sila2.org.silastandard.SiLAFramework.Date DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new sila2.org.silastandard.SiLAFramework.Date(); } public static sila2.org.silastandard.SiLAFramework.Date getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public Date parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new Date(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public sila2.org.silastandard.SiLAFramework.Date getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface TimeOrBuilder extends // @@protoc_insertion_point(interface_extends:sila2.org.silastandard.Time) com.google.protobuf.MessageOrBuilder { /** * uint32 second = 1; */ int getSecond(); /** * uint32 minute = 2; */ int getMinute(); /** * uint32 hour = 3; */ int getHour(); /** * .sila2.org.silastandard.Timezone timezone = 4; */ boolean hasTimezone(); /** * .sila2.org.silastandard.Timezone timezone = 4; */ sila2.org.silastandard.SiLAFramework.Timezone getTimezone(); /** * .sila2.org.silastandard.Timezone timezone = 4; */ sila2.org.silastandard.SiLAFramework.TimezoneOrBuilder getTimezoneOrBuilder(); } /** * Protobuf type {@code sila2.org.silastandard.Time} */ public static final class Time extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:sila2.org.silastandard.Time) TimeOrBuilder { private static final long serialVersionUID = 0L; // Use Time.newBuilder() to construct. private Time(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Time() { second_ = 0; minute_ = 0; hour_ = 0; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Time( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 8: { second_ = input.readUInt32(); break; } case 16: { minute_ = input.readUInt32(); break; } case 24: { hour_ = input.readUInt32(); break; } case 34: { sila2.org.silastandard.SiLAFramework.Timezone.Builder subBuilder = null; if (timezone_ != null) { subBuilder = timezone_.toBuilder(); } timezone_ = input.readMessage(sila2.org.silastandard.SiLAFramework.Timezone.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(timezone_); timezone_ = subBuilder.buildPartial(); } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Time_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Time_fieldAccessorTable .ensureFieldAccessorsInitialized( sila2.org.silastandard.SiLAFramework.Time.class, sila2.org.silastandard.SiLAFramework.Time.Builder.class); } public static final int SECOND_FIELD_NUMBER = 1; private int second_; /** * uint32 second = 1; */ public int getSecond() { return second_; } public static final int MINUTE_FIELD_NUMBER = 2; private int minute_; /** * uint32 minute = 2; */ public int getMinute() { return minute_; } public static final int HOUR_FIELD_NUMBER = 3; private int hour_; /** * uint32 hour = 3; */ public int getHour() { return hour_; } public static final int TIMEZONE_FIELD_NUMBER = 4; private sila2.org.silastandard.SiLAFramework.Timezone timezone_; /** * .sila2.org.silastandard.Timezone timezone = 4; */ public boolean hasTimezone() { return timezone_ != null; } /** * .sila2.org.silastandard.Timezone timezone = 4; */ public sila2.org.silastandard.SiLAFramework.Timezone getTimezone() { return timezone_ == null ? sila2.org.silastandard.SiLAFramework.Timezone.getDefaultInstance() : timezone_; } /** * .sila2.org.silastandard.Timezone timezone = 4; */ public sila2.org.silastandard.SiLAFramework.TimezoneOrBuilder getTimezoneOrBuilder() { return getTimezone(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (second_ != 0) { output.writeUInt32(1, second_); } if (minute_ != 0) { output.writeUInt32(2, minute_); } if (hour_ != 0) { output.writeUInt32(3, hour_); } if (timezone_ != null) { output.writeMessage(4, getTimezone()); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (second_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, second_); } if (minute_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, minute_); } if (hour_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, hour_); } if (timezone_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, getTimezone()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof sila2.org.silastandard.SiLAFramework.Time)) { return super.equals(obj); } sila2.org.silastandard.SiLAFramework.Time other = (sila2.org.silastandard.SiLAFramework.Time) obj; boolean result = true; result = result && (getSecond() == other.getSecond()); result = result && (getMinute() == other.getMinute()); result = result && (getHour() == other.getHour()); result = result && (hasTimezone() == other.hasTimezone()); if (hasTimezone()) { result = result && getTimezone() .equals(other.getTimezone()); } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + SECOND_FIELD_NUMBER; hash = (53 * hash) + getSecond(); hash = (37 * hash) + MINUTE_FIELD_NUMBER; hash = (53 * hash) + getMinute(); hash = (37 * hash) + HOUR_FIELD_NUMBER; hash = (53 * hash) + getHour(); if (hasTimezone()) { hash = (37 * hash) + TIMEZONE_FIELD_NUMBER; hash = (53 * hash) + getTimezone().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static sila2.org.silastandard.SiLAFramework.Time parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.Time parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Time parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.Time parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Time parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static sila2.org.silastandard.SiLAFramework.Time parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Time parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.Time parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Time parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.Time parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static sila2.org.silastandard.SiLAFramework.Time parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static sila2.org.silastandard.SiLAFramework.Time parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(sila2.org.silastandard.SiLAFramework.Time prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code sila2.org.silastandard.Time} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:sila2.org.silastandard.Time) sila2.org.silastandard.SiLAFramework.TimeOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Time_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Time_fieldAccessorTable .ensureFieldAccessorsInitialized( sila2.org.silastandard.SiLAFramework.Time.class, sila2.org.silastandard.SiLAFramework.Time.Builder.class); } // Construct using sila2.org.silastandard.SiLAFramework.Time.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); second_ = 0; minute_ = 0; hour_ = 0; if (timezoneBuilder_ == null) { timezone_ = null; } else { timezone_ = null; timezoneBuilder_ = null; } return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return sila2.org.silastandard.SiLAFramework.internal_static_sila2_org_silastandard_Time_descriptor; } public sila2.org.silastandard.SiLAFramework.Time getDefaultInstanceForType() { return sila2.org.silastandard.SiLAFramework.Time.getDefaultInstance(); } public sila2.org.silastandard.SiLAFramework.Time build() { sila2.org.silastandard.SiLAFramework.Time result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public sila2.org.silastandard.SiLAFramework.Time buildPartial() { sila2.org.silastandard.SiLAFramework.Time result = new sila2.org.silastandard.SiLAFramework.Time(this); result.second_ = second_; result.minute_ = minute_; result.hour_ = hour_; if (timezoneBuilder_ == null) { result.timezone_ = timezone_; } else { result.timezone_ = timezoneBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof sila2.org.silastandard.SiLAFramework.Time) { return mergeFrom((sila2.org.silastandard.SiLAFramework.Time)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(sila2.org.silastandard.SiLAFramework.Time other) { if (other == sila2.org.silastandard.SiLAFramework.Time.getDefaultInstance()) return this; if (other.getSecond() != 0) { setSecond(other.getSecond()); } if (other.getMinute() != 0) { setMinute(other.getMinute()); } if (other.getHour() != 0) { setHour(other.getHour()); } if (other.hasTimezone()) { mergeTimezone(other.getTimezone()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { sila2.org.silastandard.SiLAFramework.Time parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (sila2.org.silastandard.SiLAFramework.Time) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int second_ ; /** * uint32 second = 1; */ public int getSecond() { return second_; } /** * uint32 second = 1; */ public Builder setSecond(int value) { second_ = value; onChanged(); return this; } /** * uint32 second = 1; */ public Builder clearSecond() { second_ = 0; onChanged(); return this; } private int minute_ ; /** * uint32 minute = 2; */ public int getMinute() { return minute_; } /** * uint32 minute = 2; */ public Builder setMinute(int value) { minute_ = value; onChanged(); return this; } /** * uint32 minute = 2; */ public Builder clearMinute() { minute_ = 0; onChanged(); return this; } private int hour_ ; /** * uint32 hour = 3; */ public int getHour() { return hour_; } /** * uint32 hour = 3; */ public Builder setHour(int value) { hour_ = value; onChanged(); return this; } /** * uint32 hour = 3; */ public Builder clearHour() { hour_ = 0; onChanged(); return this; } private sila2.org.silastandard.SiLAFramework.Timezone timezone_ = null; private com.google.protobuf.SingleFieldBuilderV3< sila2.org.silastandard.SiLAFramework.Timezone, sila2.org.silastandard.SiLAFramework.Timezone.Builder, sila2.org.silastandard.SiLAFramework.TimezoneOrBuilder> timezoneBuilder_; /** * .sila2.org.silastandard.Timezone timezone = 4; */ public boolean hasTimezone() { return timezoneBuilder_ != null || timezone_ != null; } /** * .sila2.org.silastandard.Timezone timezone = 4; */ public sila2.org.silastandard.SiLAFramework.Timezone getTimezone() { if (timezoneBuilder_ == null) { return timezone_ == null ? sila2.org.silastandard.SiLAFramework.Timezone.getDefaultInstance() : timezone_; } else { return timezoneBuilder_.getMessage(); } } /** * .sila2.org.silastandard.Timezone timezone = 4; */ public Builder setTimezone(sila2.org.silastandard.SiLAFramework.Timezone value) { if (timezoneBuilder_ == null) { if (value == null) { throw new NullPointerException(); } timezone_ = value; onChanged(); } else { timezoneBuilder_.setMessage(value); } return this; } /** * .sila2.org.silastandard.Timezone timezone = 4; */ public Builder setTimezone( sila2.org.silastandard.SiLAFramework.Timezone.Builder builderForValue) { if (timezoneBuilder_ == null) { timezone_ = builderForValue.build(); onChanged(); } else { timezoneBuilder_.setMessage(builderForValue.build()); } return this; } /** * .sila2.org.silastandard.Timezone timezone = 4; */ public Builder mergeTimezone(sila2.org.silastandard.SiLAFramework.Timezone value) { if (timezoneBuilder_ == null) { if (timezone_ != null) { timezone_ = sila2.org.silastandard.SiLAFramework.Timezone.newBuilder(timezone_).mergeFrom(value).buildPartial(); } else { timezone_ = value; } onChanged(); } else { timezoneBuilder_.mergeFrom(value); } return this; } /** * .sila2.org.silastandard.Timezone timezone = 4; */ public Builder clearTimezone() { if (timezoneBuilder_ == null) { timezone_ = null; onChanged(); } else { timezone_ = null; timezoneBuilder_ = null; } return this; } /** * .sila2.org.silastandard.Timezone timezone = 4; */ public sila2.org.silastandard.SiLAFramework.Timezone.Builder getTimezoneBuilder() { onChanged(); return getTimezoneFieldBuilder().getBuilder(); } /** * .sila2.org.silastandard.Timezone timezone = 4; */ public sila2.org.silastandard.SiLAFramework.TimezoneOrBuilder getTimezoneOrBuilder() { if (timezoneBuilder_ != null) { return timezoneBuilder_.getMessageOrBuilder(); } else { return timezone_ == null ? sila2.org.silastandard.SiLAFramework.Timezone.getDefaultInstance() : timezone_; } } /** * .sila2.org.silastandard.Timezone timezone = 4; */ private com.google.protobuf.SingleFieldBuilderV3< sila2.org.silastandard.SiLAFramework.Timezone, sila2.org.silastandard.SiLAFramework.Timezone.Builder, sila2.org.silastandard.SiLAFramework.TimezoneOrBuilder> getTimezoneFieldBuilder() { if (timezoneBuilder_ == null) { timezoneBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< sila2.org.silastandard.SiLAFramework.Timezone, sila2.org.silastandard.SiLAFramework.Timezone.Builder, sila2.org.silastandard.SiLAFramework.TimezoneOrBuilder>( getTimezone(), getParentForChildren(), isClean()); timezone_ = null; } return timezoneBuilder_; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:sila2.org.silastandard.Time) } // @@protoc_insertion_point(class_scope:sila2.org.silastandard.Time) private static final sila2.org.silastandard.SiLAFramework.Time DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new sila2.org.silastandard.SiLAFramework.Time(); } public static sila2.org.silastandard.SiLAFramework.Time getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser




© 2015 - 2025 Weber Informatics LLC | Privacy Policy