com.zepben.protobuf.cim.iec61968.common.OrganisationRoleOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evolve-grpc Show documentation
Show all versions of evolve-grpc Show documentation
Protobuf and gRPC definitions for the evolve platform
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: zepben/protobuf/cim/iec61968/common/OrganisationRole.proto
package com.zepben.protobuf.cim.iec61968.common;
public interface OrganisationRoleOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.common.OrganisationRole)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The IdentifiedObject fields for this OrganisationRole
*
*
* .zepben.protobuf.cim.iec61970.base.core.IdentifiedObject io = 1;
* @return Whether the io field is set.
*/
boolean hasIo();
/**
*
**
* The IdentifiedObject fields for this OrganisationRole
*
*
* .zepben.protobuf.cim.iec61970.base.core.IdentifiedObject io = 1;
* @return The io.
*/
com.zepben.protobuf.cim.iec61970.base.core.IdentifiedObject getIo();
/**
*
**
* The IdentifiedObject fields for this OrganisationRole
*
*
* .zepben.protobuf.cim.iec61970.base.core.IdentifiedObject io = 1;
*/
com.zepben.protobuf.cim.iec61970.base.core.IdentifiedObjectOrBuilder getIoOrBuilder();
/**
*
**
* mRID reference to the Organisation this OrganisationRole belongs to.
*
*
* string organisationMRID = 2;
* @return The organisationMRID.
*/
java.lang.String getOrganisationMRID();
/**
*
**
* mRID reference to the Organisation this OrganisationRole belongs to.
*
*
* string organisationMRID = 2;
* @return The bytes for organisationMRID.
*/
com.google.protobuf.ByteString
getOrganisationMRIDBytes();
}