com.google.protobuf.test
Class UnittestImport.ImportMessage

java.lang.Object
  extended by org.apache.activemq.protobuf.BaseMessage<T>
      extended by com.google.protobuf.test.UnittestImport.ImportMessage
All Implemented Interfaces:
Message<UnittestImport.ImportMessage>
Enclosing class:
UnittestImport

public static final class UnittestImport.ImportMessage
extends BaseMessage<T>


Field Summary
 
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize
 
Constructor Summary
UnittestImport.ImportMessage()
           
 
Method Summary
 void clear()
           
 void clearD()
           
 UnittestImport.ImportMessage clone()
           
 boolean equals(Object obj)
           
 boolean equals(UnittestImport.ImportMessage obj)
           
 int getD()
           
 boolean hasD()
           
 int hashCode()
           
 UnittestImport.ImportMessage mergeFrom(UnittestImport.ImportMessage other)
           
 UnittestImport.ImportMessage mergeUnframed(CodedInputStream input)
           
 ArrayList<String> missingFields()
           
static UnittestImport.ImportMessage parseFramed(Buffer data)
           
static UnittestImport.ImportMessage parseFramed(byte[] data)
           
static UnittestImport.ImportMessage parseFramed(CodedInputStream data)
           
static UnittestImport.ImportMessage parseFramed(InputStream data)
           
static UnittestImport.ImportMessage parseUnframed(Buffer data)
           
static UnittestImport.ImportMessage parseUnframed(byte[] data)
           
static UnittestImport.ImportMessage parseUnframed(CodedInputStream data)
           
static UnittestImport.ImportMessage parseUnframed(InputStream data)
           
 int serializedSizeUnframed()
           
 T setD(int d)
           
 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

UnittestImport.ImportMessage

public UnittestImport.ImportMessage()
Method Detail

missingFields

public ArrayList<String> missingFields()
Overrides:
missingFields in class BaseMessage<UnittestImport.ImportMessage>

clear

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

clone

public UnittestImport.ImportMessage clone()
Specified by:
clone in interface Message<UnittestImport.ImportMessage>
Specified by:
clone in class BaseMessage<UnittestImport.ImportMessage>

mergeFrom

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

serializedSizeUnframed

public int serializedSizeUnframed()

mergeUnframed

public UnittestImport.ImportMessage mergeUnframed(CodedInputStream input)
                                           throws IOException
Throws:
IOException

writeUnframed

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

parseUnframed

public static UnittestImport.ImportMessage parseUnframed(CodedInputStream data)
                                                  throws InvalidProtocolBufferException,
                                                         IOException
Throws:
InvalidProtocolBufferException
IOException

parseUnframed

public static UnittestImport.ImportMessage parseUnframed(Buffer data)
                                                  throws InvalidProtocolBufferException
Throws:
InvalidProtocolBufferException

parseUnframed

public static UnittestImport.ImportMessage parseUnframed(byte[] data)
                                                  throws InvalidProtocolBufferException
Throws:
InvalidProtocolBufferException

parseUnframed

public static UnittestImport.ImportMessage parseUnframed(InputStream data)
                                                  throws InvalidProtocolBufferException,
                                                         IOException
Throws:
InvalidProtocolBufferException
IOException

parseFramed

public static UnittestImport.ImportMessage parseFramed(CodedInputStream data)
                                                throws InvalidProtocolBufferException,
                                                       IOException
Throws:
InvalidProtocolBufferException
IOException

parseFramed

public static UnittestImport.ImportMessage parseFramed(Buffer data)
                                                throws InvalidProtocolBufferException
Throws:
InvalidProtocolBufferException

parseFramed

public static UnittestImport.ImportMessage parseFramed(byte[] data)
                                                throws InvalidProtocolBufferException
Throws:
InvalidProtocolBufferException

parseFramed

public static UnittestImport.ImportMessage 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(UnittestImport.ImportMessage obj)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

hasD

public boolean hasD()

getD

public int getD()

setD

public T setD(int d)

clearD

public void clearD()


Copyright © 2009 FuseSource. All Rights Reserved.