com.zepben.protobuf.cim.iec61968.common.StreetAddressOrBuilder 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/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();
}