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

com.zepben.protobuf.cim.iec61968.customers.PricingStructureOrBuilder 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/customers/PricingStructure.proto

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

public interface PricingStructureOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.customers.PricingStructure)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * The Document fields for this PricingStructure
   * 
* * .zepben.protobuf.cim.iec61968.common.Document doc = 1; * @return Whether the doc field is set. */ boolean hasDoc(); /** *
   **
   * The Document fields for this PricingStructure
   * 
* * .zepben.protobuf.cim.iec61968.common.Document doc = 1; * @return The doc. */ com.zepben.protobuf.cim.iec61968.common.Document getDoc(); /** *
   **
   * The Document fields for this PricingStructure
   * 
* * .zepben.protobuf.cim.iec61968.common.Document doc = 1; */ com.zepben.protobuf.cim.iec61968.common.DocumentOrBuilder getDocOrBuilder(); /** *
   **
   * All tariffs used by this pricing structure.
   * 
* * repeated string tariffMRIDs = 2; * @return A list containing the tariffMRIDs. */ java.util.List getTariffMRIDsList(); /** *
   **
   * All tariffs used by this pricing structure.
   * 
* * repeated string tariffMRIDs = 2; * @return The count of tariffMRIDs. */ int getTariffMRIDsCount(); /** *
   **
   * All tariffs used by this pricing structure.
   * 
* * repeated string tariffMRIDs = 2; * @param index The index of the element to return. * @return The tariffMRIDs at the given index. */ java.lang.String getTariffMRIDs(int index); /** *
   **
   * All tariffs used by this pricing structure.
   * 
* * repeated string tariffMRIDs = 2; * @param index The index of the value to return. * @return The bytes of the tariffMRIDs at the given index. */ com.google.protobuf.ByteString getTariffMRIDsBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy