com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evolve-grpc Show documentation
Show all versions of evolve-grpc Show documentation
Protobuf and gRPC definitions for the evolve platform
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: zepben/protobuf/cim/iec61970/base/wires/BusbarSection.proto
package com.zepben.protobuf.cim.iec61970.base.wires;
/**
*
**
* A conductor, or group of conductors, with negligible impedance, that serve to connect other conducting equipment within a single substation.
*
* Voltage measurements are typically obtained from voltage transformers that are connected to busbar sections. A bus bar section may have many
* physical terminals but for analysis is modelled with exactly one logical terminal.
*
*
* Protobuf type {@code zepben.protobuf.cim.iec61970.base.wires.BusbarSection}
*/
public final class BusbarSection extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:zepben.protobuf.cim.iec61970.base.wires.BusbarSection)
BusbarSectionOrBuilder {
private static final long serialVersionUID = 0L;
// Use BusbarSection.newBuilder() to construct.
private BusbarSection(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private BusbarSection() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new BusbarSection();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.zepben.protobuf.cim.iec61970.base.wires.BusbarSectionOuterClass.internal_static_zepben_protobuf_cim_iec61970_base_wires_BusbarSection_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.zepben.protobuf.cim.iec61970.base.wires.BusbarSectionOuterClass.internal_static_zepben_protobuf_cim_iec61970_base_wires_BusbarSection_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection.class, com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection.Builder.class);
}
private int bitField0_;
public static final int CN_FIELD_NUMBER = 1;
private com.zepben.protobuf.cim.iec61970.base.wires.Connector cn_;
/**
*
**
* Connector fields for this BusbarSection.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.Connector cn = 1;
* @return Whether the cn field is set.
*/
@java.lang.Override
public boolean hasCn() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
**
* Connector fields for this BusbarSection.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.Connector cn = 1;
* @return The cn.
*/
@java.lang.Override
public com.zepben.protobuf.cim.iec61970.base.wires.Connector getCn() {
return cn_ == null ? com.zepben.protobuf.cim.iec61970.base.wires.Connector.getDefaultInstance() : cn_;
}
/**
*
**
* Connector fields for this BusbarSection.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.Connector cn = 1;
*/
@java.lang.Override
public com.zepben.protobuf.cim.iec61970.base.wires.ConnectorOrBuilder getCnOrBuilder() {
return cn_ == null ? com.zepben.protobuf.cim.iec61970.base.wires.Connector.getDefaultInstance() : cn_;
}
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, getCn());
}
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, getCn());
}
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.zepben.protobuf.cim.iec61970.base.wires.BusbarSection)) {
return super.equals(obj);
}
com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection other = (com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection) obj;
if (hasCn() != other.hasCn()) return false;
if (hasCn()) {
if (!getCn()
.equals(other.getCn())) 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 (hasCn()) {
hash = (37 * hash) + CN_FIELD_NUMBER;
hash = (53 * hash) + getCn().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
**
* A conductor, or group of conductors, with negligible impedance, that serve to connect other conducting equipment within a single substation.
*
* Voltage measurements are typically obtained from voltage transformers that are connected to busbar sections. A bus bar section may have many
* physical terminals but for analysis is modelled with exactly one logical terminal.
*
*
* Protobuf type {@code zepben.protobuf.cim.iec61970.base.wires.BusbarSection}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:zepben.protobuf.cim.iec61970.base.wires.BusbarSection)
com.zepben.protobuf.cim.iec61970.base.wires.BusbarSectionOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.zepben.protobuf.cim.iec61970.base.wires.BusbarSectionOuterClass.internal_static_zepben_protobuf_cim_iec61970_base_wires_BusbarSection_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.zepben.protobuf.cim.iec61970.base.wires.BusbarSectionOuterClass.internal_static_zepben_protobuf_cim_iec61970_base_wires_BusbarSection_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection.class, com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection.Builder.class);
}
// Construct using com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getCnFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
cn_ = null;
if (cnBuilder_ != null) {
cnBuilder_.dispose();
cnBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.zepben.protobuf.cim.iec61970.base.wires.BusbarSectionOuterClass.internal_static_zepben_protobuf_cim_iec61970_base_wires_BusbarSection_descriptor;
}
@java.lang.Override
public com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection getDefaultInstanceForType() {
return com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection.getDefaultInstance();
}
@java.lang.Override
public com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection build() {
com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection buildPartial() {
com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection result = new com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection result) {
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.cn_ = cnBuilder_ == null
? cn_
: cnBuilder_.build();
to_bitField0_ |= 0x00000001;
}
result.bitField0_ |= to_bitField0_;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection) {
return mergeFrom((com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection other) {
if (other == com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection.getDefaultInstance()) return this;
if (other.hasCn()) {
mergeCn(other.getCn());
}
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(
getCnFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000001;
break;
} // case 10
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private com.zepben.protobuf.cim.iec61970.base.wires.Connector cn_;
private com.google.protobuf.SingleFieldBuilderV3<
com.zepben.protobuf.cim.iec61970.base.wires.Connector, com.zepben.protobuf.cim.iec61970.base.wires.Connector.Builder, com.zepben.protobuf.cim.iec61970.base.wires.ConnectorOrBuilder> cnBuilder_;
/**
*
**
* Connector fields for this BusbarSection.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.Connector cn = 1;
* @return Whether the cn field is set.
*/
public boolean hasCn() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
**
* Connector fields for this BusbarSection.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.Connector cn = 1;
* @return The cn.
*/
public com.zepben.protobuf.cim.iec61970.base.wires.Connector getCn() {
if (cnBuilder_ == null) {
return cn_ == null ? com.zepben.protobuf.cim.iec61970.base.wires.Connector.getDefaultInstance() : cn_;
} else {
return cnBuilder_.getMessage();
}
}
/**
*
**
* Connector fields for this BusbarSection.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.Connector cn = 1;
*/
public Builder setCn(com.zepben.protobuf.cim.iec61970.base.wires.Connector value) {
if (cnBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
cn_ = value;
} else {
cnBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
**
* Connector fields for this BusbarSection.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.Connector cn = 1;
*/
public Builder setCn(
com.zepben.protobuf.cim.iec61970.base.wires.Connector.Builder builderForValue) {
if (cnBuilder_ == null) {
cn_ = builderForValue.build();
} else {
cnBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
**
* Connector fields for this BusbarSection.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.Connector cn = 1;
*/
public Builder mergeCn(com.zepben.protobuf.cim.iec61970.base.wires.Connector value) {
if (cnBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0) &&
cn_ != null &&
cn_ != com.zepben.protobuf.cim.iec61970.base.wires.Connector.getDefaultInstance()) {
getCnBuilder().mergeFrom(value);
} else {
cn_ = value;
}
} else {
cnBuilder_.mergeFrom(value);
}
if (cn_ != null) {
bitField0_ |= 0x00000001;
onChanged();
}
return this;
}
/**
*
**
* Connector fields for this BusbarSection.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.Connector cn = 1;
*/
public Builder clearCn() {
bitField0_ = (bitField0_ & ~0x00000001);
cn_ = null;
if (cnBuilder_ != null) {
cnBuilder_.dispose();
cnBuilder_ = null;
}
onChanged();
return this;
}
/**
*
**
* Connector fields for this BusbarSection.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.Connector cn = 1;
*/
public com.zepben.protobuf.cim.iec61970.base.wires.Connector.Builder getCnBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getCnFieldBuilder().getBuilder();
}
/**
*
**
* Connector fields for this BusbarSection.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.Connector cn = 1;
*/
public com.zepben.protobuf.cim.iec61970.base.wires.ConnectorOrBuilder getCnOrBuilder() {
if (cnBuilder_ != null) {
return cnBuilder_.getMessageOrBuilder();
} else {
return cn_ == null ?
com.zepben.protobuf.cim.iec61970.base.wires.Connector.getDefaultInstance() : cn_;
}
}
/**
*
**
* Connector fields for this BusbarSection.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.Connector cn = 1;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.zepben.protobuf.cim.iec61970.base.wires.Connector, com.zepben.protobuf.cim.iec61970.base.wires.Connector.Builder, com.zepben.protobuf.cim.iec61970.base.wires.ConnectorOrBuilder>
getCnFieldBuilder() {
if (cnBuilder_ == null) {
cnBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.zepben.protobuf.cim.iec61970.base.wires.Connector, com.zepben.protobuf.cim.iec61970.base.wires.Connector.Builder, com.zepben.protobuf.cim.iec61970.base.wires.ConnectorOrBuilder>(
getCn(),
getParentForChildren(),
isClean());
cn_ = null;
}
return cnBuilder_;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:zepben.protobuf.cim.iec61970.base.wires.BusbarSection)
}
// @@protoc_insertion_point(class_scope:zepben.protobuf.cim.iec61970.base.wires.BusbarSection)
private static final com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection();
}
public static com.zepben.protobuf.cim.iec61970.base.wires.BusbarSection getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public BusbarSection 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.zepben.protobuf.cim.iec61970.base.wires.BusbarSection getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}