All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.phenopackets.schema.v1.core.ExternalReferenceOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: base.proto

package org.phenopackets.schema.v1.core;

public interface ExternalReferenceOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.phenopackets.schema.v1.core.ExternalReference)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * e.g. ISBN, PMID:123456, DOI:...,
   * FHIR mapping: Reference.identifier
   * 
* * string id = 1; */ java.lang.String getId(); /** *
   * e.g. ISBN, PMID:123456, DOI:...,
   * FHIR mapping: Reference.identifier
   * 
* * string id = 1; */ com.google.protobuf.ByteString getIdBytes(); /** *
   * FHIR mapping: Reference.display
   * 
* * string description = 2; */ java.lang.String getDescription(); /** *
   * FHIR mapping: Reference.display
   * 
* * string description = 2; */ com.google.protobuf.ByteString getDescriptionBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy