org.nmdp.ngs.hml.jaxb.SubAmplification Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.10-b140310.1920
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.06.03 at 09:54:38 AM CDT
//
package org.nmdp.ngs.hml.jaxb;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
*
* Identifies sub-amplification primers. These primers are used to resolve
* ambiguities and may be used either concurrently with or after the
* amplification step.
*
* Attributes:
* -----------
* - registered-name: Identifies the amplification primer. Must be
* recognized by the message recipient. (string, required)
*
* Data:
* ----
* - sequence: IUPAC nucleotide sequence (string, required)
*
*
* Java class for sub-amplification complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="sub-amplification">
* <simpleContent>
* <restriction base="<http://schemas.nmdp.org/spec/hml/1.0.1>sequence">
* <attribute name="registered-name" use="required">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <minLength value="1"/>
* </restriction>
* </simpleType>
* </attribute>
* </restriction>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "sub-amplification")
public class SubAmplification
extends Sequence
{
}