eu.dnetlib.data.proto
Interface ProjectProtos.Project.MetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProjectProtos.Project.Metadata, ProjectProtos.Project.Metadata.Builder
Enclosing class:
ProjectProtos.Project

public static interface ProjectProtos.Project.MetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getAcronym()
           
 String getCallidentifier()
           
 String getCode()
           
 String getCollectedfrom()
           
 QualifierProtos.Qualifier getContracttype()
           
 QualifierProtos.QualifierOrBuilder getContracttypeOrBuilder()
           
 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()
           
 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()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasWebsiteurl

boolean hasWebsiteurl()

getWebsiteurl

String getWebsiteurl()

hasCode

boolean hasCode()

getCode

String getCode()

hasAcronym

boolean hasAcronym()

getAcronym

String getAcronym()

hasTitle

boolean hasTitle()

getTitle

String getTitle()

hasStartdate

boolean hasStartdate()

getStartdate

String getStartdate()

hasEnddate

boolean hasEnddate()

getEnddate

String getEnddate()

hasCallidentifier

boolean hasCallidentifier()

getCallidentifier

String getCallidentifier()

hasKeywords

boolean hasKeywords()

getKeywords

String getKeywords()

hasDuration

boolean hasDuration()

getDuration

String getDuration()

hasEcsc39

boolean hasEcsc39()

getEcsc39

String getEcsc39()

hasCollectedfrom

boolean hasCollectedfrom()

getCollectedfrom

String getCollectedfrom()

getFundingtreeList

List<String> getFundingtreeList()

getFundingtreeCount

int getFundingtreeCount()

getFundingtree

String getFundingtree(int index)

hasContracttype

boolean hasContracttype()

getContracttype

QualifierProtos.Qualifier getContracttype()

getContracttypeOrBuilder

QualifierProtos.QualifierOrBuilder getContracttypeOrBuilder()

hasProvenanceaction

boolean hasProvenanceaction()

getProvenanceaction

QualifierProtos.Qualifier getProvenanceaction()

getProvenanceactionOrBuilder

QualifierProtos.QualifierOrBuilder getProvenanceactionOrBuilder()

getPidList

List<StructuredPropertyProtos.StructuredProperty> getPidList()

getPid

StructuredPropertyProtos.StructuredProperty getPid(int index)

getPidCount

int getPidCount()

getPidOrBuilderList

List<? extends StructuredPropertyProtos.StructuredPropertyOrBuilder> getPidOrBuilderList()

getPidOrBuilder

StructuredPropertyProtos.StructuredPropertyOrBuilder getPidOrBuilder(int index)


Copyright © 2013. All Rights Reserved.