com.zepben.protobuf.cim.iec61970.base.auxiliaryequipment.AuxiliaryEquipmentOrBuilder 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/auxiliaryequipment/AuxiliaryEquipment.proto
package com.zepben.protobuf.cim.iec61970.base.auxiliaryequipment;
public interface AuxiliaryEquipmentOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.auxiliaryequipment.AuxiliaryEquipment)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The Equipment fields for this AuxiliaryEquipment.
*
*
* .zepben.protobuf.cim.iec61970.base.core.Equipment eq = 1;
* @return Whether the eq field is set.
*/
boolean hasEq();
/**
*
**
* The Equipment fields for this AuxiliaryEquipment.
*
*
* .zepben.protobuf.cim.iec61970.base.core.Equipment eq = 1;
* @return The eq.
*/
com.zepben.protobuf.cim.iec61970.base.core.Equipment getEq();
/**
*
**
* The Equipment fields for this AuxiliaryEquipment.
*
*
* .zepben.protobuf.cim.iec61970.base.core.Equipment eq = 1;
*/
com.zepben.protobuf.cim.iec61970.base.core.EquipmentOrBuilder getEqOrBuilder();
/**
*
**
* mRID reference to the Terminal at the equipment where the AuxiliaryEquipment is attached.
*
*
* string terminalMRID = 2;
* @return The terminalMRID.
*/
java.lang.String getTerminalMRID();
/**
*
**
* mRID reference to the Terminal at the equipment where the AuxiliaryEquipment is attached.
*
*
* string terminalMRID = 2;
* @return The bytes for terminalMRID.
*/
com.google.protobuf.ByteString
getTerminalMRIDBytes();
}