protobuf_unittest
Class UnittestProto.TestExtremeDefaultValues

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

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


Field Summary
 
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize
 
Constructor Summary
UnittestProto.TestExtremeDefaultValues()
           
 
Method Summary
 void clear()
           
 void clearEscapedBytes()
           
 void clearLargeUint32()
           
 void clearLargeUint64()
           
 void clearSmallInt32()
           
 void clearSmallInt64()
           
 void clearUtf8String()
           
 UnittestProto.TestExtremeDefaultValues clone()
           
 boolean equals(Object obj)
           
 boolean equals(UnittestProto.TestExtremeDefaultValues obj)
           
 Buffer getEscapedBytes()
           
 int getLargeUint32()
           
 long getLargeUint64()
           
 int getSmallInt32()
           
 long getSmallInt64()
           
 String getUtf8String()
           
 boolean hasEscapedBytes()
           
 int hashCode()
           
 boolean hasLargeUint32()
           
 boolean hasLargeUint64()
           
 boolean hasSmallInt32()
           
 boolean hasSmallInt64()
           
 boolean hasUtf8String()
           
 UnittestProto.TestExtremeDefaultValues mergeFrom(UnittestProto.TestExtremeDefaultValues other)
           
 UnittestProto.TestExtremeDefaultValues mergeUnframed(CodedInputStream input)
           
 ArrayList<String> missingFields()
           
static UnittestProto.TestExtremeDefaultValues parseFramed(Buffer data)
           
static UnittestProto.TestExtremeDefaultValues parseFramed(byte[] data)
           
static UnittestProto.TestExtremeDefaultValues parseFramed(CodedInputStream data)
           
static UnittestProto.TestExtremeDefaultValues parseFramed(InputStream data)
           
static UnittestProto.TestExtremeDefaultValues parseUnframed(Buffer data)
           
static UnittestProto.TestExtremeDefaultValues parseUnframed(byte[] data)
           
static UnittestProto.TestExtremeDefaultValues parseUnframed(CodedInputStream data)
           
static UnittestProto.TestExtremeDefaultValues parseUnframed(InputStream data)
           
 int serializedSizeUnframed()
           
 T setEscapedBytes(Buffer escapedBytes)
           
 T setLargeUint32(int largeUint32)
           
 T setLargeUint64(long largeUint64)
           
 T setSmallInt32(int smallInt32)
           
 T setSmallInt64(long smallInt64)
           
 T setUtf8String(String utf8String)
           
 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.TestExtremeDefaultValues

public UnittestProto.TestExtremeDefaultValues()
Method Detail

missingFields

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

clear

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

clone

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

mergeFrom

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

serializedSizeUnframed

public int serializedSizeUnframed()

mergeUnframed

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

writeUnframed

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

parseUnframed

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

parseUnframed

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

parseUnframed

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

parseUnframed

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

parseFramed

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

parseFramed

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

parseFramed

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

parseFramed

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

hasEscapedBytes

public boolean hasEscapedBytes()

getEscapedBytes

public Buffer getEscapedBytes()

setEscapedBytes

public T setEscapedBytes(Buffer escapedBytes)

clearEscapedBytes

public void clearEscapedBytes()

hasLargeUint32

public boolean hasLargeUint32()

getLargeUint32

public int getLargeUint32()

setLargeUint32

public T setLargeUint32(int largeUint32)

clearLargeUint32

public void clearLargeUint32()

hasLargeUint64

public boolean hasLargeUint64()

getLargeUint64

public long getLargeUint64()

setLargeUint64

public T setLargeUint64(long largeUint64)

clearLargeUint64

public void clearLargeUint64()

hasSmallInt32

public boolean hasSmallInt32()

getSmallInt32

public int getSmallInt32()

setSmallInt32

public T setSmallInt32(int smallInt32)

clearSmallInt32

public void clearSmallInt32()

hasSmallInt64

public boolean hasSmallInt64()

getSmallInt64

public long getSmallInt64()

setSmallInt64

public T setSmallInt64(long smallInt64)

clearSmallInt64

public void clearSmallInt64()

hasUtf8String

public boolean hasUtf8String()

getUtf8String

public String getUtf8String()

setUtf8String

public T setUtf8String(String utf8String)

clearUtf8String

public void clearUtf8String()


Copyright © 2009 FuseSource. All Rights Reserved.