ucar.nc2.ft.point.remote
Class PointStreamProto.Station.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.Station.Builder>
              extended by ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, PointStreamProto.StationOrBuilder
Enclosing class:
PointStreamProto.Station

public static final class PointStreamProto.Station.Builder
extends com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.Station.Builder>
implements PointStreamProto.StationOrBuilder


Method Summary
 PointStreamProto.Station build()
           
 PointStreamProto.Station buildPartial()
           
 PointStreamProto.Station.Builder clear()
           
 PointStreamProto.Station.Builder clearAlt()
           
 PointStreamProto.Station.Builder clearDesc()
           
 PointStreamProto.Station.Builder clearId()
           
 PointStreamProto.Station.Builder clearLat()
           
 PointStreamProto.Station.Builder clearLon()
           
 PointStreamProto.Station.Builder clearWmoId()
           
 PointStreamProto.Station.Builder clone()
           
 double getAlt()
           
 PointStreamProto.Station getDefaultInstanceForType()
           
 String getDesc()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getId()
           
 double getLat()
           
 double getLon()
           
 String getWmoId()
           
 boolean hasAlt()
           
 boolean hasDesc()
           
 boolean hasId()
           
 boolean hasLat()
           
 boolean hasLon()
           
 boolean hasWmoId()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 PointStreamProto.Station.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 PointStreamProto.Station.Builder mergeFrom(com.google.protobuf.Message other)
           
 PointStreamProto.Station.Builder mergeFrom(PointStreamProto.Station other)
           
 PointStreamProto.Station.Builder setAlt(double value)
           
 PointStreamProto.Station.Builder setDesc(String value)
           
 PointStreamProto.Station.Builder setId(String value)
           
 PointStreamProto.Station.Builder setLat(double value)
           
 PointStreamProto.Station.Builder setLon(double value)
           
 PointStreamProto.Station.Builder setWmoId(String value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.Station.Builder>

clear

public PointStreamProto.Station.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.Station.Builder>

clone

public PointStreamProto.Station.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.Station.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.Station.Builder>

getDefaultInstanceForType

public PointStreamProto.Station getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public PointStreamProto.Station build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public PointStreamProto.Station buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public PointStreamProto.Station.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PointStreamProto.Station.Builder>

mergeFrom

public PointStreamProto.Station.Builder mergeFrom(PointStreamProto.Station other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.Station.Builder>

mergeFrom

public PointStreamProto.Station.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PointStreamProto.Station.Builder>
Throws:
IOException

hasId

public boolean hasId()
Specified by:
hasId in interface PointStreamProto.StationOrBuilder

getId

public String getId()
Specified by:
getId in interface PointStreamProto.StationOrBuilder

setId

public PointStreamProto.Station.Builder setId(String value)

clearId

public PointStreamProto.Station.Builder clearId()

hasLat

public boolean hasLat()
Specified by:
hasLat in interface PointStreamProto.StationOrBuilder

getLat

public double getLat()
Specified by:
getLat in interface PointStreamProto.StationOrBuilder

setLat

public PointStreamProto.Station.Builder setLat(double value)

clearLat

public PointStreamProto.Station.Builder clearLat()

hasLon

public boolean hasLon()
Specified by:
hasLon in interface PointStreamProto.StationOrBuilder

getLon

public double getLon()
Specified by:
getLon in interface PointStreamProto.StationOrBuilder

setLon

public PointStreamProto.Station.Builder setLon(double value)

clearLon

public PointStreamProto.Station.Builder clearLon()

hasAlt

public boolean hasAlt()
Specified by:
hasAlt in interface PointStreamProto.StationOrBuilder

getAlt

public double getAlt()
Specified by:
getAlt in interface PointStreamProto.StationOrBuilder

setAlt

public PointStreamProto.Station.Builder setAlt(double value)

clearAlt

public PointStreamProto.Station.Builder clearAlt()

hasDesc

public boolean hasDesc()
Specified by:
hasDesc in interface PointStreamProto.StationOrBuilder

getDesc

public String getDesc()
Specified by:
getDesc in interface PointStreamProto.StationOrBuilder

setDesc

public PointStreamProto.Station.Builder setDesc(String value)

clearDesc

public PointStreamProto.Station.Builder clearDesc()

hasWmoId

public boolean hasWmoId()
Specified by:
hasWmoId in interface PointStreamProto.StationOrBuilder

getWmoId

public String getWmoId()
Specified by:
getWmoId in interface PointStreamProto.StationOrBuilder

setWmoId

public PointStreamProto.Station.Builder setWmoId(String value)

clearWmoId

public PointStreamProto.Station.Builder clearWmoId()


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.