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

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

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

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

  /**
   * 
   **
   * The OrganisationRole fields for this AssetOrganisationRole
   * 
* * .zepben.protobuf.cim.iec61968.common.OrganisationRole or = 1; * @return Whether the or field is set. */ boolean hasOr(); /** *
   **
   * The OrganisationRole fields for this AssetOrganisationRole
   * 
* * .zepben.protobuf.cim.iec61968.common.OrganisationRole or = 1; * @return The or. */ com.zepben.protobuf.cim.iec61968.common.OrganisationRole getOr(); /** *
   **
   * The OrganisationRole fields for this AssetOrganisationRole
   * 
* * .zepben.protobuf.cim.iec61968.common.OrganisationRole or = 1; */ com.zepben.protobuf.cim.iec61968.common.OrganisationRoleOrBuilder getOrOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy