com.craxiom.messaging.CellIdentityUmts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of network-survey-messaging Show documentation
Show all versions of network-survey-messaging Show documentation
Protobuf and gRPC stubs for sending Wireless Protocol Survey messages'
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: com/craxiom/messaging/phone_state.proto
// Protobuf Java Version: 4.27.3
package com.craxiom.messaging;
/**
* Protobuf type {@code com.craxiom.messaging.CellIdentityUmts}
*/
public final class CellIdentityUmts extends
com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:com.craxiom.messaging.CellIdentityUmts)
CellIdentityUmtsOrBuilder {
private static final long serialVersionUID = 0L;
static {
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 27,
/* patch= */ 3,
/* suffix= */ "",
CellIdentityUmts.class.getName());
}
// Use CellIdentityUmts.newBuilder() to construct.
private CellIdentityUmts(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
private CellIdentityUmts() {
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.craxiom.messaging.PhoneStateOuterClass.internal_static_com_craxiom_messaging_CellIdentityUmts_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.craxiom.messaging.PhoneStateOuterClass.internal_static_com_craxiom_messaging_CellIdentityUmts_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.craxiom.messaging.CellIdentityUmts.class, com.craxiom.messaging.CellIdentityUmts.Builder.class);
}
private int bitField0_;
public static final int MCC_FIELD_NUMBER = 1;
private com.google.protobuf.Int32Value mcc_;
/**
* .google.protobuf.Int32Value mcc = 1;
* @return Whether the mcc field is set.
*/
@java.lang.Override
public boolean hasMcc() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* .google.protobuf.Int32Value mcc = 1;
* @return The mcc.
*/
@java.lang.Override
public com.google.protobuf.Int32Value getMcc() {
return mcc_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : mcc_;
}
/**
* .google.protobuf.Int32Value mcc = 1;
*/
@java.lang.Override
public com.google.protobuf.Int32ValueOrBuilder getMccOrBuilder() {
return mcc_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : mcc_;
}
public static final int MNC_FIELD_NUMBER = 2;
private com.google.protobuf.Int32Value mnc_;
/**
* .google.protobuf.Int32Value mnc = 2;
* @return Whether the mnc field is set.
*/
@java.lang.Override
public boolean hasMnc() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* .google.protobuf.Int32Value mnc = 2;
* @return The mnc.
*/
@java.lang.Override
public com.google.protobuf.Int32Value getMnc() {
return mnc_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : mnc_;
}
/**
* .google.protobuf.Int32Value mnc = 2;
*/
@java.lang.Override
public com.google.protobuf.Int32ValueOrBuilder getMncOrBuilder() {
return mnc_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : mnc_;
}
public static final int LAC_FIELD_NUMBER = 3;
private com.google.protobuf.Int32Value lac_;
/**
* .google.protobuf.Int32Value lac = 3;
* @return Whether the lac field is set.
*/
@java.lang.Override
public boolean hasLac() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* .google.protobuf.Int32Value lac = 3;
* @return The lac.
*/
@java.lang.Override
public com.google.protobuf.Int32Value getLac() {
return lac_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : lac_;
}
/**
* .google.protobuf.Int32Value lac = 3;
*/
@java.lang.Override
public com.google.protobuf.Int32ValueOrBuilder getLacOrBuilder() {
return lac_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : lac_;
}
public static final int CID_FIELD_NUMBER = 4;
private com.google.protobuf.Int32Value cid_;
/**
* .google.protobuf.Int32Value cid = 4;
* @return Whether the cid field is set.
*/
@java.lang.Override
public boolean hasCid() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* .google.protobuf.Int32Value cid = 4;
* @return The cid.
*/
@java.lang.Override
public com.google.protobuf.Int32Value getCid() {
return cid_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : cid_;
}
/**
* .google.protobuf.Int32Value cid = 4;
*/
@java.lang.Override
public com.google.protobuf.Int32ValueOrBuilder getCidOrBuilder() {
return cid_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : cid_;
}
public static final int UARFCN_FIELD_NUMBER = 5;
private com.google.protobuf.Int32Value uarfcn_;
/**
* .google.protobuf.Int32Value uarfcn = 5;
* @return Whether the uarfcn field is set.
*/
@java.lang.Override
public boolean hasUarfcn() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* .google.protobuf.Int32Value uarfcn = 5;
* @return The uarfcn.
*/
@java.lang.Override
public com.google.protobuf.Int32Value getUarfcn() {
return uarfcn_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : uarfcn_;
}
/**
* .google.protobuf.Int32Value uarfcn = 5;
*/
@java.lang.Override
public com.google.protobuf.Int32ValueOrBuilder getUarfcnOrBuilder() {
return uarfcn_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : uarfcn_;
}
public static final int PSC_FIELD_NUMBER = 6;
private com.google.protobuf.Int32Value psc_;
/**
* .google.protobuf.Int32Value psc = 6;
* @return Whether the psc field is set.
*/
@java.lang.Override
public boolean hasPsc() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* .google.protobuf.Int32Value psc = 6;
* @return The psc.
*/
@java.lang.Override
public com.google.protobuf.Int32Value getPsc() {
return psc_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : psc_;
}
/**
* .google.protobuf.Int32Value psc = 6;
*/
@java.lang.Override
public com.google.protobuf.Int32ValueOrBuilder getPscOrBuilder() {
return psc_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : psc_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(1, getMcc());
}
if (((bitField0_ & 0x00000002) != 0)) {
output.writeMessage(2, getMnc());
}
if (((bitField0_ & 0x00000004) != 0)) {
output.writeMessage(3, getLac());
}
if (((bitField0_ & 0x00000008) != 0)) {
output.writeMessage(4, getCid());
}
if (((bitField0_ & 0x00000010) != 0)) {
output.writeMessage(5, getUarfcn());
}
if (((bitField0_ & 0x00000020) != 0)) {
output.writeMessage(6, getPsc());
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getMcc());
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, getMnc());
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(3, getLac());
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(4, getCid());
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(5, getUarfcn());
}
if (((bitField0_ & 0x00000020) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(6, getPsc());
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.craxiom.messaging.CellIdentityUmts)) {
return super.equals(obj);
}
com.craxiom.messaging.CellIdentityUmts other = (com.craxiom.messaging.CellIdentityUmts) obj;
if (hasMcc() != other.hasMcc()) return false;
if (hasMcc()) {
if (!getMcc()
.equals(other.getMcc())) return false;
}
if (hasMnc() != other.hasMnc()) return false;
if (hasMnc()) {
if (!getMnc()
.equals(other.getMnc())) return false;
}
if (hasLac() != other.hasLac()) return false;
if (hasLac()) {
if (!getLac()
.equals(other.getLac())) return false;
}
if (hasCid() != other.hasCid()) return false;
if (hasCid()) {
if (!getCid()
.equals(other.getCid())) return false;
}
if (hasUarfcn() != other.hasUarfcn()) return false;
if (hasUarfcn()) {
if (!getUarfcn()
.equals(other.getUarfcn())) return false;
}
if (hasPsc() != other.hasPsc()) return false;
if (hasPsc()) {
if (!getPsc()
.equals(other.getPsc())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasMcc()) {
hash = (37 * hash) + MCC_FIELD_NUMBER;
hash = (53 * hash) + getMcc().hashCode();
}
if (hasMnc()) {
hash = (37 * hash) + MNC_FIELD_NUMBER;
hash = (53 * hash) + getMnc().hashCode();
}
if (hasLac()) {
hash = (37 * hash) + LAC_FIELD_NUMBER;
hash = (53 * hash) + getLac().hashCode();
}
if (hasCid()) {
hash = (37 * hash) + CID_FIELD_NUMBER;
hash = (53 * hash) + getCid().hashCode();
}
if (hasUarfcn()) {
hash = (37 * hash) + UARFCN_FIELD_NUMBER;
hash = (53 * hash) + getUarfcn().hashCode();
}
if (hasPsc()) {
hash = (37 * hash) + PSC_FIELD_NUMBER;
hash = (53 * hash) + getPsc().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.craxiom.messaging.CellIdentityUmts parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.craxiom.messaging.CellIdentityUmts parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.craxiom.messaging.CellIdentityUmts parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.craxiom.messaging.CellIdentityUmts parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.craxiom.messaging.CellIdentityUmts parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.craxiom.messaging.CellIdentityUmts parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.craxiom.messaging.CellIdentityUmts parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static com.craxiom.messaging.CellIdentityUmts parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static com.craxiom.messaging.CellIdentityUmts parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input);
}
public static com.craxiom.messaging.CellIdentityUmts parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static com.craxiom.messaging.CellIdentityUmts parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static com.craxiom.messaging.CellIdentityUmts parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.craxiom.messaging.CellIdentityUmts prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code com.craxiom.messaging.CellIdentityUmts}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder implements
// @@protoc_insertion_point(builder_implements:com.craxiom.messaging.CellIdentityUmts)
com.craxiom.messaging.CellIdentityUmtsOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.craxiom.messaging.PhoneStateOuterClass.internal_static_com_craxiom_messaging_CellIdentityUmts_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.craxiom.messaging.PhoneStateOuterClass.internal_static_com_craxiom_messaging_CellIdentityUmts_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.craxiom.messaging.CellIdentityUmts.class, com.craxiom.messaging.CellIdentityUmts.Builder.class);
}
// Construct using com.craxiom.messaging.CellIdentityUmts.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage
.alwaysUseFieldBuilders) {
getMccFieldBuilder();
getMncFieldBuilder();
getLacFieldBuilder();
getCidFieldBuilder();
getUarfcnFieldBuilder();
getPscFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
mcc_ = null;
if (mccBuilder_ != null) {
mccBuilder_.dispose();
mccBuilder_ = null;
}
mnc_ = null;
if (mncBuilder_ != null) {
mncBuilder_.dispose();
mncBuilder_ = null;
}
lac_ = null;
if (lacBuilder_ != null) {
lacBuilder_.dispose();
lacBuilder_ = null;
}
cid_ = null;
if (cidBuilder_ != null) {
cidBuilder_.dispose();
cidBuilder_ = null;
}
uarfcn_ = null;
if (uarfcnBuilder_ != null) {
uarfcnBuilder_.dispose();
uarfcnBuilder_ = null;
}
psc_ = null;
if (pscBuilder_ != null) {
pscBuilder_.dispose();
pscBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.craxiom.messaging.PhoneStateOuterClass.internal_static_com_craxiom_messaging_CellIdentityUmts_descriptor;
}
@java.lang.Override
public com.craxiom.messaging.CellIdentityUmts getDefaultInstanceForType() {
return com.craxiom.messaging.CellIdentityUmts.getDefaultInstance();
}
@java.lang.Override
public com.craxiom.messaging.CellIdentityUmts build() {
com.craxiom.messaging.CellIdentityUmts result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.craxiom.messaging.CellIdentityUmts buildPartial() {
com.craxiom.messaging.CellIdentityUmts result = new com.craxiom.messaging.CellIdentityUmts(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(com.craxiom.messaging.CellIdentityUmts result) {
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.mcc_ = mccBuilder_ == null
? mcc_
: mccBuilder_.build();
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.mnc_ = mncBuilder_ == null
? mnc_
: mncBuilder_.build();
to_bitField0_ |= 0x00000002;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.lac_ = lacBuilder_ == null
? lac_
: lacBuilder_.build();
to_bitField0_ |= 0x00000004;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.cid_ = cidBuilder_ == null
? cid_
: cidBuilder_.build();
to_bitField0_ |= 0x00000008;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.uarfcn_ = uarfcnBuilder_ == null
? uarfcn_
: uarfcnBuilder_.build();
to_bitField0_ |= 0x00000010;
}
if (((from_bitField0_ & 0x00000020) != 0)) {
result.psc_ = pscBuilder_ == null
? psc_
: pscBuilder_.build();
to_bitField0_ |= 0x00000020;
}
result.bitField0_ |= to_bitField0_;
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.craxiom.messaging.CellIdentityUmts) {
return mergeFrom((com.craxiom.messaging.CellIdentityUmts)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.craxiom.messaging.CellIdentityUmts other) {
if (other == com.craxiom.messaging.CellIdentityUmts.getDefaultInstance()) return this;
if (other.hasMcc()) {
mergeMcc(other.getMcc());
}
if (other.hasMnc()) {
mergeMnc(other.getMnc());
}
if (other.hasLac()) {
mergeLac(other.getLac());
}
if (other.hasCid()) {
mergeCid(other.getCid());
}
if (other.hasUarfcn()) {
mergeUarfcn(other.getUarfcn());
}
if (other.hasPsc()) {
mergePsc(other.getPsc());
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
input.readMessage(
getMccFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000001;
break;
} // case 10
case 18: {
input.readMessage(
getMncFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000002;
break;
} // case 18
case 26: {
input.readMessage(
getLacFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000004;
break;
} // case 26
case 34: {
input.readMessage(
getCidFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000008;
break;
} // case 34
case 42: {
input.readMessage(
getUarfcnFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000010;
break;
} // case 42
case 50: {
input.readMessage(
getPscFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000020;
break;
} // case 50
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private com.google.protobuf.Int32Value mcc_;
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> mccBuilder_;
/**
* .google.protobuf.Int32Value mcc = 1;
* @return Whether the mcc field is set.
*/
public boolean hasMcc() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* .google.protobuf.Int32Value mcc = 1;
* @return The mcc.
*/
public com.google.protobuf.Int32Value getMcc() {
if (mccBuilder_ == null) {
return mcc_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : mcc_;
} else {
return mccBuilder_.getMessage();
}
}
/**
* .google.protobuf.Int32Value mcc = 1;
*/
public Builder setMcc(com.google.protobuf.Int32Value value) {
if (mccBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
mcc_ = value;
} else {
mccBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value mcc = 1;
*/
public Builder setMcc(
com.google.protobuf.Int32Value.Builder builderForValue) {
if (mccBuilder_ == null) {
mcc_ = builderForValue.build();
} else {
mccBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value mcc = 1;
*/
public Builder mergeMcc(com.google.protobuf.Int32Value value) {
if (mccBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0) &&
mcc_ != null &&
mcc_ != com.google.protobuf.Int32Value.getDefaultInstance()) {
getMccBuilder().mergeFrom(value);
} else {
mcc_ = value;
}
} else {
mccBuilder_.mergeFrom(value);
}
if (mcc_ != null) {
bitField0_ |= 0x00000001;
onChanged();
}
return this;
}
/**
* .google.protobuf.Int32Value mcc = 1;
*/
public Builder clearMcc() {
bitField0_ = (bitField0_ & ~0x00000001);
mcc_ = null;
if (mccBuilder_ != null) {
mccBuilder_.dispose();
mccBuilder_ = null;
}
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value mcc = 1;
*/
public com.google.protobuf.Int32Value.Builder getMccBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getMccFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Int32Value mcc = 1;
*/
public com.google.protobuf.Int32ValueOrBuilder getMccOrBuilder() {
if (mccBuilder_ != null) {
return mccBuilder_.getMessageOrBuilder();
} else {
return mcc_ == null ?
com.google.protobuf.Int32Value.getDefaultInstance() : mcc_;
}
}
/**
* .google.protobuf.Int32Value mcc = 1;
*/
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>
getMccFieldBuilder() {
if (mccBuilder_ == null) {
mccBuilder_ = new com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>(
getMcc(),
getParentForChildren(),
isClean());
mcc_ = null;
}
return mccBuilder_;
}
private com.google.protobuf.Int32Value mnc_;
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> mncBuilder_;
/**
* .google.protobuf.Int32Value mnc = 2;
* @return Whether the mnc field is set.
*/
public boolean hasMnc() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* .google.protobuf.Int32Value mnc = 2;
* @return The mnc.
*/
public com.google.protobuf.Int32Value getMnc() {
if (mncBuilder_ == null) {
return mnc_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : mnc_;
} else {
return mncBuilder_.getMessage();
}
}
/**
* .google.protobuf.Int32Value mnc = 2;
*/
public Builder setMnc(com.google.protobuf.Int32Value value) {
if (mncBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
mnc_ = value;
} else {
mncBuilder_.setMessage(value);
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value mnc = 2;
*/
public Builder setMnc(
com.google.protobuf.Int32Value.Builder builderForValue) {
if (mncBuilder_ == null) {
mnc_ = builderForValue.build();
} else {
mncBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value mnc = 2;
*/
public Builder mergeMnc(com.google.protobuf.Int32Value value) {
if (mncBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0) &&
mnc_ != null &&
mnc_ != com.google.protobuf.Int32Value.getDefaultInstance()) {
getMncBuilder().mergeFrom(value);
} else {
mnc_ = value;
}
} else {
mncBuilder_.mergeFrom(value);
}
if (mnc_ != null) {
bitField0_ |= 0x00000002;
onChanged();
}
return this;
}
/**
* .google.protobuf.Int32Value mnc = 2;
*/
public Builder clearMnc() {
bitField0_ = (bitField0_ & ~0x00000002);
mnc_ = null;
if (mncBuilder_ != null) {
mncBuilder_.dispose();
mncBuilder_ = null;
}
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value mnc = 2;
*/
public com.google.protobuf.Int32Value.Builder getMncBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getMncFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Int32Value mnc = 2;
*/
public com.google.protobuf.Int32ValueOrBuilder getMncOrBuilder() {
if (mncBuilder_ != null) {
return mncBuilder_.getMessageOrBuilder();
} else {
return mnc_ == null ?
com.google.protobuf.Int32Value.getDefaultInstance() : mnc_;
}
}
/**
* .google.protobuf.Int32Value mnc = 2;
*/
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>
getMncFieldBuilder() {
if (mncBuilder_ == null) {
mncBuilder_ = new com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>(
getMnc(),
getParentForChildren(),
isClean());
mnc_ = null;
}
return mncBuilder_;
}
private com.google.protobuf.Int32Value lac_;
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> lacBuilder_;
/**
* .google.protobuf.Int32Value lac = 3;
* @return Whether the lac field is set.
*/
public boolean hasLac() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* .google.protobuf.Int32Value lac = 3;
* @return The lac.
*/
public com.google.protobuf.Int32Value getLac() {
if (lacBuilder_ == null) {
return lac_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : lac_;
} else {
return lacBuilder_.getMessage();
}
}
/**
* .google.protobuf.Int32Value lac = 3;
*/
public Builder setLac(com.google.protobuf.Int32Value value) {
if (lacBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
lac_ = value;
} else {
lacBuilder_.setMessage(value);
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value lac = 3;
*/
public Builder setLac(
com.google.protobuf.Int32Value.Builder builderForValue) {
if (lacBuilder_ == null) {
lac_ = builderForValue.build();
} else {
lacBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value lac = 3;
*/
public Builder mergeLac(com.google.protobuf.Int32Value value) {
if (lacBuilder_ == null) {
if (((bitField0_ & 0x00000004) != 0) &&
lac_ != null &&
lac_ != com.google.protobuf.Int32Value.getDefaultInstance()) {
getLacBuilder().mergeFrom(value);
} else {
lac_ = value;
}
} else {
lacBuilder_.mergeFrom(value);
}
if (lac_ != null) {
bitField0_ |= 0x00000004;
onChanged();
}
return this;
}
/**
* .google.protobuf.Int32Value lac = 3;
*/
public Builder clearLac() {
bitField0_ = (bitField0_ & ~0x00000004);
lac_ = null;
if (lacBuilder_ != null) {
lacBuilder_.dispose();
lacBuilder_ = null;
}
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value lac = 3;
*/
public com.google.protobuf.Int32Value.Builder getLacBuilder() {
bitField0_ |= 0x00000004;
onChanged();
return getLacFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Int32Value lac = 3;
*/
public com.google.protobuf.Int32ValueOrBuilder getLacOrBuilder() {
if (lacBuilder_ != null) {
return lacBuilder_.getMessageOrBuilder();
} else {
return lac_ == null ?
com.google.protobuf.Int32Value.getDefaultInstance() : lac_;
}
}
/**
* .google.protobuf.Int32Value lac = 3;
*/
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>
getLacFieldBuilder() {
if (lacBuilder_ == null) {
lacBuilder_ = new com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>(
getLac(),
getParentForChildren(),
isClean());
lac_ = null;
}
return lacBuilder_;
}
private com.google.protobuf.Int32Value cid_;
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> cidBuilder_;
/**
* .google.protobuf.Int32Value cid = 4;
* @return Whether the cid field is set.
*/
public boolean hasCid() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* .google.protobuf.Int32Value cid = 4;
* @return The cid.
*/
public com.google.protobuf.Int32Value getCid() {
if (cidBuilder_ == null) {
return cid_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : cid_;
} else {
return cidBuilder_.getMessage();
}
}
/**
* .google.protobuf.Int32Value cid = 4;
*/
public Builder setCid(com.google.protobuf.Int32Value value) {
if (cidBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
cid_ = value;
} else {
cidBuilder_.setMessage(value);
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value cid = 4;
*/
public Builder setCid(
com.google.protobuf.Int32Value.Builder builderForValue) {
if (cidBuilder_ == null) {
cid_ = builderForValue.build();
} else {
cidBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value cid = 4;
*/
public Builder mergeCid(com.google.protobuf.Int32Value value) {
if (cidBuilder_ == null) {
if (((bitField0_ & 0x00000008) != 0) &&
cid_ != null &&
cid_ != com.google.protobuf.Int32Value.getDefaultInstance()) {
getCidBuilder().mergeFrom(value);
} else {
cid_ = value;
}
} else {
cidBuilder_.mergeFrom(value);
}
if (cid_ != null) {
bitField0_ |= 0x00000008;
onChanged();
}
return this;
}
/**
* .google.protobuf.Int32Value cid = 4;
*/
public Builder clearCid() {
bitField0_ = (bitField0_ & ~0x00000008);
cid_ = null;
if (cidBuilder_ != null) {
cidBuilder_.dispose();
cidBuilder_ = null;
}
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value cid = 4;
*/
public com.google.protobuf.Int32Value.Builder getCidBuilder() {
bitField0_ |= 0x00000008;
onChanged();
return getCidFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Int32Value cid = 4;
*/
public com.google.protobuf.Int32ValueOrBuilder getCidOrBuilder() {
if (cidBuilder_ != null) {
return cidBuilder_.getMessageOrBuilder();
} else {
return cid_ == null ?
com.google.protobuf.Int32Value.getDefaultInstance() : cid_;
}
}
/**
* .google.protobuf.Int32Value cid = 4;
*/
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>
getCidFieldBuilder() {
if (cidBuilder_ == null) {
cidBuilder_ = new com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>(
getCid(),
getParentForChildren(),
isClean());
cid_ = null;
}
return cidBuilder_;
}
private com.google.protobuf.Int32Value uarfcn_;
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> uarfcnBuilder_;
/**
* .google.protobuf.Int32Value uarfcn = 5;
* @return Whether the uarfcn field is set.
*/
public boolean hasUarfcn() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* .google.protobuf.Int32Value uarfcn = 5;
* @return The uarfcn.
*/
public com.google.protobuf.Int32Value getUarfcn() {
if (uarfcnBuilder_ == null) {
return uarfcn_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : uarfcn_;
} else {
return uarfcnBuilder_.getMessage();
}
}
/**
* .google.protobuf.Int32Value uarfcn = 5;
*/
public Builder setUarfcn(com.google.protobuf.Int32Value value) {
if (uarfcnBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
uarfcn_ = value;
} else {
uarfcnBuilder_.setMessage(value);
}
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value uarfcn = 5;
*/
public Builder setUarfcn(
com.google.protobuf.Int32Value.Builder builderForValue) {
if (uarfcnBuilder_ == null) {
uarfcn_ = builderForValue.build();
} else {
uarfcnBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value uarfcn = 5;
*/
public Builder mergeUarfcn(com.google.protobuf.Int32Value value) {
if (uarfcnBuilder_ == null) {
if (((bitField0_ & 0x00000010) != 0) &&
uarfcn_ != null &&
uarfcn_ != com.google.protobuf.Int32Value.getDefaultInstance()) {
getUarfcnBuilder().mergeFrom(value);
} else {
uarfcn_ = value;
}
} else {
uarfcnBuilder_.mergeFrom(value);
}
if (uarfcn_ != null) {
bitField0_ |= 0x00000010;
onChanged();
}
return this;
}
/**
* .google.protobuf.Int32Value uarfcn = 5;
*/
public Builder clearUarfcn() {
bitField0_ = (bitField0_ & ~0x00000010);
uarfcn_ = null;
if (uarfcnBuilder_ != null) {
uarfcnBuilder_.dispose();
uarfcnBuilder_ = null;
}
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value uarfcn = 5;
*/
public com.google.protobuf.Int32Value.Builder getUarfcnBuilder() {
bitField0_ |= 0x00000010;
onChanged();
return getUarfcnFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Int32Value uarfcn = 5;
*/
public com.google.protobuf.Int32ValueOrBuilder getUarfcnOrBuilder() {
if (uarfcnBuilder_ != null) {
return uarfcnBuilder_.getMessageOrBuilder();
} else {
return uarfcn_ == null ?
com.google.protobuf.Int32Value.getDefaultInstance() : uarfcn_;
}
}
/**
* .google.protobuf.Int32Value uarfcn = 5;
*/
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>
getUarfcnFieldBuilder() {
if (uarfcnBuilder_ == null) {
uarfcnBuilder_ = new com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>(
getUarfcn(),
getParentForChildren(),
isClean());
uarfcn_ = null;
}
return uarfcnBuilder_;
}
private com.google.protobuf.Int32Value psc_;
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> pscBuilder_;
/**
* .google.protobuf.Int32Value psc = 6;
* @return Whether the psc field is set.
*/
public boolean hasPsc() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* .google.protobuf.Int32Value psc = 6;
* @return The psc.
*/
public com.google.protobuf.Int32Value getPsc() {
if (pscBuilder_ == null) {
return psc_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : psc_;
} else {
return pscBuilder_.getMessage();
}
}
/**
* .google.protobuf.Int32Value psc = 6;
*/
public Builder setPsc(com.google.protobuf.Int32Value value) {
if (pscBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
psc_ = value;
} else {
pscBuilder_.setMessage(value);
}
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value psc = 6;
*/
public Builder setPsc(
com.google.protobuf.Int32Value.Builder builderForValue) {
if (pscBuilder_ == null) {
psc_ = builderForValue.build();
} else {
pscBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value psc = 6;
*/
public Builder mergePsc(com.google.protobuf.Int32Value value) {
if (pscBuilder_ == null) {
if (((bitField0_ & 0x00000020) != 0) &&
psc_ != null &&
psc_ != com.google.protobuf.Int32Value.getDefaultInstance()) {
getPscBuilder().mergeFrom(value);
} else {
psc_ = value;
}
} else {
pscBuilder_.mergeFrom(value);
}
if (psc_ != null) {
bitField0_ |= 0x00000020;
onChanged();
}
return this;
}
/**
* .google.protobuf.Int32Value psc = 6;
*/
public Builder clearPsc() {
bitField0_ = (bitField0_ & ~0x00000020);
psc_ = null;
if (pscBuilder_ != null) {
pscBuilder_.dispose();
pscBuilder_ = null;
}
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value psc = 6;
*/
public com.google.protobuf.Int32Value.Builder getPscBuilder() {
bitField0_ |= 0x00000020;
onChanged();
return getPscFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Int32Value psc = 6;
*/
public com.google.protobuf.Int32ValueOrBuilder getPscOrBuilder() {
if (pscBuilder_ != null) {
return pscBuilder_.getMessageOrBuilder();
} else {
return psc_ == null ?
com.google.protobuf.Int32Value.getDefaultInstance() : psc_;
}
}
/**
* .google.protobuf.Int32Value psc = 6;
*/
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>
getPscFieldBuilder() {
if (pscBuilder_ == null) {
pscBuilder_ = new com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>(
getPsc(),
getParentForChildren(),
isClean());
psc_ = null;
}
return pscBuilder_;
}
// @@protoc_insertion_point(builder_scope:com.craxiom.messaging.CellIdentityUmts)
}
// @@protoc_insertion_point(class_scope:com.craxiom.messaging.CellIdentityUmts)
private static final com.craxiom.messaging.CellIdentityUmts DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.craxiom.messaging.CellIdentityUmts();
}
public static com.craxiom.messaging.CellIdentityUmts getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public CellIdentityUmts parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.craxiom.messaging.CellIdentityUmts getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}