# Generated by the protocol buffer compiler.  DO NOT EDIT!

from google.protobuf import descriptor
from google.protobuf import message
from google.protobuf import reflection
from google.protobuf import descriptor_pb2
# @@protoc_insertion_point(imports)


import eu.dnetlib.data.proto.RelMetadata_pb2

DESCRIPTOR = descriptor.FileDescriptor(
  name='eu/dnetlib/data/proto/Project_Organization.proto',
  package='eu.dnetlib.data.proto',
  serialized_pb='\n0eu/dnetlib/data/proto/Project_Organization.proto\x12\x15\x65u.dnetlib.data.proto\x1a\'eu/dnetlib/data/proto/RelMetadata.proto\"\x80\x01\n\x13ProjectOrganization\x12\x37\n\x0brelMetadata\x18\x01 \x02(\x0b\x32\".eu.dnetlib.data.proto.RelMetadata\x12\x19\n\x11participantnumber\x18\x02 \x01(\t\x12\x15\n\rcontactperson\x18\x03 \x01(\tB2\n\x15\x65u.dnetlib.data.protoB\x19ProjectOrganizationProtos')




_PROJECTORGANIZATION = descriptor.Descriptor(
  name='ProjectOrganization',
  full_name='eu.dnetlib.data.proto.ProjectOrganization',
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    descriptor.FieldDescriptor(
      name='relMetadata', full_name='eu.dnetlib.data.proto.ProjectOrganization.relMetadata', index=0,
      number=1, type=11, cpp_type=10, label=2,
      has_default_value=False, default_value=None,
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      options=None),
    descriptor.FieldDescriptor(
      name='participantnumber', full_name='eu.dnetlib.data.proto.ProjectOrganization.participantnumber', index=1,
      number=2, type=9, cpp_type=9, label=1,
      has_default_value=False, default_value=unicode("", "utf-8"),
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      options=None),
    descriptor.FieldDescriptor(
      name='contactperson', full_name='eu.dnetlib.data.proto.ProjectOrganization.contactperson', index=2,
      number=3, type=9, cpp_type=9, label=1,
      has_default_value=False, default_value=unicode("", "utf-8"),
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      options=None),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  options=None,
  is_extendable=False,
  extension_ranges=[],
  serialized_start=117,
  serialized_end=245,
)

_PROJECTORGANIZATION.fields_by_name['relMetadata'].message_type = eu.dnetlib.data.proto.RelMetadata_pb2._RELMETADATA
DESCRIPTOR.message_types_by_name['ProjectOrganization'] = _PROJECTORGANIZATION

class ProjectOrganization(message.Message):
  __metaclass__ = reflection.GeneratedProtocolMessageType
  DESCRIPTOR = _PROJECTORGANIZATION
  
  # @@protoc_insertion_point(class_scope:eu.dnetlib.data.proto.ProjectOrganization)

# @@protoc_insertion_point(module_scope)
