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

com.zepben.protobuf.cim.iec61968.assets.StructureOrBuilder 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/assets/Structure.proto

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

public interface StructureOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.assets.Structure)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * The AssetContainer fields for this Structure
   * 
* * .zepben.protobuf.cim.iec61968.assets.AssetContainer ac = 1; * @return Whether the ac field is set. */ boolean hasAc(); /** *
   **
   * The AssetContainer fields for this Structure
   * 
* * .zepben.protobuf.cim.iec61968.assets.AssetContainer ac = 1; * @return The ac. */ com.zepben.protobuf.cim.iec61968.assets.AssetContainer getAc(); /** *
   **
   * The AssetContainer fields for this Structure
   * 
* * .zepben.protobuf.cim.iec61968.assets.AssetContainer ac = 1; */ com.zepben.protobuf.cim.iec61968.assets.AssetContainerOrBuilder getAcOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy