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

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

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

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

  /**
   * 
   **
   * Postal code for the address.
   * 
* * string postalCode = 1; * @return The postalCode. */ java.lang.String getPostalCode(); /** *
   **
   * Postal code for the address.
   * 
* * string postalCode = 1; * @return The bytes for postalCode. */ com.google.protobuf.ByteString getPostalCodeBytes(); /** *
   **
   * Town detail.
   * 
* * .zepben.protobuf.cim.iec61968.common.TownDetail townDetail = 2; * @return Whether the townDetail field is set. */ boolean hasTownDetail(); /** *
   **
   * Town detail.
   * 
* * .zepben.protobuf.cim.iec61968.common.TownDetail townDetail = 2; * @return The townDetail. */ com.zepben.protobuf.cim.iec61968.common.TownDetail getTownDetail(); /** *
   **
   * Town detail.
   * 
* * .zepben.protobuf.cim.iec61968.common.TownDetail townDetail = 2; */ com.zepben.protobuf.cim.iec61968.common.TownDetailOrBuilder getTownDetailOrBuilder(); /** *
   **
   * Post office box.
   * 
* * string poBox = 3; * @return The poBox. */ java.lang.String getPoBox(); /** *
   **
   * Post office box.
   * 
* * string poBox = 3; * @return The bytes for poBox. */ com.google.protobuf.ByteString getPoBoxBytes(); /** *
   **
   * Street detail.
   * 
* * .zepben.protobuf.cim.iec61968.common.StreetDetail streetDetail = 4; * @return Whether the streetDetail field is set. */ boolean hasStreetDetail(); /** *
   **
   * Street detail.
   * 
* * .zepben.protobuf.cim.iec61968.common.StreetDetail streetDetail = 4; * @return The streetDetail. */ com.zepben.protobuf.cim.iec61968.common.StreetDetail getStreetDetail(); /** *
   **
   * Street detail.
   * 
* * .zepben.protobuf.cim.iec61968.common.StreetDetail streetDetail = 4; */ com.zepben.protobuf.cim.iec61968.common.StreetDetailOrBuilder getStreetDetailOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy