com.zepben.protobuf.cim.iec61970.base.wires.AcLineSegmentOrBuilder 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/AcLineSegment.proto
package com.zepben.protobuf.cim.iec61970.base.wires;
public interface AcLineSegmentOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.AcLineSegment)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* ConductingEquipment fields for this AcLineSegment.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.Conductor cd = 1;
* @return Whether the cd field is set.
*/
boolean hasCd();
/**
*
**
* ConductingEquipment fields for this AcLineSegment.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.Conductor cd = 1;
* @return The cd.
*/
com.zepben.protobuf.cim.iec61970.base.wires.Conductor getCd();
/**
*
**
* ConductingEquipment fields for this AcLineSegment.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.Conductor cd = 1;
*/
com.zepben.protobuf.cim.iec61970.base.wires.ConductorOrBuilder getCdOrBuilder();
/**
*
**
* mRID reference to per-length impedance of this line segment.
*
*
* string perLengthSequenceImpedanceMRID = 3;
* @return The perLengthSequenceImpedanceMRID.
*/
java.lang.String getPerLengthSequenceImpedanceMRID();
/**
*
**
* mRID reference to per-length impedance of this line segment.
*
*
* string perLengthSequenceImpedanceMRID = 3;
* @return The bytes for perLengthSequenceImpedanceMRID.
*/
com.google.protobuf.ByteString
getPerLengthSequenceImpedanceMRIDBytes();
}