protobuf_unittest
Class UnittestProto.TestNestedMessageHasBits

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

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


Nested Class Summary
static class UnittestProto.TestNestedMessageHasBits.NestedMessage
           
 
Field Summary
 
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize
 
Constructor Summary
UnittestProto.TestNestedMessageHasBits()
           
 
Method Summary
 void clear()
           
 void clearOptionalNestedMessage()
           
 UnittestProto.TestNestedMessageHasBits clone()
           
 boolean equals(Object obj)
           
 boolean equals(UnittestProto.TestNestedMessageHasBits obj)
           
 UnittestProto.TestNestedMessageHasBits.NestedMessage getOptionalNestedMessage()
           
 int hashCode()
           
 boolean hasOptionalNestedMessage()
           
 UnittestProto.TestNestedMessageHasBits mergeFrom(UnittestProto.TestNestedMessageHasBits other)
           
 UnittestProto.TestNestedMessageHasBits mergeUnframed(CodedInputStream input)
           
 ArrayList<String> missingFields()
           
static UnittestProto.TestNestedMessageHasBits parseFramed(Buffer data)
           
static UnittestProto.TestNestedMessageHasBits parseFramed(byte[] data)
           
static UnittestProto.TestNestedMessageHasBits parseFramed(CodedInputStream data)
           
static UnittestProto.TestNestedMessageHasBits parseFramed(InputStream data)
           
static UnittestProto.TestNestedMessageHasBits parseUnframed(Buffer data)
           
static UnittestProto.TestNestedMessageHasBits parseUnframed(byte[] data)
           
static UnittestProto.TestNestedMessageHasBits parseUnframed(CodedInputStream data)
           
static UnittestProto.TestNestedMessageHasBits parseUnframed(InputStream data)
           
 int serializedSizeUnframed()
           
 T setOptionalNestedMessage(UnittestProto.TestNestedMessageHasBits.NestedMessage optionalNestedMessage)
           
 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.TestNestedMessageHasBits

public UnittestProto.TestNestedMessageHasBits()
Method Detail

missingFields

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

clear

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

clone

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

mergeFrom

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

serializedSizeUnframed

public int serializedSizeUnframed()

mergeUnframed

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

writeUnframed

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

parseUnframed

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

parseUnframed

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

parseUnframed

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

parseUnframed

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

parseFramed

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

parseFramed

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

parseFramed

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

parseFramed

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

hasOptionalNestedMessage

public boolean hasOptionalNestedMessage()

getOptionalNestedMessage

public UnittestProto.TestNestedMessageHasBits.NestedMessage getOptionalNestedMessage()

setOptionalNestedMessage

public T setOptionalNestedMessage(UnittestProto.TestNestedMessageHasBits.NestedMessage optionalNestedMessage)

clearOptionalNestedMessage

public void clearOptionalNestedMessage()


Copyright © 2009 FuseSource. All Rights Reserved.