com.zepben.protobuf.cim.iec61970.base.protection.ProtectionRelaySchemeOrBuilder 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/protection/ProtectionRelayScheme.proto
package com.zepben.protobuf.cim.iec61970.base.protection;
public interface ProtectionRelaySchemeOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.protection.ProtectionRelayScheme)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The IdentifiedObject fields for this ProtectionRelayScheme.
*
*
* .zepben.protobuf.cim.iec61970.base.core.IdentifiedObject io = 1;
* @return Whether the io field is set.
*/
boolean hasIo();
/**
*
**
* The IdentifiedObject fields for this ProtectionRelayScheme.
*
*
* .zepben.protobuf.cim.iec61970.base.core.IdentifiedObject io = 1;
* @return The io.
*/
com.zepben.protobuf.cim.iec61970.base.core.IdentifiedObject getIo();
/**
*
**
* The IdentifiedObject fields for this ProtectionRelayScheme.
*
*
* .zepben.protobuf.cim.iec61970.base.core.IdentifiedObject io = 1;
*/
com.zepben.protobuf.cim.iec61970.base.core.IdentifiedObjectOrBuilder getIoOrBuilder();
/**
*
**
* The system this scheme belongs to.
*
*
* string systemMRID = 2;
* @return The systemMRID.
*/
java.lang.String getSystemMRID();
/**
*
**
* The system this scheme belongs to.
*
*
* string systemMRID = 2;
* @return The bytes for systemMRID.
*/
com.google.protobuf.ByteString
getSystemMRIDBytes();
/**
*
**
* The functions operated as part of this protection scheme.
*
*
* repeated string functionMRIDs = 3;
* @return A list containing the functionMRIDs.
*/
java.util.List
getFunctionMRIDsList();
/**
*
**
* The functions operated as part of this protection scheme.
*
*
* repeated string functionMRIDs = 3;
* @return The count of functionMRIDs.
*/
int getFunctionMRIDsCount();
/**
*
**
* The functions operated as part of this protection scheme.
*
*
* repeated string functionMRIDs = 3;
* @param index The index of the element to return.
* @return The functionMRIDs at the given index.
*/
java.lang.String getFunctionMRIDs(int index);
/**
*
**
* The functions operated as part of this protection scheme.
*
*
* repeated string functionMRIDs = 3;
* @param index The index of the value to return.
* @return The bytes of the functionMRIDs at the given index.
*/
com.google.protobuf.ByteString
getFunctionMRIDsBytes(int index);
}