protobuf_unittest
Class UnittestProto.TestMutualRecursionB

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

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


Field Summary
 
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize
 
Constructor Summary
UnittestProto.TestMutualRecursionB()
           
 
Method Summary
 void clear()
           
 void clearA()
           
 void clearOptionalInt32()
           
 UnittestProto.TestMutualRecursionB clone()
           
 boolean equals(Object obj)
           
 boolean equals(UnittestProto.TestMutualRecursionB obj)
           
 UnittestProto.TestMutualRecursionA getA()
           
 int getOptionalInt32()
           
 boolean hasA()
           
 int hashCode()
           
 boolean hasOptionalInt32()
           
 UnittestProto.TestMutualRecursionB mergeFrom(UnittestProto.TestMutualRecursionB other)
           
 UnittestProto.TestMutualRecursionB mergeUnframed(CodedInputStream input)
           
 ArrayList<String> missingFields()
           
static UnittestProto.TestMutualRecursionB parseFramed(Buffer data)
           
static UnittestProto.TestMutualRecursionB parseFramed(byte[] data)
           
static UnittestProto.TestMutualRecursionB parseFramed(CodedInputStream data)
           
static UnittestProto.TestMutualRecursionB parseFramed(InputStream data)
           
static UnittestProto.TestMutualRecursionB parseUnframed(Buffer data)
           
static UnittestProto.TestMutualRecursionB parseUnframed(byte[] data)
           
static UnittestProto.TestMutualRecursionB parseUnframed(CodedInputStream data)
           
static UnittestProto.TestMutualRecursionB parseUnframed(InputStream data)
           
 int serializedSizeUnframed()
           
 T setA(UnittestProto.TestMutualRecursionA a)
           
 T setOptionalInt32(int optionalInt32)
           
 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.TestMutualRecursionB

public UnittestProto.TestMutualRecursionB()
Method Detail

missingFields

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

clear

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

clone

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

mergeFrom

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

serializedSizeUnframed

public int serializedSizeUnframed()

mergeUnframed

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

writeUnframed

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

parseUnframed

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

parseUnframed

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

parseUnframed

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

parseUnframed

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

parseFramed

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

parseFramed

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

parseFramed

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

parseFramed

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

hasA

public boolean hasA()

getA

public UnittestProto.TestMutualRecursionA getA()

setA

public T setA(UnittestProto.TestMutualRecursionA a)

clearA

public void clearA()

hasOptionalInt32

public boolean hasOptionalInt32()

getOptionalInt32

public int getOptionalInt32()

setOptionalInt32

public T setOptionalInt32(int optionalInt32)

clearOptionalInt32

public void clearOptionalInt32()


Copyright © 2009 FuseSource. All Rights Reserved.