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

com.zepben.protobuf.cim.iec61968.operations.OperationalRestrictionOrBuilder 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/operations/OperationalRestriction.proto

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

public interface OperationalRestrictionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.operations.OperationalRestriction)
    com.google.protobuf.MessageOrBuilder {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy