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

com.zepben.protobuf.cim.iec61968.common.AgreementOrBuilder 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/common/Agreement.proto

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

public interface AgreementOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.common.Agreement)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * The Document fields for this Agreement
   * 
* * .zepben.protobuf.cim.iec61968.common.Document doc = 1; * @return Whether the doc field is set. */ boolean hasDoc(); /** *
   **
   * The Document fields for this Agreement
   * 
* * .zepben.protobuf.cim.iec61968.common.Document doc = 1; * @return The doc. */ com.zepben.protobuf.cim.iec61968.common.Document getDoc(); /** *
   **
   * The Document fields for this Agreement
   * 
* * .zepben.protobuf.cim.iec61968.common.Document doc = 1; */ com.zepben.protobuf.cim.iec61968.common.DocumentOrBuilder getDocOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy