eu.dnetlib.data.proto
Class PersonProtos.Person.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.PersonProtos.Person.Metadata
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, PersonProtos.Person.MetadataOrBuilder, Serializable
Enclosing class:
PersonProtos.Person

public static final class PersonProtos.Person.Metadata
extends com.google.protobuf.GeneratedMessage
implements PersonProtos.Person.MetadataOrBuilder

See Also:
Serialized Form

Nested Class Summary
static class PersonProtos.Person.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 COLLECTEDFROM_FIELD_NUMBER
           
static int EMAIL_FIELD_NUMBER
           
static int FAX_FIELD_NUMBER
           
static int FIRSTNAME_FIELD_NUMBER
           
static int FULLNAME_FIELD_NUMBER
           
static int NATIONALITY_FIELD_NUMBER
           
static int PHONE_FIELD_NUMBER
           
static int PID_FIELD_NUMBER
           
static int PROVENANCEACTION_FIELD_NUMBER
           
static int SECONDNAMES_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 String getCollectedfrom()
           
static PersonProtos.Person.Metadata getDefaultInstance()
           
 PersonProtos.Person.Metadata getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 String getEmail()
           
 String getFax()
           
 String getFirstname()
           
 String getFullname()
           
 QualifierProtos.Qualifier getNationality()
           
 QualifierProtos.QualifierOrBuilder getNationalityOrBuilder()
           
 String getPhone()
           
 StructuredPropertyProtos.StructuredProperty getPid(int index)
           
 int getPidCount()
           
 List<StructuredPropertyProtos.StructuredProperty> getPidList()
           
 StructuredPropertyProtos.StructuredPropertyOrBuilder getPidOrBuilder(int index)
           
 List<? extends StructuredPropertyProtos.StructuredPropertyOrBuilder> getPidOrBuilderList()
           
 QualifierProtos.Qualifier getProvenanceaction()
           
 QualifierProtos.QualifierOrBuilder getProvenanceactionOrBuilder()
           
 String getSecondnames(int index)
           
 int getSecondnamesCount()
           
 List<String> getSecondnamesList()
           
 int getSerializedSize()
           
 boolean hasCollectedfrom()
           
 boolean hasEmail()
           
 boolean hasFax()
           
 boolean hasFirstname()
           
 boolean hasFullname()
           
 boolean hasNationality()
           
 boolean hasPhone()
           
 boolean hasProvenanceaction()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static PersonProtos.Person.Metadata.Builder newBuilder()
           
static PersonProtos.Person.Metadata.Builder newBuilder(PersonProtos.Person.Metadata prototype)
           
 PersonProtos.Person.Metadata.Builder newBuilderForType()
           
protected  PersonProtos.Person.Metadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static PersonProtos.Person.Metadata parseDelimitedFrom(InputStream input)
           
static PersonProtos.Person.Metadata parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static PersonProtos.Person.Metadata parseFrom(byte[] data)
           
static PersonProtos.Person.Metadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static PersonProtos.Person.Metadata parseFrom(com.google.protobuf.ByteString data)
           
static PersonProtos.Person.Metadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static PersonProtos.Person.Metadata parseFrom(com.google.protobuf.CodedInputStream input)
           
static PersonProtos.Person.Metadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static PersonProtos.Person.Metadata parseFrom(InputStream input)
           
static PersonProtos.Person.Metadata parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 PersonProtos.Person.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

FIRSTNAME_FIELD_NUMBER

public static final int FIRSTNAME_FIELD_NUMBER
See Also:
Constant Field Values

SECONDNAMES_FIELD_NUMBER

public static final int SECONDNAMES_FIELD_NUMBER
See Also:
Constant Field Values

FULLNAME_FIELD_NUMBER

public static final int FULLNAME_FIELD_NUMBER
See Also:
Constant Field Values

FAX_FIELD_NUMBER

public static final int FAX_FIELD_NUMBER
See Also:
Constant Field Values

EMAIL_FIELD_NUMBER

public static final int EMAIL_FIELD_NUMBER
See Also:
Constant Field Values

PHONE_FIELD_NUMBER

public static final int PHONE_FIELD_NUMBER
See Also:
Constant Field Values

COLLECTEDFROM_FIELD_NUMBER

public static final int COLLECTEDFROM_FIELD_NUMBER
See Also:
Constant Field Values

NATIONALITY_FIELD_NUMBER

public static final int NATIONALITY_FIELD_NUMBER
See Also:
Constant Field Values

PROVENANCEACTION_FIELD_NUMBER

public static final int PROVENANCEACTION_FIELD_NUMBER
See Also:
Constant Field Values

PID_FIELD_NUMBER

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

getDefaultInstance

public static PersonProtos.Person.Metadata getDefaultInstance()

getDefaultInstanceForType

public PersonProtos.Person.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

hasFirstname

public boolean hasFirstname()
Specified by:
hasFirstname in interface PersonProtos.Person.MetadataOrBuilder

getFirstname

public String getFirstname()
Specified by:
getFirstname in interface PersonProtos.Person.MetadataOrBuilder

getSecondnamesList

public List<String> getSecondnamesList()
Specified by:
getSecondnamesList in interface PersonProtos.Person.MetadataOrBuilder

getSecondnamesCount

public int getSecondnamesCount()
Specified by:
getSecondnamesCount in interface PersonProtos.Person.MetadataOrBuilder

getSecondnames

public String getSecondnames(int index)
Specified by:
getSecondnames in interface PersonProtos.Person.MetadataOrBuilder

hasFullname

public boolean hasFullname()
Specified by:
hasFullname in interface PersonProtos.Person.MetadataOrBuilder

getFullname

public String getFullname()
Specified by:
getFullname in interface PersonProtos.Person.MetadataOrBuilder

hasFax

public boolean hasFax()
Specified by:
hasFax in interface PersonProtos.Person.MetadataOrBuilder

getFax

public String getFax()
Specified by:
getFax in interface PersonProtos.Person.MetadataOrBuilder

hasEmail

public boolean hasEmail()
Specified by:
hasEmail in interface PersonProtos.Person.MetadataOrBuilder

getEmail

public String getEmail()
Specified by:
getEmail in interface PersonProtos.Person.MetadataOrBuilder

hasPhone

public boolean hasPhone()
Specified by:
hasPhone in interface PersonProtos.Person.MetadataOrBuilder

getPhone

public String getPhone()
Specified by:
getPhone in interface PersonProtos.Person.MetadataOrBuilder

hasCollectedfrom

public boolean hasCollectedfrom()
Specified by:
hasCollectedfrom in interface PersonProtos.Person.MetadataOrBuilder

getCollectedfrom

public String getCollectedfrom()
Specified by:
getCollectedfrom in interface PersonProtos.Person.MetadataOrBuilder

hasNationality

public boolean hasNationality()
Specified by:
hasNationality in interface PersonProtos.Person.MetadataOrBuilder

getNationality

public QualifierProtos.Qualifier getNationality()
Specified by:
getNationality in interface PersonProtos.Person.MetadataOrBuilder

getNationalityOrBuilder

public QualifierProtos.QualifierOrBuilder getNationalityOrBuilder()
Specified by:
getNationalityOrBuilder in interface PersonProtos.Person.MetadataOrBuilder

hasProvenanceaction

public boolean hasProvenanceaction()
Specified by:
hasProvenanceaction in interface PersonProtos.Person.MetadataOrBuilder

getProvenanceaction

public QualifierProtos.Qualifier getProvenanceaction()
Specified by:
getProvenanceaction in interface PersonProtos.Person.MetadataOrBuilder

getProvenanceactionOrBuilder

public QualifierProtos.QualifierOrBuilder getProvenanceactionOrBuilder()
Specified by:
getProvenanceactionOrBuilder in interface PersonProtos.Person.MetadataOrBuilder

getPidList

public List<StructuredPropertyProtos.StructuredProperty> getPidList()
Specified by:
getPidList in interface PersonProtos.Person.MetadataOrBuilder

getPidOrBuilderList

public List<? extends StructuredPropertyProtos.StructuredPropertyOrBuilder> getPidOrBuilderList()
Specified by:
getPidOrBuilderList in interface PersonProtos.Person.MetadataOrBuilder

getPidCount

public int getPidCount()
Specified by:
getPidCount in interface PersonProtos.Person.MetadataOrBuilder

getPid

public StructuredPropertyProtos.StructuredProperty getPid(int index)
Specified by:
getPid in interface PersonProtos.Person.MetadataOrBuilder

getPidOrBuilder

public StructuredPropertyProtos.StructuredPropertyOrBuilder getPidOrBuilder(int index)
Specified by:
getPidOrBuilder in interface PersonProtos.Person.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 PersonProtos.Person.Metadata parseFrom(com.google.protobuf.ByteString data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static PersonProtos.Person.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 PersonProtos.Person.Metadata parseFrom(byte[] data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseFrom

public static PersonProtos.Person.Metadata parseFrom(InputStream input)
                                              throws IOException
Throws:
IOException

parseFrom

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

parseDelimitedFrom

public static PersonProtos.Person.Metadata parseDelimitedFrom(InputStream input)
                                                       throws IOException
Throws:
IOException

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static PersonProtos.Person.Metadata.Builder newBuilder()

newBuilderForType

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

newBuilder

public static PersonProtos.Person.Metadata.Builder newBuilder(PersonProtos.Person.Metadata prototype)

toBuilder

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

newBuilderForType

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


Copyright © 2013. All Rights Reserved.