public class Gssp extends Sequence
Java class for gssp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="gssp"> <simpleContent> <restriction base="<http://schemas.nmdp.org/spec/hml/1.0.1>sequence"> <attribute name="registered-name"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> </restriction> </simpleType> </attribute> <attribute name="primer-sequence"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> </restriction> </simpleType> </attribute> <attribute name="primer-target"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> </restriction> </simpleType> </attribute> </restriction> </simpleContent> </complexType>
Constructor and Description |
---|
Gssp() |
public Gssp()
Copyright © 2014–2015. All rights reserved.