com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator 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/SeriesCompensator.proto
package com.zepben.protobuf.cim.iec61970.base.wires;
/**
*
**
* A Series Compensator is a series capacitor or reactor or an AC transmission line without charging susceptance.
* It is a two terminal device.
*
*
* Protobuf type {@code zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator}
*/
public final class SeriesCompensator extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator)
SeriesCompensatorOrBuilder {
private static final long serialVersionUID = 0L;
// Use SeriesCompensator.newBuilder() to construct.
private SeriesCompensator(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private SeriesCompensator() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new SeriesCompensator();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensatorOuterClass.internal_static_zepben_protobuf_cim_iec61970_base_wires_SeriesCompensator_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensatorOuterClass.internal_static_zepben_protobuf_cim_iec61970_base_wires_SeriesCompensator_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator.class, com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator.Builder.class);
}
private int bitField0_;
public static final int CE_FIELD_NUMBER = 1;
private com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce_;
/**
*
**
* The ConductingEquipment fields for this SeriesCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
* @return Whether the ce field is set.
*/
@java.lang.Override
public boolean hasCe() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
**
* The ConductingEquipment fields for this SeriesCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
* @return The ce.
*/
@java.lang.Override
public com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment getCe() {
return ce_ == null ? com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment.getDefaultInstance() : ce_;
}
/**
*
**
* The ConductingEquipment fields for this SeriesCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
*/
@java.lang.Override
public com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipmentOrBuilder getCeOrBuilder() {
return ce_ == null ? com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment.getDefaultInstance() : ce_;
}
public static final int R_FIELD_NUMBER = 2;
private double r_ = 0D;
/**
*
**
* Positive sequence resistance.
*
*
* double r = 2;
* @return The r.
*/
@java.lang.Override
public double getR() {
return r_;
}
public static final int R0_FIELD_NUMBER = 3;
private double r0_ = 0D;
/**
*
**
* Zero sequence resistance.
*
*
* double r0 = 3;
* @return The r0.
*/
@java.lang.Override
public double getR0() {
return r0_;
}
public static final int X_FIELD_NUMBER = 4;
private double x_ = 0D;
/**
*
**
* Positive sequence reactance.
*
*
* double x = 4;
* @return The x.
*/
@java.lang.Override
public double getX() {
return x_;
}
public static final int X0_FIELD_NUMBER = 5;
private double x0_ = 0D;
/**
*
**
* Zero sequence reactance.
*
*
* double x0 = 5;
* @return The x0.
*/
@java.lang.Override
public double getX0() {
return x0_;
}
public static final int VARISTORRATEDCURRENT_FIELD_NUMBER = 6;
private int varistorRatedCurrent_ = 0;
/**
*
**
* The maximum current the varistor is designed to handle at specified duration. It is used for short circuit
* calculations and exchanged only if SeriesCompensator.varistorPresent is true. The attribute shall be a positive
* value.
*
*
* int32 varistorRatedCurrent = 6;
* @return The varistorRatedCurrent.
*/
@java.lang.Override
public int getVaristorRatedCurrent() {
return varistorRatedCurrent_;
}
public static final int VARISTORVOLTAGETHRESHOLD_FIELD_NUMBER = 7;
private int varistorVoltageThreshold_ = 0;
/**
*
**
* The dc voltage at which the varistor starts conducting. It is used for short circuit calculations and exchanged
* only if SeriesCompensator.varistorPresent is true.
*
*
* int32 varistorVoltageThreshold = 7;
* @return The varistorVoltageThreshold.
*/
@java.lang.Override
public int getVaristorVoltageThreshold() {
return varistorVoltageThreshold_;
}
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, getCe());
}
if (java.lang.Double.doubleToRawLongBits(r_) != 0) {
output.writeDouble(2, r_);
}
if (java.lang.Double.doubleToRawLongBits(r0_) != 0) {
output.writeDouble(3, r0_);
}
if (java.lang.Double.doubleToRawLongBits(x_) != 0) {
output.writeDouble(4, x_);
}
if (java.lang.Double.doubleToRawLongBits(x0_) != 0) {
output.writeDouble(5, x0_);
}
if (varistorRatedCurrent_ != 0) {
output.writeInt32(6, varistorRatedCurrent_);
}
if (varistorVoltageThreshold_ != 0) {
output.writeInt32(7, varistorVoltageThreshold_);
}
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, getCe());
}
if (java.lang.Double.doubleToRawLongBits(r_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeDoubleSize(2, r_);
}
if (java.lang.Double.doubleToRawLongBits(r0_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeDoubleSize(3, r0_);
}
if (java.lang.Double.doubleToRawLongBits(x_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeDoubleSize(4, x_);
}
if (java.lang.Double.doubleToRawLongBits(x0_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeDoubleSize(5, x0_);
}
if (varistorRatedCurrent_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(6, varistorRatedCurrent_);
}
if (varistorVoltageThreshold_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(7, varistorVoltageThreshold_);
}
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.SeriesCompensator)) {
return super.equals(obj);
}
com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator other = (com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator) obj;
if (hasCe() != other.hasCe()) return false;
if (hasCe()) {
if (!getCe()
.equals(other.getCe())) return false;
}
if (java.lang.Double.doubleToLongBits(getR())
!= java.lang.Double.doubleToLongBits(
other.getR())) return false;
if (java.lang.Double.doubleToLongBits(getR0())
!= java.lang.Double.doubleToLongBits(
other.getR0())) return false;
if (java.lang.Double.doubleToLongBits(getX())
!= java.lang.Double.doubleToLongBits(
other.getX())) return false;
if (java.lang.Double.doubleToLongBits(getX0())
!= java.lang.Double.doubleToLongBits(
other.getX0())) return false;
if (getVaristorRatedCurrent()
!= other.getVaristorRatedCurrent()) return false;
if (getVaristorVoltageThreshold()
!= other.getVaristorVoltageThreshold()) 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 (hasCe()) {
hash = (37 * hash) + CE_FIELD_NUMBER;
hash = (53 * hash) + getCe().hashCode();
}
hash = (37 * hash) + R_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getR()));
hash = (37 * hash) + R0_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getR0()));
hash = (37 * hash) + X_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getX()));
hash = (37 * hash) + X0_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getX0()));
hash = (37 * hash) + VARISTORRATEDCURRENT_FIELD_NUMBER;
hash = (53 * hash) + getVaristorRatedCurrent();
hash = (37 * hash) + VARISTORVOLTAGETHRESHOLD_FIELD_NUMBER;
hash = (53 * hash) + getVaristorVoltageThreshold();
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator 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.SeriesCompensator parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator 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.SeriesCompensator parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator 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.SeriesCompensator 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.SeriesCompensator 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.SeriesCompensator 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.SeriesCompensator 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.SeriesCompensator 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.SeriesCompensator 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.SeriesCompensator 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 Series Compensator is a series capacitor or reactor or an AC transmission line without charging susceptance.
* It is a two terminal device.
*
*
* Protobuf type {@code zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator)
com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensatorOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensatorOuterClass.internal_static_zepben_protobuf_cim_iec61970_base_wires_SeriesCompensator_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensatorOuterClass.internal_static_zepben_protobuf_cim_iec61970_base_wires_SeriesCompensator_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator.class, com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator.Builder.class);
}
// Construct using com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getCeFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
ce_ = null;
if (ceBuilder_ != null) {
ceBuilder_.dispose();
ceBuilder_ = null;
}
r_ = 0D;
r0_ = 0D;
x_ = 0D;
x0_ = 0D;
varistorRatedCurrent_ = 0;
varistorVoltageThreshold_ = 0;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensatorOuterClass.internal_static_zepben_protobuf_cim_iec61970_base_wires_SeriesCompensator_descriptor;
}
@java.lang.Override
public com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator getDefaultInstanceForType() {
return com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator.getDefaultInstance();
}
@java.lang.Override
public com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator build() {
com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator buildPartial() {
com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator result = new com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator result) {
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.ce_ = ceBuilder_ == null
? ce_
: ceBuilder_.build();
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.r_ = r_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.r0_ = r0_;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.x_ = x_;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.x0_ = x0_;
}
if (((from_bitField0_ & 0x00000020) != 0)) {
result.varistorRatedCurrent_ = varistorRatedCurrent_;
}
if (((from_bitField0_ & 0x00000040) != 0)) {
result.varistorVoltageThreshold_ = varistorVoltageThreshold_;
}
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.SeriesCompensator) {
return mergeFrom((com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator other) {
if (other == com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator.getDefaultInstance()) return this;
if (other.hasCe()) {
mergeCe(other.getCe());
}
if (other.getR() != 0D) {
setR(other.getR());
}
if (other.getR0() != 0D) {
setR0(other.getR0());
}
if (other.getX() != 0D) {
setX(other.getX());
}
if (other.getX0() != 0D) {
setX0(other.getX0());
}
if (other.getVaristorRatedCurrent() != 0) {
setVaristorRatedCurrent(other.getVaristorRatedCurrent());
}
if (other.getVaristorVoltageThreshold() != 0) {
setVaristorVoltageThreshold(other.getVaristorVoltageThreshold());
}
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(
getCeFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000001;
break;
} // case 10
case 17: {
r_ = input.readDouble();
bitField0_ |= 0x00000002;
break;
} // case 17
case 25: {
r0_ = input.readDouble();
bitField0_ |= 0x00000004;
break;
} // case 25
case 33: {
x_ = input.readDouble();
bitField0_ |= 0x00000008;
break;
} // case 33
case 41: {
x0_ = input.readDouble();
bitField0_ |= 0x00000010;
break;
} // case 41
case 48: {
varistorRatedCurrent_ = input.readInt32();
bitField0_ |= 0x00000020;
break;
} // case 48
case 56: {
varistorVoltageThreshold_ = input.readInt32();
bitField0_ |= 0x00000040;
break;
} // case 56
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.core.ConductingEquipment ce_;
private com.google.protobuf.SingleFieldBuilderV3<
com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment, com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment.Builder, com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipmentOrBuilder> ceBuilder_;
/**
*
**
* The ConductingEquipment fields for this SeriesCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
* @return Whether the ce field is set.
*/
public boolean hasCe() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
**
* The ConductingEquipment fields for this SeriesCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
* @return The ce.
*/
public com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment getCe() {
if (ceBuilder_ == null) {
return ce_ == null ? com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment.getDefaultInstance() : ce_;
} else {
return ceBuilder_.getMessage();
}
}
/**
*
**
* The ConductingEquipment fields for this SeriesCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
*/
public Builder setCe(com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment value) {
if (ceBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ce_ = value;
} else {
ceBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
**
* The ConductingEquipment fields for this SeriesCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
*/
public Builder setCe(
com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment.Builder builderForValue) {
if (ceBuilder_ == null) {
ce_ = builderForValue.build();
} else {
ceBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
**
* The ConductingEquipment fields for this SeriesCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
*/
public Builder mergeCe(com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment value) {
if (ceBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0) &&
ce_ != null &&
ce_ != com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment.getDefaultInstance()) {
getCeBuilder().mergeFrom(value);
} else {
ce_ = value;
}
} else {
ceBuilder_.mergeFrom(value);
}
if (ce_ != null) {
bitField0_ |= 0x00000001;
onChanged();
}
return this;
}
/**
*
**
* The ConductingEquipment fields for this SeriesCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
*/
public Builder clearCe() {
bitField0_ = (bitField0_ & ~0x00000001);
ce_ = null;
if (ceBuilder_ != null) {
ceBuilder_.dispose();
ceBuilder_ = null;
}
onChanged();
return this;
}
/**
*
**
* The ConductingEquipment fields for this SeriesCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
*/
public com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment.Builder getCeBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getCeFieldBuilder().getBuilder();
}
/**
*
**
* The ConductingEquipment fields for this SeriesCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
*/
public com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipmentOrBuilder getCeOrBuilder() {
if (ceBuilder_ != null) {
return ceBuilder_.getMessageOrBuilder();
} else {
return ce_ == null ?
com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment.getDefaultInstance() : ce_;
}
}
/**
*
**
* The ConductingEquipment fields for this SeriesCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment, com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment.Builder, com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipmentOrBuilder>
getCeFieldBuilder() {
if (ceBuilder_ == null) {
ceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment, com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment.Builder, com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipmentOrBuilder>(
getCe(),
getParentForChildren(),
isClean());
ce_ = null;
}
return ceBuilder_;
}
private double r_ ;
/**
*
**
* Positive sequence resistance.
*
*
* double r = 2;
* @return The r.
*/
@java.lang.Override
public double getR() {
return r_;
}
/**
*
**
* Positive sequence resistance.
*
*
* double r = 2;
* @param value The r to set.
* @return This builder for chaining.
*/
public Builder setR(double value) {
r_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
**
* Positive sequence resistance.
*
*
* double r = 2;
* @return This builder for chaining.
*/
public Builder clearR() {
bitField0_ = (bitField0_ & ~0x00000002);
r_ = 0D;
onChanged();
return this;
}
private double r0_ ;
/**
*
**
* Zero sequence resistance.
*
*
* double r0 = 3;
* @return The r0.
*/
@java.lang.Override
public double getR0() {
return r0_;
}
/**
*
**
* Zero sequence resistance.
*
*
* double r0 = 3;
* @param value The r0 to set.
* @return This builder for chaining.
*/
public Builder setR0(double value) {
r0_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
**
* Zero sequence resistance.
*
*
* double r0 = 3;
* @return This builder for chaining.
*/
public Builder clearR0() {
bitField0_ = (bitField0_ & ~0x00000004);
r0_ = 0D;
onChanged();
return this;
}
private double x_ ;
/**
*
**
* Positive sequence reactance.
*
*
* double x = 4;
* @return The x.
*/
@java.lang.Override
public double getX() {
return x_;
}
/**
*
**
* Positive sequence reactance.
*
*
* double x = 4;
* @param value The x to set.
* @return This builder for chaining.
*/
public Builder setX(double value) {
x_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
**
* Positive sequence reactance.
*
*
* double x = 4;
* @return This builder for chaining.
*/
public Builder clearX() {
bitField0_ = (bitField0_ & ~0x00000008);
x_ = 0D;
onChanged();
return this;
}
private double x0_ ;
/**
*
**
* Zero sequence reactance.
*
*
* double x0 = 5;
* @return The x0.
*/
@java.lang.Override
public double getX0() {
return x0_;
}
/**
*
**
* Zero sequence reactance.
*
*
* double x0 = 5;
* @param value The x0 to set.
* @return This builder for chaining.
*/
public Builder setX0(double value) {
x0_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
*
**
* Zero sequence reactance.
*
*
* double x0 = 5;
* @return This builder for chaining.
*/
public Builder clearX0() {
bitField0_ = (bitField0_ & ~0x00000010);
x0_ = 0D;
onChanged();
return this;
}
private int varistorRatedCurrent_ ;
/**
*
**
* The maximum current the varistor is designed to handle at specified duration. It is used for short circuit
* calculations and exchanged only if SeriesCompensator.varistorPresent is true. The attribute shall be a positive
* value.
*
*
* int32 varistorRatedCurrent = 6;
* @return The varistorRatedCurrent.
*/
@java.lang.Override
public int getVaristorRatedCurrent() {
return varistorRatedCurrent_;
}
/**
*
**
* The maximum current the varistor is designed to handle at specified duration. It is used for short circuit
* calculations and exchanged only if SeriesCompensator.varistorPresent is true. The attribute shall be a positive
* value.
*
*
* int32 varistorRatedCurrent = 6;
* @param value The varistorRatedCurrent to set.
* @return This builder for chaining.
*/
public Builder setVaristorRatedCurrent(int value) {
varistorRatedCurrent_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
*
**
* The maximum current the varistor is designed to handle at specified duration. It is used for short circuit
* calculations and exchanged only if SeriesCompensator.varistorPresent is true. The attribute shall be a positive
* value.
*
*
* int32 varistorRatedCurrent = 6;
* @return This builder for chaining.
*/
public Builder clearVaristorRatedCurrent() {
bitField0_ = (bitField0_ & ~0x00000020);
varistorRatedCurrent_ = 0;
onChanged();
return this;
}
private int varistorVoltageThreshold_ ;
/**
*
**
* The dc voltage at which the varistor starts conducting. It is used for short circuit calculations and exchanged
* only if SeriesCompensator.varistorPresent is true.
*
*
* int32 varistorVoltageThreshold = 7;
* @return The varistorVoltageThreshold.
*/
@java.lang.Override
public int getVaristorVoltageThreshold() {
return varistorVoltageThreshold_;
}
/**
*
**
* The dc voltage at which the varistor starts conducting. It is used for short circuit calculations and exchanged
* only if SeriesCompensator.varistorPresent is true.
*
*
* int32 varistorVoltageThreshold = 7;
* @param value The varistorVoltageThreshold to set.
* @return This builder for chaining.
*/
public Builder setVaristorVoltageThreshold(int value) {
varistorVoltageThreshold_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
/**
*
**
* The dc voltage at which the varistor starts conducting. It is used for short circuit calculations and exchanged
* only if SeriesCompensator.varistorPresent is true.
*
*
* int32 varistorVoltageThreshold = 7;
* @return This builder for chaining.
*/
public Builder clearVaristorVoltageThreshold() {
bitField0_ = (bitField0_ & ~0x00000040);
varistorVoltageThreshold_ = 0;
onChanged();
return this;
}
@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.SeriesCompensator)
}
// @@protoc_insertion_point(class_scope:zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator)
private static final com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator();
}
public static com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public SeriesCompensator 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.SeriesCompensator getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}