org.nmdp.gl.client.xml.jaxb.Locus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gl-client Show documentation
Show all versions of gl-client Show documentation
Client library for the URI-based RESTful service for the gl project.
The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.05.26 at 09:52:20 PM CDT
//
package org.nmdp.gl.client.xml.jaxb;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* A locus identifies a genomic location at which alleles may be defined. The locus representation in GL String format must not contain any of the following characters: '*', '/', '~', '+', '|', '^'.
*
* Java class for Locus complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="Locus">
* <complexContent>
* <extension base="{https://gl.immunogenomics.org/gl-resource}GlResource">
* <sequence>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Locus")
public class Locus
extends GlResource
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy