protobuf_unittest
Class UnittestProto.TestAllTypes.NestedMessage

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

public static final class UnittestProto.TestAllTypes.NestedMessage
extends BaseMessage<T>


Field Summary
 
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize
 
Constructor Summary
UnittestProto.TestAllTypes.NestedMessage()
           
 
Method Summary
 void clear()
           
 void clearBb()
           
 UnittestProto.TestAllTypes.NestedMessage clone()
           
 boolean equals(Object obj)
           
 boolean equals(UnittestProto.TestAllTypes.NestedMessage obj)
           
 int getBb()
           
 boolean hasBb()
           
 int hashCode()
           
 UnittestProto.TestAllTypes.NestedMessage mergeFrom(UnittestProto.TestAllTypes.NestedMessage other)
           
 UnittestProto.TestAllTypes.NestedMessage mergeUnframed(CodedInputStream input)
           
 ArrayList<String> missingFields()
           
static UnittestProto.TestAllTypes.NestedMessage parseFramed(Buffer data)
           
static UnittestProto.TestAllTypes.NestedMessage parseFramed(byte[] data)
           
static UnittestProto.TestAllTypes.NestedMessage parseFramed(CodedInputStream data)
           
static UnittestProto.TestAllTypes.NestedMessage parseFramed(InputStream data)
           
static UnittestProto.TestAllTypes.NestedMessage parseUnframed(Buffer data)
           
static UnittestProto.TestAllTypes.NestedMessage parseUnframed(byte[] data)
           
static UnittestProto.TestAllTypes.NestedMessage parseUnframed(CodedInputStream data)
           
static UnittestProto.TestAllTypes.NestedMessage parseUnframed(InputStream data)
           
 int serializedSizeUnframed()
           
 T setBb(int bb)
           
 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.TestAllTypes.NestedMessage

public UnittestProto.TestAllTypes.NestedMessage()
Method Detail

missingFields

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

clear

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

clone

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

mergeFrom

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

serializedSizeUnframed

public int serializedSizeUnframed()

mergeUnframed

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

writeUnframed

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

parseUnframed

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

parseUnframed

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

parseUnframed

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

parseUnframed

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

parseFramed

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

parseFramed

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

parseFramed

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

parseFramed

public static UnittestProto.TestAllTypes.NestedMessage 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.TestAllTypes.NestedMessage obj)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

hasBb

public boolean hasBb()

getBb

public int getBb()

setBb

public T setBb(int bb)

clearBb

public void clearBb()


Copyright © 2009 FuseSource. All Rights Reserved.