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

org.phenopackets.schema.v1.core.IscnAlleleOrBuilder 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 IscnAlleleOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.phenopackets.schema.v1.core.IscnAllele)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string id = 1;
   */
  java.lang.String getId();
  /**
   * string id = 1;
   */
  com.google.protobuf.ByteString
      getIdBytes();

  /**
   * 
   * an ICSN code such as del(6)(q23q24) , t(8;9;11)(q12;p24;p12), +15
   * 
* * string iscn = 2; */ java.lang.String getIscn(); /** *
   * an ICSN code such as del(6)(q23q24) , t(8;9;11)(q12;p24;p12), +15
   * 
* * string iscn = 2; */ com.google.protobuf.ByteString getIscnBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy