eu.dnetlib.data.proto
Class OafProtos.OafRel
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
eu.dnetlib.data.proto.OafProtos.OafRel
- All Implemented Interfaces:
- com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, OafProtos.OafRelOrBuilder, Serializable
- Enclosing class:
- OafProtos
public static final class OafProtos.OafRel
- extends com.google.protobuf.GeneratedMessage
- implements OafProtos.OafRelOrBuilder
- See Also:
- Serialized Form
| 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> |
| Fields inherited from class com.google.protobuf.GeneratedMessage |
alwaysUseFieldBuilders |
| 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 interface com.google.protobuf.MessageOrBuilder |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLite |
toByteArray, toByteString, writeDelimitedTo, writeTo |
RELTYPE_FIELD_NUMBER
public static final int RELTYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
SOURCE_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
- See Also:
- Constant Field Values
TARGET_FIELD_NUMBER
public static final int TARGET_FIELD_NUMBER
- See Also:
- Constant Field Values
CHILD_FIELD_NUMBER
public static final int CHILD_FIELD_NUMBER
- See Also:
- Constant Field Values
CACHEDTARGET_FIELD_NUMBER
public static final int CACHEDTARGET_FIELD_NUMBER
- See Also:
- Constant Field Values
DATASOURCEORGANIZATION_FIELD_NUMBER
public static final int DATASOURCEORGANIZATION_FIELD_NUMBER
- See Also:
- Constant Field Values
PERSONRESULT_FIELD_NUMBER
public static final int PERSONRESULT_FIELD_NUMBER
- See Also:
- Constant Field Values
PROJECTORGANIZATION_FIELD_NUMBER
public static final int PROJECTORGANIZATION_FIELD_NUMBER
- See Also:
- Constant Field Values
RESULTORGANIZATION_FIELD_NUMBER
public static final int RESULTORGANIZATION_FIELD_NUMBER
- See Also:
- Constant Field Values
RESULTPROJECT_FIELD_NUMBER
public static final int RESULTPROJECT_FIELD_NUMBER
- See Also:
- Constant Field Values
INSTANCE_FIELD_NUMBER
public static final int INSTANCE_FIELD_NUMBER
- See Also:
- Constant Field Values
PERSONPERSON_FIELD_NUMBER
public static final int PERSONPERSON_FIELD_NUMBER
- See Also:
- Constant Field Values
RESULTRESULT_FIELD_NUMBER
public static final int RESULTRESULT_FIELD_NUMBER
- See Also:
- Constant Field Values
SIMILARITYREL_FIELD_NUMBER
public static final int SIMILARITYREL_FIELD_NUMBER
- See Also:
- Constant Field Values
DEDUPREL_FIELD_NUMBER
public static final int DEDUPREL_FIELD_NUMBER
- See Also:
- Constant Field Values
SIMILARREL_FIELD_NUMBER
public static final int SIMILARREL_FIELD_NUMBER
- See Also:
- Constant Field Values
getDefaultInstance
public static OafProtos.OafRel getDefaultInstance()
getDefaultInstanceForType
public OafProtos.OafRel 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
hasRelType
public boolean hasRelType()
- Specified by:
hasRelType in interface OafProtos.OafRelOrBuilder
getRelType
public RelTypeProtos.RelType getRelType()
- Specified by:
getRelType in interface OafProtos.OafRelOrBuilder
hasSource
public boolean hasSource()
- Specified by:
hasSource in interface OafProtos.OafRelOrBuilder
getSource
public String getSource()
- Specified by:
getSource in interface OafProtos.OafRelOrBuilder
hasTarget
public boolean hasTarget()
- Specified by:
hasTarget in interface OafProtos.OafRelOrBuilder
getTarget
public String getTarget()
- Specified by:
getTarget in interface OafProtos.OafRelOrBuilder
hasChild
public boolean hasChild()
- Specified by:
hasChild in interface OafProtos.OafRelOrBuilder
getChild
public boolean getChild()
- Specified by:
getChild in interface OafProtos.OafRelOrBuilder
hasCachedTarget
public boolean hasCachedTarget()
- Specified by:
hasCachedTarget in interface OafProtos.OafRelOrBuilder
getCachedTarget
public OafProtos.OafEntity getCachedTarget()
- Specified by:
getCachedTarget in interface OafProtos.OafRelOrBuilder
getCachedTargetOrBuilder
public OafProtos.OafEntityOrBuilder getCachedTargetOrBuilder()
- Specified by:
getCachedTargetOrBuilder in interface OafProtos.OafRelOrBuilder
hasDatasourceOrganization
public boolean hasDatasourceOrganization()
- Specified by:
hasDatasourceOrganization in interface OafProtos.OafRelOrBuilder
getDatasourceOrganization
public DatasourceOrganizationProtos.DatasourceOrganization getDatasourceOrganization()
- Specified by:
getDatasourceOrganization in interface OafProtos.OafRelOrBuilder
getDatasourceOrganizationOrBuilder
public DatasourceOrganizationProtos.DatasourceOrganizationOrBuilder getDatasourceOrganizationOrBuilder()
- Specified by:
getDatasourceOrganizationOrBuilder in interface OafProtos.OafRelOrBuilder
hasPersonResult
public boolean hasPersonResult()
- Specified by:
hasPersonResult in interface OafProtos.OafRelOrBuilder
getPersonResult
public PersonResultProtos.PersonResult getPersonResult()
- Specified by:
getPersonResult in interface OafProtos.OafRelOrBuilder
getPersonResultOrBuilder
public PersonResultProtos.PersonResultOrBuilder getPersonResultOrBuilder()
- Specified by:
getPersonResultOrBuilder in interface OafProtos.OafRelOrBuilder
hasProjectOrganization
public boolean hasProjectOrganization()
- Specified by:
hasProjectOrganization in interface OafProtos.OafRelOrBuilder
getProjectOrganization
public ProjectOrganizationProtos.ProjectOrganization getProjectOrganization()
- Specified by:
getProjectOrganization in interface OafProtos.OafRelOrBuilder
getProjectOrganizationOrBuilder
public ProjectOrganizationProtos.ProjectOrganizationOrBuilder getProjectOrganizationOrBuilder()
- Specified by:
getProjectOrganizationOrBuilder in interface OafProtos.OafRelOrBuilder
hasResultOrganization
public boolean hasResultOrganization()
- Specified by:
hasResultOrganization in interface OafProtos.OafRelOrBuilder
getResultOrganization
public ResultOrganizationProtos.ResultOrganization getResultOrganization()
- Specified by:
getResultOrganization in interface OafProtos.OafRelOrBuilder
getResultOrganizationOrBuilder
public ResultOrganizationProtos.ResultOrganizationOrBuilder getResultOrganizationOrBuilder()
- Specified by:
getResultOrganizationOrBuilder in interface OafProtos.OafRelOrBuilder
hasResultProject
public boolean hasResultProject()
- Specified by:
hasResultProject in interface OafProtos.OafRelOrBuilder
getResultProject
public ResultProjectProtos.ResultProject getResultProject()
- Specified by:
getResultProject in interface OafProtos.OafRelOrBuilder
getResultProjectOrBuilder
public ResultProjectProtos.ResultProjectOrBuilder getResultProjectOrBuilder()
- Specified by:
getResultProjectOrBuilder in interface OafProtos.OafRelOrBuilder
hasInstance
public boolean hasInstance()
- Specified by:
hasInstance in interface OafProtos.OafRelOrBuilder
getInstance
public InstanceProtos.Instance getInstance()
- Specified by:
getInstance in interface OafProtos.OafRelOrBuilder
getInstanceOrBuilder
public InstanceProtos.InstanceOrBuilder getInstanceOrBuilder()
- Specified by:
getInstanceOrBuilder in interface OafProtos.OafRelOrBuilder
hasPersonPerson
public boolean hasPersonPerson()
- Specified by:
hasPersonPerson in interface OafProtos.OafRelOrBuilder
getPersonPerson
public PersonPersonProtos.PersonPerson getPersonPerson()
- Specified by:
getPersonPerson in interface OafProtos.OafRelOrBuilder
getPersonPersonOrBuilder
public PersonPersonProtos.PersonPersonOrBuilder getPersonPersonOrBuilder()
- Specified by:
getPersonPersonOrBuilder in interface OafProtos.OafRelOrBuilder
hasResultResult
public boolean hasResultResult()
- Specified by:
hasResultResult in interface OafProtos.OafRelOrBuilder
getResultResult
public ResultResultProtos.ResultResult getResultResult()
- Specified by:
getResultResult in interface OafProtos.OafRelOrBuilder
getResultResultOrBuilder
public ResultResultProtos.ResultResultOrBuilder getResultResultOrBuilder()
- Specified by:
getResultResultOrBuilder in interface OafProtos.OafRelOrBuilder
hasSimilarityRel
public boolean hasSimilarityRel()
- Specified by:
hasSimilarityRel in interface OafProtos.OafRelOrBuilder
getSimilarityRel
public SimilarityRelProtos.SimilarityRel getSimilarityRel()
- Specified by:
getSimilarityRel in interface OafProtos.OafRelOrBuilder
getSimilarityRelOrBuilder
public SimilarityRelProtos.SimilarityRelOrBuilder getSimilarityRelOrBuilder()
- Specified by:
getSimilarityRelOrBuilder in interface OafProtos.OafRelOrBuilder
hasDedupRel
public boolean hasDedupRel()
- Specified by:
hasDedupRel in interface OafProtos.OafRelOrBuilder
getDedupRel
public DedupRelProtos.DedupRel getDedupRel()
- Specified by:
getDedupRel in interface OafProtos.OafRelOrBuilder
getDedupRelOrBuilder
public DedupRelProtos.DedupRelOrBuilder getDedupRelOrBuilder()
- Specified by:
getDedupRelOrBuilder in interface OafProtos.OafRelOrBuilder
hasSimilarRel
public boolean hasSimilarRel()
- Specified by:
hasSimilarRel in interface OafProtos.OafRelOrBuilder
getSimilarRel
public SimilarRelProtos.SimilarRel getSimilarRel()
- Specified by:
getSimilarRel in interface OafProtos.OafRelOrBuilder
getSimilarRelOrBuilder
public SimilarRelProtos.SimilarRelOrBuilder getSimilarRelOrBuilder()
- Specified by:
getSimilarRelOrBuilder in interface OafProtos.OafRelOrBuilder
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 OafProtos.OafRel parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static OafProtos.OafRel parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static OafProtos.OafRel parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static OafProtos.OafRel parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static OafProtos.OafRel parseFrom(InputStream input)
throws IOException
- Throws:
IOException
parseFrom
public static OafProtos.OafRel parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
- Throws:
IOException
parseDelimitedFrom
public static OafProtos.OafRel parseDelimitedFrom(InputStream input)
throws IOException
- Throws:
IOException
parseDelimitedFrom
public static OafProtos.OafRel parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
- Throws:
IOException
parseFrom
public static OafProtos.OafRel parseFrom(com.google.protobuf.CodedInputStream input)
throws IOException
- Throws:
IOException
parseFrom
public static OafProtos.OafRel parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
- Throws:
IOException
newBuilder
public static OafProtos.OafRel.Builder newBuilder()
newBuilderForType
public OafProtos.OafRel.Builder newBuilderForType()
- Specified by:
newBuilderForType in interface com.google.protobuf.Message- Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite
newBuilder
public static OafProtos.OafRel.Builder newBuilder(OafProtos.OafRel prototype)
toBuilder
public OafProtos.OafRel.Builder toBuilder()
- Specified by:
toBuilder in interface com.google.protobuf.Message- Specified by:
toBuilder in interface com.google.protobuf.MessageLite
newBuilderForType
protected OafProtos.OafRel.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
- Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage
Copyright © 2013. All Rights Reserved.