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

com.zepben.protobuf.cim.iec61970.base.protection.ProtectionRelaySchemeOrBuilder 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/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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy