protobuf_unittest
Class UnittestProto.TestDupFieldNumber

java.lang.Object
  extended by org.apache.activemq.protobuf.BaseMessage<T>
      extended by protobuf_unittest.UnittestProto.TestDupFieldNumber
All Implemented Interfaces:
Message<UnittestProto.TestDupFieldNumber>
Enclosing class:
UnittestProto

public static final class UnittestProto.TestDupFieldNumber
extends BaseMessage<T>


Nested Class Summary
static class UnittestProto.TestDupFieldNumber.Bar
           
static class UnittestProto.TestDupFieldNumber.Foo
           
 
Field Summary
 
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize
 
Constructor Summary
UnittestProto.TestDupFieldNumber()
           
 
Method Summary
 void clear()
           
 void clearA()
           
 void clearBar()
           
 void clearFoo()
           
 UnittestProto.TestDupFieldNumber clone()
           
 boolean equals(Object obj)
           
 boolean equals(UnittestProto.TestDupFieldNumber obj)
           
 int getA()
           
 UnittestProto.TestDupFieldNumber.Bar getBar()
           
 UnittestProto.TestDupFieldNumber.Foo getFoo()
           
 boolean hasA()
           
 boolean hasBar()
           
 boolean hasFoo()
           
 int hashCode()
           
 UnittestProto.TestDupFieldNumber mergeFrom(UnittestProto.TestDupFieldNumber other)
           
 UnittestProto.TestDupFieldNumber mergeUnframed(CodedInputStream input)
           
 ArrayList<String> missingFields()
           
static UnittestProto.TestDupFieldNumber parseFramed(Buffer data)
           
static UnittestProto.TestDupFieldNumber parseFramed(byte[] data)
           
static UnittestProto.TestDupFieldNumber parseFramed(CodedInputStream data)
           
static UnittestProto.TestDupFieldNumber parseFramed(InputStream data)
           
static UnittestProto.TestDupFieldNumber parseUnframed(Buffer data)
           
static UnittestProto.TestDupFieldNumber parseUnframed(byte[] data)
           
static UnittestProto.TestDupFieldNumber parseUnframed(CodedInputStream data)
           
static UnittestProto.TestDupFieldNumber parseUnframed(InputStream data)
           
 int serializedSizeUnframed()
           
 T setA(int a)
           
 T setBar(UnittestProto.TestDupFieldNumber.Bar bar)
           
 T setFoo(UnittestProto.TestDupFieldNumber.Foo foo)
           
 String toString()
           
 StringBuilder toString(StringBuilder sb, String prefix)
           
 void writeUnframed(CodedOutputStream output)
           
 
Methods inherited from class org.apache.activemq.protobuf.BaseMessage
addAll, assertInitialized, checktInitialized, computeGroupSize, computeMessageSize, isInitialized, load, loadAndClear, mergeFramed, mergeFramed, mergeFramed, mergeFramed, mergeUnframed, mergeUnframed, mergeUnframed, prefix, readGroup, readRawByte, readRawVarint32, serializedSizeFramed, toFramedBuffer, toFramedByteArray, toUnframedBuffer, toUnframedByteArray, writeFramed, writeFramed, writeGroup, writeMessage, writeUnframed
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnittestProto.TestDupFieldNumber

public UnittestProto.TestDupFieldNumber()
Method Detail

missingFields

public ArrayList<String> missingFields()
Overrides:
missingFields in class BaseMessage<UnittestProto.TestDupFieldNumber>

clear

public void clear()
Specified by:
clear in interface Message<UnittestProto.TestDupFieldNumber>
Overrides:
clear in class BaseMessage<UnittestProto.TestDupFieldNumber>

clone

public UnittestProto.TestDupFieldNumber clone()
Specified by:
clone in interface Message<UnittestProto.TestDupFieldNumber>
Specified by:
clone in class BaseMessage<UnittestProto.TestDupFieldNumber>

mergeFrom

public UnittestProto.TestDupFieldNumber mergeFrom(UnittestProto.TestDupFieldNumber other)
Specified by:
mergeFrom in interface Message<UnittestProto.TestDupFieldNumber>
Overrides:
mergeFrom in class BaseMessage<UnittestProto.TestDupFieldNumber>

serializedSizeUnframed

public int serializedSizeUnframed()

mergeUnframed

public UnittestProto.TestDupFieldNumber mergeUnframed(CodedInputStream input)
                                               throws IOException
Throws:
IOException

writeUnframed

public void writeUnframed(CodedOutputStream output)
                   throws IOException
Specified by:
writeUnframed in interface Message<UnittestProto.TestDupFieldNumber>
Overrides:
writeUnframed in class BaseMessage<UnittestProto.TestDupFieldNumber>
Throws:
IOException

parseUnframed

public static UnittestProto.TestDupFieldNumber parseUnframed(CodedInputStream data)
                                                      throws InvalidProtocolBufferException,
                                                             IOException
Throws:
InvalidProtocolBufferException
IOException

parseUnframed

public static UnittestProto.TestDupFieldNumber parseUnframed(Buffer data)
                                                      throws InvalidProtocolBufferException
Throws:
InvalidProtocolBufferException

parseUnframed

public static UnittestProto.TestDupFieldNumber parseUnframed(byte[] data)
                                                      throws InvalidProtocolBufferException
Throws:
InvalidProtocolBufferException

parseUnframed

public static UnittestProto.TestDupFieldNumber parseUnframed(InputStream data)
                                                      throws InvalidProtocolBufferException,
                                                             IOException
Throws:
InvalidProtocolBufferException
IOException

parseFramed

public static UnittestProto.TestDupFieldNumber parseFramed(CodedInputStream data)
                                                    throws InvalidProtocolBufferException,
                                                           IOException
Throws:
InvalidProtocolBufferException
IOException

parseFramed

public static UnittestProto.TestDupFieldNumber parseFramed(Buffer data)
                                                    throws InvalidProtocolBufferException
Throws:
InvalidProtocolBufferException

parseFramed

public static UnittestProto.TestDupFieldNumber parseFramed(byte[] data)
                                                    throws InvalidProtocolBufferException
Throws:
InvalidProtocolBufferException

parseFramed

public static UnittestProto.TestDupFieldNumber parseFramed(InputStream data)
                                                    throws InvalidProtocolBufferException,
                                                           IOException
Throws:
InvalidProtocolBufferException
IOException

toString

public String toString()
Overrides:
toString in class Object

toString

public StringBuilder toString(StringBuilder sb,
                              String prefix)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

equals

public boolean equals(UnittestProto.TestDupFieldNumber obj)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

hasA

public boolean hasA()

getA

public int getA()

setA

public T setA(int a)

clearA

public void clearA()

hasFoo

public boolean hasFoo()

getFoo

public UnittestProto.TestDupFieldNumber.Foo getFoo()

setFoo

public T setFoo(UnittestProto.TestDupFieldNumber.Foo foo)

clearFoo

public void clearFoo()

hasBar

public boolean hasBar()

getBar

public UnittestProto.TestDupFieldNumber.Bar getBar()

setBar

public T setBar(UnittestProto.TestDupFieldNumber.Bar bar)

clearBar

public void clearBar()


Copyright © 2009 FuseSource. All Rights Reserved.