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

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

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

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

  /**
   * 
   **
   * AssetInfo fields for this TransformerTankInfo
   * 
* * .zepben.protobuf.cim.iec61968.assets.AssetInfo ai = 1; * @return Whether the ai field is set. */ boolean hasAi(); /** *
   **
   * AssetInfo fields for this TransformerTankInfo
   * 
* * .zepben.protobuf.cim.iec61968.assets.AssetInfo ai = 1; * @return The ai. */ com.zepben.protobuf.cim.iec61968.assets.AssetInfo getAi(); /** *
   **
   * AssetInfo fields for this TransformerTankInfo
   * 
* * .zepben.protobuf.cim.iec61968.assets.AssetInfo ai = 1; */ com.zepben.protobuf.cim.iec61968.assets.AssetInfoOrBuilder getAiOrBuilder(); /** *
   **
   * Power transformer data that this tank description is part of.
   * 
* * string powerTransformerInfoMRID = 2; * @return The powerTransformerInfoMRID. */ java.lang.String getPowerTransformerInfoMRID(); /** *
   **
   * Power transformer data that this tank description is part of.
   * 
* * string powerTransformerInfoMRID = 2; * @return The bytes for powerTransformerInfoMRID. */ com.google.protobuf.ByteString getPowerTransformerInfoMRIDBytes(); /** *
   **
   * Data for all the ends described by this transformer tank data.
   * 
* * repeated string transformerEndInfoMRIDs = 3; * @return A list containing the transformerEndInfoMRIDs. */ java.util.List getTransformerEndInfoMRIDsList(); /** *
   **
   * Data for all the ends described by this transformer tank data.
   * 
* * repeated string transformerEndInfoMRIDs = 3; * @return The count of transformerEndInfoMRIDs. */ int getTransformerEndInfoMRIDsCount(); /** *
   **
   * Data for all the ends described by this transformer tank data.
   * 
* * repeated string transformerEndInfoMRIDs = 3; * @param index The index of the element to return. * @return The transformerEndInfoMRIDs at the given index. */ java.lang.String getTransformerEndInfoMRIDs(int index); /** *
   **
   * Data for all the ends described by this transformer tank data.
   * 
* * repeated string transformerEndInfoMRIDs = 3; * @param index The index of the value to return. * @return The bytes of the transformerEndInfoMRIDs at the given index. */ com.google.protobuf.ByteString getTransformerEndInfoMRIDsBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy