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

com.zepben.protobuf.cim.iec61970.base.wires.AcLineSegmentOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.32.0-SNAPSHOT2
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy