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

com.zepben.protobuf.cim.iec61968.assetinfo.PowerTransformerInfoOrBuilder 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/iec61968/assetinfo/PowerTransformerInfo.proto

package com.zepben.protobuf.cim.iec61968.assetinfo;

public interface PowerTransformerInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.assetinfo.PowerTransformerInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * AssetInfo fields for this PowerTransformerInfo
   * 
* * .zepben.protobuf.cim.iec61968.assets.AssetInfo ai = 1; * @return Whether the ai field is set. */ boolean hasAi(); /** *
   **
   * AssetInfo fields for this PowerTransformerInfo
   * 
* * .zepben.protobuf.cim.iec61968.assets.AssetInfo ai = 1; * @return The ai. */ com.zepben.protobuf.cim.iec61968.assets.AssetInfo getAi(); /** *
   **
   * AssetInfo fields for this PowerTransformerInfo
   * 
* * .zepben.protobuf.cim.iec61968.assets.AssetInfo ai = 1; */ com.zepben.protobuf.cim.iec61968.assets.AssetInfoOrBuilder getAiOrBuilder(); /** *
   **
   * Data for all the tanks described by this power transformer data.
   * 
* * repeated string transformerTankInfoMRIDs = 2; * @return A list containing the transformerTankInfoMRIDs. */ java.util.List getTransformerTankInfoMRIDsList(); /** *
   **
   * Data for all the tanks described by this power transformer data.
   * 
* * repeated string transformerTankInfoMRIDs = 2; * @return The count of transformerTankInfoMRIDs. */ int getTransformerTankInfoMRIDsCount(); /** *
   **
   * Data for all the tanks described by this power transformer data.
   * 
* * repeated string transformerTankInfoMRIDs = 2; * @param index The index of the element to return. * @return The transformerTankInfoMRIDs at the given index. */ java.lang.String getTransformerTankInfoMRIDs(int index); /** *
   **
   * Data for all the tanks described by this power transformer data.
   * 
* * repeated string transformerTankInfoMRIDs = 2; * @param index The index of the value to return. * @return The bytes of the transformerTankInfoMRIDs at the given index. */ com.google.protobuf.ByteString getTransformerTankInfoMRIDsBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy