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

public static final class ProjectProtos.Project.Metadata
extends com.google.protobuf.GeneratedMessage
implements ProjectProtos.Project.MetadataOrBuilder

See Also:
Serialized Form

Nested Class Summary
static class ProjectProtos.Project.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 ACRONYM_FIELD_NUMBER
           
static int CALLIDENTIFIER_FIELD_NUMBER
           
static int CODE_FIELD_NUMBER
           
static int COLLECTEDFROM_FIELD_NUMBER
           
static int CONTRACTTYPE_FIELD_NUMBER
           
static int DURATION_FIELD_NUMBER
           
static int ECSC39_FIELD_NUMBER
           
static int ENDDATE_FIELD_NUMBER
           
static int FUNDINGTREE_FIELD_NUMBER
           
static int KEYWORDS_FIELD_NUMBER
           
static int PID_FIELD_NUMBER
           
static int PROVENANCEACTION_FIELD_NUMBER
           
static int STARTDATE_FIELD_NUMBER
           
static int TITLE_FIELD_NUMBER
           
static int WEBSITEURL_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 String getAcronym()
           
 String getCallidentifier()
           
 String getCode()
           
 String getCollectedfrom()
           
 QualifierProtos.Qualifier getContracttype()
           
 QualifierProtos.QualifierOrBuilder getContracttypeOrBuilder()
           
static ProjectProtos.Project.Metadata getDefaultInstance()
           
 ProjectProtos.Project.Metadata getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 String getDuration()
           
 String getEcsc39()
           
 String getEnddate()
           
 String getFundingtree(int index)
           
 int getFundingtreeCount()
           
 List<String> getFundingtreeList()
           
 String getKeywords()
           
 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()
           
 int getSerializedSize()
           
 String getStartdate()
           
 String getTitle()
           
 String getWebsiteurl()
           
 boolean hasAcronym()
           
 boolean hasCallidentifier()
           
 boolean hasCode()
           
 boolean hasCollectedfrom()
           
 boolean hasContracttype()
           
 boolean hasDuration()
           
 boolean hasEcsc39()
           
 boolean hasEnddate()
           
 boolean hasKeywords()
           
 boolean hasProvenanceaction()
           
 boolean hasStartdate()
           
 boolean hasTitle()
           
 boolean hasWebsiteurl()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static ProjectProtos.Project.Metadata.Builder newBuilder()
           
static ProjectProtos.Project.Metadata.Builder newBuilder(ProjectProtos.Project.Metadata prototype)
           
 ProjectProtos.Project.Metadata.Builder newBuilderForType()
           
protected  ProjectProtos.Project.Metadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static ProjectProtos.Project.Metadata parseDelimitedFrom(InputStream input)
           
static ProjectProtos.Project.Metadata parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProjectProtos.Project.Metadata parseFrom(byte[] data)
           
static ProjectProtos.Project.Metadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProjectProtos.Project.Metadata parseFrom(com.google.protobuf.ByteString data)
           
static ProjectProtos.Project.Metadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProjectProtos.Project.Metadata parseFrom(com.google.protobuf.CodedInputStream input)
           
static ProjectProtos.Project.Metadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProjectProtos.Project.Metadata parseFrom(InputStream input)
           
static ProjectProtos.Project.Metadata parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ProjectProtos.Project.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

WEBSITEURL_FIELD_NUMBER

public static final int WEBSITEURL_FIELD_NUMBER
See Also:
Constant Field Values

CODE_FIELD_NUMBER

public static final int CODE_FIELD_NUMBER
See Also:
Constant Field Values

ACRONYM_FIELD_NUMBER

public static final int ACRONYM_FIELD_NUMBER
See Also:
Constant Field Values

TITLE_FIELD_NUMBER

public static final int TITLE_FIELD_NUMBER
See Also:
Constant Field Values

STARTDATE_FIELD_NUMBER

public static final int STARTDATE_FIELD_NUMBER
See Also:
Constant Field Values

ENDDATE_FIELD_NUMBER

public static final int ENDDATE_FIELD_NUMBER
See Also:
Constant Field Values

CALLIDENTIFIER_FIELD_NUMBER

public static final int CALLIDENTIFIER_FIELD_NUMBER
See Also:
Constant Field Values

KEYWORDS_FIELD_NUMBER

public static final int KEYWORDS_FIELD_NUMBER
See Also:
Constant Field Values

DURATION_FIELD_NUMBER

public static final int DURATION_FIELD_NUMBER
See Also:
Constant Field Values

ECSC39_FIELD_NUMBER

public static final int ECSC39_FIELD_NUMBER
See Also:
Constant Field Values

COLLECTEDFROM_FIELD_NUMBER

public static final int COLLECTEDFROM_FIELD_NUMBER
See Also:
Constant Field Values

FUNDINGTREE_FIELD_NUMBER

public static final int FUNDINGTREE_FIELD_NUMBER
See Also:
Constant Field Values

CONTRACTTYPE_FIELD_NUMBER

public static final int CONTRACTTYPE_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 ProjectProtos.Project.Metadata getDefaultInstance()

getDefaultInstanceForType

public ProjectProtos.Project.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

hasWebsiteurl

public boolean hasWebsiteurl()
Specified by:
hasWebsiteurl in interface ProjectProtos.Project.MetadataOrBuilder

getWebsiteurl

public String getWebsiteurl()
Specified by:
getWebsiteurl in interface ProjectProtos.Project.MetadataOrBuilder

hasCode

public boolean hasCode()
Specified by:
hasCode in interface ProjectProtos.Project.MetadataOrBuilder

getCode

public String getCode()
Specified by:
getCode in interface ProjectProtos.Project.MetadataOrBuilder

hasAcronym

public boolean hasAcronym()
Specified by:
hasAcronym in interface ProjectProtos.Project.MetadataOrBuilder

getAcronym

public String getAcronym()
Specified by:
getAcronym in interface ProjectProtos.Project.MetadataOrBuilder

hasTitle

public boolean hasTitle()
Specified by:
hasTitle in interface ProjectProtos.Project.MetadataOrBuilder

getTitle

public String getTitle()
Specified by:
getTitle in interface ProjectProtos.Project.MetadataOrBuilder

hasStartdate

public boolean hasStartdate()
Specified by:
hasStartdate in interface ProjectProtos.Project.MetadataOrBuilder

getStartdate

public String getStartdate()
Specified by:
getStartdate in interface ProjectProtos.Project.MetadataOrBuilder

hasEnddate

public boolean hasEnddate()
Specified by:
hasEnddate in interface ProjectProtos.Project.MetadataOrBuilder

getEnddate

public String getEnddate()
Specified by:
getEnddate in interface ProjectProtos.Project.MetadataOrBuilder

hasCallidentifier

public boolean hasCallidentifier()
Specified by:
hasCallidentifier in interface ProjectProtos.Project.MetadataOrBuilder

getCallidentifier

public String getCallidentifier()
Specified by:
getCallidentifier in interface ProjectProtos.Project.MetadataOrBuilder

hasKeywords

public boolean hasKeywords()
Specified by:
hasKeywords in interface ProjectProtos.Project.MetadataOrBuilder

getKeywords

public String getKeywords()
Specified by:
getKeywords in interface ProjectProtos.Project.MetadataOrBuilder

hasDuration

public boolean hasDuration()
Specified by:
hasDuration in interface ProjectProtos.Project.MetadataOrBuilder

getDuration

public String getDuration()
Specified by:
getDuration in interface ProjectProtos.Project.MetadataOrBuilder

hasEcsc39

public boolean hasEcsc39()
Specified by:
hasEcsc39 in interface ProjectProtos.Project.MetadataOrBuilder

getEcsc39

public String getEcsc39()
Specified by:
getEcsc39 in interface ProjectProtos.Project.MetadataOrBuilder

hasCollectedfrom

public boolean hasCollectedfrom()
Specified by:
hasCollectedfrom in interface ProjectProtos.Project.MetadataOrBuilder

getCollectedfrom

public String getCollectedfrom()
Specified by:
getCollectedfrom in interface ProjectProtos.Project.MetadataOrBuilder

getFundingtreeList

public List<String> getFundingtreeList()
Specified by:
getFundingtreeList in interface ProjectProtos.Project.MetadataOrBuilder

getFundingtreeCount

public int getFundingtreeCount()
Specified by:
getFundingtreeCount in interface ProjectProtos.Project.MetadataOrBuilder

getFundingtree

public String getFundingtree(int index)
Specified by:
getFundingtree in interface ProjectProtos.Project.MetadataOrBuilder

hasContracttype

public boolean hasContracttype()
Specified by:
hasContracttype in interface ProjectProtos.Project.MetadataOrBuilder

getContracttype

public QualifierProtos.Qualifier getContracttype()
Specified by:
getContracttype in interface ProjectProtos.Project.MetadataOrBuilder

getContracttypeOrBuilder

public QualifierProtos.QualifierOrBuilder getContracttypeOrBuilder()
Specified by:
getContracttypeOrBuilder in interface ProjectProtos.Project.MetadataOrBuilder

hasProvenanceaction

public boolean hasProvenanceaction()
Specified by:
hasProvenanceaction in interface ProjectProtos.Project.MetadataOrBuilder

getProvenanceaction

public QualifierProtos.Qualifier getProvenanceaction()
Specified by:
getProvenanceaction in interface ProjectProtos.Project.MetadataOrBuilder

getProvenanceactionOrBuilder

public QualifierProtos.QualifierOrBuilder getProvenanceactionOrBuilder()
Specified by:
getProvenanceactionOrBuilder in interface ProjectProtos.Project.MetadataOrBuilder

getPidList

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

getPidOrBuilderList

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

getPidCount

public int getPidCount()
Specified by:
getPidCount in interface ProjectProtos.Project.MetadataOrBuilder

getPid

public StructuredPropertyProtos.StructuredProperty getPid(int index)
Specified by:
getPid in interface ProjectProtos.Project.MetadataOrBuilder

getPidOrBuilder

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

parseFrom

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

parseFrom

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

parseFrom

public static ProjectProtos.Project.Metadata parseFrom(InputStream input)
                                                throws IOException
Throws:
IOException

parseFrom

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

parseDelimitedFrom

public static ProjectProtos.Project.Metadata parseDelimitedFrom(InputStream input)
                                                         throws IOException
Throws:
IOException

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static ProjectProtos.Project.Metadata.Builder newBuilder()

newBuilderForType

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

newBuilder

public static ProjectProtos.Project.Metadata.Builder newBuilder(ProjectProtos.Project.Metadata prototype)

toBuilder

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

newBuilderForType

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


Copyright © 2013. All Rights Reserved.