eu.dnetlib.data.proto
Class PersonResultProtos.PersonResult.Metadata

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.AbstractMessage
          extended by com.google.protobuf.GeneratedMessage
              extended by eu.dnetlib.data.proto.PersonResultProtos.PersonResult.Metadata
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, PersonResultProtos.PersonResult.MetadataOrBuilder, Serializable
Enclosing class:
PersonResultProtos.PersonResult

public static final class PersonResultProtos.PersonResult.Metadata
extends com.google.protobuf.GeneratedMessage
implements PersonResultProtos.PersonResult.MetadataOrBuilder

See Also:
Serialized Form

Nested Class Summary
static class PersonResultProtos.PersonResult.Metadata.Builder
           
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
 
Field Summary
static int OAF_AFFILIATION_FIELD_NUMBER
           
static int OAF_ENDDATE_FIELD_NUMBER
           
static int OAF_OPTIONAL1_FIELD_NUMBER
           
static int OAF_OPTIONAL2_FIELD_NUMBER
           
static int OAF_RANKING_FIELD_NUMBER
           
static int OAF_STARTDATE_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
static PersonResultProtos.PersonResult.Metadata getDefaultInstance()
           
 PersonResultProtos.PersonResult.Metadata getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 String getOafAffiliation()
           
 String getOafEnddate()
           
 String getOafOptional1()
           
 String getOafOptional2()
           
 String getOafRanking()
           
 String getOafStartdate()
           
 int getSerializedSize()
           
 boolean hasOafAffiliation()
           
 boolean hasOafEnddate()
           
 boolean hasOafOptional1()
           
 boolean hasOafOptional2()
           
 boolean hasOafRanking()
           
 boolean hasOafStartdate()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static PersonResultProtos.PersonResult.Metadata.Builder newBuilder()
           
static PersonResultProtos.PersonResult.Metadata.Builder newBuilder(PersonResultProtos.PersonResult.Metadata prototype)
           
 PersonResultProtos.PersonResult.Metadata.Builder newBuilderForType()
           
protected  PersonResultProtos.PersonResult.Metadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static PersonResultProtos.PersonResult.Metadata parseDelimitedFrom(InputStream input)
           
static PersonResultProtos.PersonResult.Metadata parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static PersonResultProtos.PersonResult.Metadata parseFrom(byte[] data)
           
static PersonResultProtos.PersonResult.Metadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static PersonResultProtos.PersonResult.Metadata parseFrom(com.google.protobuf.ByteString data)
           
static PersonResultProtos.PersonResult.Metadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static PersonResultProtos.PersonResult.Metadata parseFrom(com.google.protobuf.CodedInputStream input)
           
static PersonResultProtos.PersonResult.Metadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static PersonResultProtos.PersonResult.Metadata parseFrom(InputStream input)
           
static PersonResultProtos.PersonResult.Metadata parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 PersonResultProtos.PersonResult.Metadata.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension
 
Methods inherited from class com.google.protobuf.AbstractMessage
equals, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

OAF_RANKING_FIELD_NUMBER

public static final int OAF_RANKING_FIELD_NUMBER
See Also:
Constant Field Values

OAF_AFFILIATION_FIELD_NUMBER

public static final int OAF_AFFILIATION_FIELD_NUMBER
See Also:
Constant Field Values

OAF_STARTDATE_FIELD_NUMBER

public static final int OAF_STARTDATE_FIELD_NUMBER
See Also:
Constant Field Values

OAF_ENDDATE_FIELD_NUMBER

public static final int OAF_ENDDATE_FIELD_NUMBER
See Also:
Constant Field Values

OAF_OPTIONAL1_FIELD_NUMBER

public static final int OAF_OPTIONAL1_FIELD_NUMBER
See Also:
Constant Field Values

OAF_OPTIONAL2_FIELD_NUMBER

public static final int OAF_OPTIONAL2_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static PersonResultProtos.PersonResult.Metadata getDefaultInstance()

getDefaultInstanceForType

public PersonResultProtos.PersonResult.Metadata getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage

hasOafRanking

public boolean hasOafRanking()
Specified by:
hasOafRanking in interface PersonResultProtos.PersonResult.MetadataOrBuilder

getOafRanking

public String getOafRanking()
Specified by:
getOafRanking in interface PersonResultProtos.PersonResult.MetadataOrBuilder

hasOafAffiliation

public boolean hasOafAffiliation()
Specified by:
hasOafAffiliation in interface PersonResultProtos.PersonResult.MetadataOrBuilder

getOafAffiliation

public String getOafAffiliation()
Specified by:
getOafAffiliation in interface PersonResultProtos.PersonResult.MetadataOrBuilder

hasOafStartdate

public boolean hasOafStartdate()
Specified by:
hasOafStartdate in interface PersonResultProtos.PersonResult.MetadataOrBuilder

getOafStartdate

public String getOafStartdate()
Specified by:
getOafStartdate in interface PersonResultProtos.PersonResult.MetadataOrBuilder

hasOafEnddate

public boolean hasOafEnddate()
Specified by:
hasOafEnddate in interface PersonResultProtos.PersonResult.MetadataOrBuilder

getOafEnddate

public String getOafEnddate()
Specified by:
getOafEnddate in interface PersonResultProtos.PersonResult.MetadataOrBuilder

hasOafOptional1

public boolean hasOafOptional1()
Specified by:
hasOafOptional1 in interface PersonResultProtos.PersonResult.MetadataOrBuilder

getOafOptional1

public String getOafOptional1()
Specified by:
getOafOptional1 in interface PersonResultProtos.PersonResult.MetadataOrBuilder

hasOafOptional2

public boolean hasOafOptional2()
Specified by:
hasOafOptional2 in interface PersonResultProtos.PersonResult.MetadataOrBuilder

getOafOptional2

public String getOafOptional2()
Specified by:
getOafOptional2 in interface PersonResultProtos.PersonResult.MetadataOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Overrides:
writeTo in class com.google.protobuf.AbstractMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite
Overrides:
getSerializedSize in class com.google.protobuf.AbstractMessage

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessage
Throws:
ObjectStreamException

parseFrom

public static PersonResultProtos.PersonResult.Metadata parseFrom(com.google.protobuf.ByteString data)
                                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static PersonResultProtos.PersonResult.Metadata parseFrom(com.google.protobuf.ByteString data,
                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static PersonResultProtos.PersonResult.Metadata parseFrom(byte[] data)
                                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static PersonResultProtos.PersonResult.Metadata parseFrom(byte[] data,
                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static PersonResultProtos.PersonResult.Metadata parseFrom(InputStream input)
                                                          throws IOException
Throws:
IOException

parseFrom

public static PersonResultProtos.PersonResult.Metadata parseFrom(InputStream input,
                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                          throws IOException
Throws:
IOException

parseDelimitedFrom

public static PersonResultProtos.PersonResult.Metadata parseDelimitedFrom(InputStream input)
                                                                   throws IOException
Throws:
IOException

parseDelimitedFrom

public static PersonResultProtos.PersonResult.Metadata parseDelimitedFrom(InputStream input,
                                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                   throws IOException
Throws:
IOException

parseFrom

public static PersonResultProtos.PersonResult.Metadata parseFrom(com.google.protobuf.CodedInputStream input)
                                                          throws IOException
Throws:
IOException

parseFrom

public static PersonResultProtos.PersonResult.Metadata parseFrom(com.google.protobuf.CodedInputStream input,
                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                          throws IOException
Throws:
IOException

newBuilder

public static PersonResultProtos.PersonResult.Metadata.Builder newBuilder()

newBuilderForType

public PersonResultProtos.PersonResult.Metadata.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.Message
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static PersonResultProtos.PersonResult.Metadata.Builder newBuilder(PersonResultProtos.PersonResult.Metadata prototype)

toBuilder

public PersonResultProtos.PersonResult.Metadata.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.Message
Specified by:
toBuilder in interface com.google.protobuf.MessageLite

newBuilderForType

protected PersonResultProtos.PersonResult.Metadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage


Copyright © 2012. All Rights Reserved.