org.jboss.netty.example.localtime
Class LocalTimeProtocol.Location.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<LocalTimeProtocol.Location.Builder>
              extended by org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, Cloneable
Enclosing class:
LocalTimeProtocol.Location

public static final class LocalTimeProtocol.Location.Builder
extends com.google.protobuf.GeneratedMessage.Builder<LocalTimeProtocol.Location.Builder>


Method Summary
 LocalTimeProtocol.Location build()
           
 LocalTimeProtocol.Location buildPartial()
           
 LocalTimeProtocol.Location.Builder clear()
           
 LocalTimeProtocol.Location.Builder clearCity()
           
 LocalTimeProtocol.Location.Builder clearContinent()
           
 LocalTimeProtocol.Location.Builder clone()
           
 String getCity()
           
 LocalTimeProtocol.Continent getContinent()
           
 LocalTimeProtocol.Location getDefaultInstanceForType()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 boolean hasCity()
           
 boolean hasContinent()
           
protected  LocalTimeProtocol.Location internalGetResult()
           
 boolean isInitialized()
           
 LocalTimeProtocol.Location.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 LocalTimeProtocol.Location.Builder mergeFrom(LocalTimeProtocol.Location other)
           
 LocalTimeProtocol.Location.Builder mergeFrom(com.google.protobuf.Message other)
           
 LocalTimeProtocol.Location.Builder setCity(String value)
           
 LocalTimeProtocol.Location.Builder setContinent(LocalTimeProtocol.Continent value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, mergeUnknownFields, newBuilderForField, 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
 

Method Detail

internalGetResult

protected LocalTimeProtocol.Location internalGetResult()
Specified by:
internalGetResult in class com.google.protobuf.GeneratedMessage.Builder<LocalTimeProtocol.Location.Builder>

clear

public LocalTimeProtocol.Location.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.AbstractMessage.Builder<LocalTimeProtocol.Location.Builder>

clone

public LocalTimeProtocol.Location.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<LocalTimeProtocol.Location.Builder>

getDescriptorForType

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

getDefaultInstanceForType

public LocalTimeProtocol.Location getDefaultInstanceForType()

isInitialized

public boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLite.Builder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<LocalTimeProtocol.Location.Builder>

build

public LocalTimeProtocol.Location build()

buildPartial

public LocalTimeProtocol.Location buildPartial()

mergeFrom

public LocalTimeProtocol.Location.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<LocalTimeProtocol.Location.Builder>

mergeFrom

public LocalTimeProtocol.Location.Builder mergeFrom(LocalTimeProtocol.Location other)

mergeFrom

public LocalTimeProtocol.Location.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<LocalTimeProtocol.Location.Builder>
Throws:
IOException

hasContinent

public boolean hasContinent()

getContinent

public LocalTimeProtocol.Continent getContinent()

setContinent

public LocalTimeProtocol.Location.Builder setContinent(LocalTimeProtocol.Continent value)

clearContinent

public LocalTimeProtocol.Location.Builder clearContinent()

hasCity

public boolean hasCity()

getCity

public String getCity()

setCity

public LocalTimeProtocol.Location.Builder setCity(String value)

clearCity

public LocalTimeProtocol.Location.Builder clearCity()


Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.