protobuf_unittest
Class UnittestProto.TestCamelCaseFieldNames

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

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


Field Summary
 
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize
 
Constructor Summary
UnittestProto.TestCamelCaseFieldNames()
           
 
Method Summary
 T addAllRepeatedCordField(Iterable<? extends String> collection)
           
 T addAllRepeatedEnumField(Iterable<? extends UnittestProto.ForeignEnum> collection)
           
 T addAllRepeatedMessageField(Iterable<? extends UnittestProto.ForeignMessage> collection)
           
 T addAllRepeatedPrimitiveField(Iterable<? extends Integer> collection)
           
 T addAllRepeatedStringField(Iterable<? extends String> collection)
           
 T addAllRepeatedStringPieceField(Iterable<? extends String> collection)
           
 T addRepeatedCordField(String value)
           
 T addRepeatedEnumField(UnittestProto.ForeignEnum value)
           
 T addRepeatedMessageField(UnittestProto.ForeignMessage value)
           
 T addRepeatedPrimitiveField(Integer value)
           
 T addRepeatedStringField(String value)
           
 T addRepeatedStringPieceField(String value)
           
 void clear()
           
 void clearCordField()
           
 void clearEnumField()
           
 void clearMessageField()
           
 void clearPrimitiveField()
           
 void clearRepeatedCordField()
           
 void clearRepeatedEnumField()
           
 void clearRepeatedMessageField()
           
 void clearRepeatedPrimitiveField()
           
 void clearRepeatedStringField()
           
 void clearRepeatedStringPieceField()
           
 void clearStringField()
           
 void clearStringPieceField()
           
 UnittestProto.TestCamelCaseFieldNames clone()
           
 boolean equals(Object obj)
           
 boolean equals(UnittestProto.TestCamelCaseFieldNames obj)
           
 String getCordField()
           
 UnittestProto.ForeignEnum getEnumField()
           
 UnittestProto.ForeignMessage getMessageField()
           
 int getPrimitiveField()
           
 String getRepeatedCordField(int index)
           
 int getRepeatedCordFieldCount()
           
 List<String> getRepeatedCordFieldList()
           
 UnittestProto.ForeignEnum getRepeatedEnumField(int index)
           
 int getRepeatedEnumFieldCount()
           
 List<UnittestProto.ForeignEnum> getRepeatedEnumFieldList()
           
 UnittestProto.ForeignMessage getRepeatedMessageField(int index)
           
 int getRepeatedMessageFieldCount()
           
 List<UnittestProto.ForeignMessage> getRepeatedMessageFieldList()
           
 Integer getRepeatedPrimitiveField(int index)
           
 int getRepeatedPrimitiveFieldCount()
           
 List<Integer> getRepeatedPrimitiveFieldList()
           
 String getRepeatedStringField(int index)
           
 int getRepeatedStringFieldCount()
           
 List<String> getRepeatedStringFieldList()
           
 String getRepeatedStringPieceField(int index)
           
 int getRepeatedStringPieceFieldCount()
           
 List<String> getRepeatedStringPieceFieldList()
           
 String getStringField()
           
 String getStringPieceField()
           
 boolean hasCordField()
           
 boolean hasEnumField()
           
 int hashCode()
           
 boolean hasMessageField()
           
 boolean hasPrimitiveField()
           
 boolean hasRepeatedCordField()
           
 boolean hasRepeatedEnumField()
           
 boolean hasRepeatedMessageField()
           
 boolean hasRepeatedPrimitiveField()
           
 boolean hasRepeatedStringField()
           
 boolean hasRepeatedStringPieceField()
           
 boolean hasStringField()
           
 boolean hasStringPieceField()
           
 UnittestProto.TestCamelCaseFieldNames mergeFrom(UnittestProto.TestCamelCaseFieldNames other)
           
 UnittestProto.TestCamelCaseFieldNames mergeUnframed(CodedInputStream input)
           
 ArrayList<String> missingFields()
           
static UnittestProto.TestCamelCaseFieldNames parseFramed(Buffer data)
           
static UnittestProto.TestCamelCaseFieldNames parseFramed(byte[] data)
           
static UnittestProto.TestCamelCaseFieldNames parseFramed(CodedInputStream data)
           
static UnittestProto.TestCamelCaseFieldNames parseFramed(InputStream data)
           
static UnittestProto.TestCamelCaseFieldNames parseUnframed(Buffer data)
           
static UnittestProto.TestCamelCaseFieldNames parseUnframed(byte[] data)
           
static UnittestProto.TestCamelCaseFieldNames parseUnframed(CodedInputStream data)
           
static UnittestProto.TestCamelCaseFieldNames parseUnframed(InputStream data)
           
 int serializedSizeUnframed()
           
 T setCordField(String cordField)
           
 T setEnumField(UnittestProto.ForeignEnum enumField)
           
 T setMessageField(UnittestProto.ForeignMessage messageField)
           
 T setPrimitiveField(int primitiveField)
           
 T setRepeatedCordField(int index, String value)
           
 T setRepeatedCordFieldList(List<String> repeatedCordField)
           
 T setRepeatedEnumField(int index, UnittestProto.ForeignEnum value)
           
 T setRepeatedEnumFieldList(List<UnittestProto.ForeignEnum> repeatedEnumField)
           
 T setRepeatedMessageField(int index, UnittestProto.ForeignMessage value)
           
 T setRepeatedMessageFieldList(List<UnittestProto.ForeignMessage> repeatedMessageField)
           
 T setRepeatedPrimitiveField(int index, Integer value)
           
 T setRepeatedPrimitiveFieldList(List<Integer> repeatedPrimitiveField)
           
 T setRepeatedStringField(int index, String value)
           
 T setRepeatedStringFieldList(List<String> repeatedStringField)
           
 T setRepeatedStringPieceField(int index, String value)
           
 T setRepeatedStringPieceFieldList(List<String> repeatedStringPieceField)
           
 T setStringField(String stringField)
           
 T setStringPieceField(String stringPieceField)
           
 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.TestCamelCaseFieldNames

public UnittestProto.TestCamelCaseFieldNames()
Method Detail

missingFields

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

clear

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

clone

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

mergeFrom

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

serializedSizeUnframed

public int serializedSizeUnframed()

mergeUnframed

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

writeUnframed

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

parseUnframed

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

parseUnframed

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

parseUnframed

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

parseUnframed

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

parseFramed

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

parseFramed

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

parseFramed

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

parseFramed

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

hasPrimitiveField

public boolean hasPrimitiveField()

getPrimitiveField

public int getPrimitiveField()

setPrimitiveField

public T setPrimitiveField(int primitiveField)

clearPrimitiveField

public void clearPrimitiveField()

hasStringField

public boolean hasStringField()

getStringField

public String getStringField()

setStringField

public T setStringField(String stringField)

clearStringField

public void clearStringField()

hasEnumField

public boolean hasEnumField()

getEnumField

public UnittestProto.ForeignEnum getEnumField()

setEnumField

public T setEnumField(UnittestProto.ForeignEnum enumField)

clearEnumField

public void clearEnumField()

hasMessageField

public boolean hasMessageField()

getMessageField

public UnittestProto.ForeignMessage getMessageField()

setMessageField

public T setMessageField(UnittestProto.ForeignMessage messageField)

clearMessageField

public void clearMessageField()

hasStringPieceField

public boolean hasStringPieceField()

getStringPieceField

public String getStringPieceField()

setStringPieceField

public T setStringPieceField(String stringPieceField)

clearStringPieceField

public void clearStringPieceField()

hasCordField

public boolean hasCordField()

getCordField

public String getCordField()

setCordField

public T setCordField(String cordField)

clearCordField

public void clearCordField()

hasRepeatedPrimitiveField

public boolean hasRepeatedPrimitiveField()

getRepeatedPrimitiveFieldList

public List<Integer> getRepeatedPrimitiveFieldList()

setRepeatedPrimitiveFieldList

public T setRepeatedPrimitiveFieldList(List<Integer> repeatedPrimitiveField)

getRepeatedPrimitiveFieldCount

public int getRepeatedPrimitiveFieldCount()

getRepeatedPrimitiveField

public Integer getRepeatedPrimitiveField(int index)

setRepeatedPrimitiveField

public T setRepeatedPrimitiveField(int index,
                                   Integer value)

addRepeatedPrimitiveField

public T addRepeatedPrimitiveField(Integer value)

addAllRepeatedPrimitiveField

public T addAllRepeatedPrimitiveField(Iterable<? extends Integer> collection)

clearRepeatedPrimitiveField

public void clearRepeatedPrimitiveField()

hasRepeatedStringField

public boolean hasRepeatedStringField()

getRepeatedStringFieldList

public List<String> getRepeatedStringFieldList()

setRepeatedStringFieldList

public T setRepeatedStringFieldList(List<String> repeatedStringField)

getRepeatedStringFieldCount

public int getRepeatedStringFieldCount()

getRepeatedStringField

public String getRepeatedStringField(int index)

setRepeatedStringField

public T setRepeatedStringField(int index,
                                String value)

addRepeatedStringField

public T addRepeatedStringField(String value)

addAllRepeatedStringField

public T addAllRepeatedStringField(Iterable<? extends String> collection)

clearRepeatedStringField

public void clearRepeatedStringField()

hasRepeatedEnumField

public boolean hasRepeatedEnumField()

getRepeatedEnumFieldList

public List<UnittestProto.ForeignEnum> getRepeatedEnumFieldList()

setRepeatedEnumFieldList

public T setRepeatedEnumFieldList(List<UnittestProto.ForeignEnum> repeatedEnumField)

getRepeatedEnumFieldCount

public int getRepeatedEnumFieldCount()

getRepeatedEnumField

public UnittestProto.ForeignEnum getRepeatedEnumField(int index)

setRepeatedEnumField

public T setRepeatedEnumField(int index,
                              UnittestProto.ForeignEnum value)

addRepeatedEnumField

public T addRepeatedEnumField(UnittestProto.ForeignEnum value)

addAllRepeatedEnumField

public T addAllRepeatedEnumField(Iterable<? extends UnittestProto.ForeignEnum> collection)

clearRepeatedEnumField

public void clearRepeatedEnumField()

hasRepeatedMessageField

public boolean hasRepeatedMessageField()

getRepeatedMessageFieldList

public List<UnittestProto.ForeignMessage> getRepeatedMessageFieldList()

setRepeatedMessageFieldList

public T setRepeatedMessageFieldList(List<UnittestProto.ForeignMessage> repeatedMessageField)

getRepeatedMessageFieldCount

public int getRepeatedMessageFieldCount()

getRepeatedMessageField

public UnittestProto.ForeignMessage getRepeatedMessageField(int index)

setRepeatedMessageField

public T setRepeatedMessageField(int index,
                                 UnittestProto.ForeignMessage value)

addRepeatedMessageField

public T addRepeatedMessageField(UnittestProto.ForeignMessage value)

addAllRepeatedMessageField

public T addAllRepeatedMessageField(Iterable<? extends UnittestProto.ForeignMessage> collection)

clearRepeatedMessageField

public void clearRepeatedMessageField()

hasRepeatedStringPieceField

public boolean hasRepeatedStringPieceField()

getRepeatedStringPieceFieldList

public List<String> getRepeatedStringPieceFieldList()

setRepeatedStringPieceFieldList

public T setRepeatedStringPieceFieldList(List<String> repeatedStringPieceField)

getRepeatedStringPieceFieldCount

public int getRepeatedStringPieceFieldCount()

getRepeatedStringPieceField

public String getRepeatedStringPieceField(int index)

setRepeatedStringPieceField

public T setRepeatedStringPieceField(int index,
                                     String value)

addRepeatedStringPieceField

public T addRepeatedStringPieceField(String value)

addAllRepeatedStringPieceField

public T addAllRepeatedStringPieceField(Iterable<? extends String> collection)

clearRepeatedStringPieceField

public void clearRepeatedStringPieceField()

hasRepeatedCordField

public boolean hasRepeatedCordField()

getRepeatedCordFieldList

public List<String> getRepeatedCordFieldList()

setRepeatedCordFieldList

public T setRepeatedCordFieldList(List<String> repeatedCordField)

getRepeatedCordFieldCount

public int getRepeatedCordFieldCount()

getRepeatedCordField

public String getRepeatedCordField(int index)

setRepeatedCordField

public T setRepeatedCordField(int index,
                              String value)

addRepeatedCordField

public T addRepeatedCordField(String value)

addAllRepeatedCordField

public T addAllRepeatedCordField(Iterable<? extends String> collection)

clearRepeatedCordField

public void clearRepeatedCordField()


Copyright © 2009 FuseSource. All Rights Reserved.