public class DBSequenceType extends IdentifiableType
Java class for DBSequenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DBSequenceType">
<complexContent>
<extension base="{http://psidev.info/psi/pi/mzIdentML/1.2}IdentifiableType">
<sequence>
<element name="Seq" type="{http://psidev.info/psi/pi/mzIdentML/1.2}sequence" minOccurs="0"/>
<group ref="{http://psidev.info/psi/pi/mzIdentML/1.2}ParamGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="length" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="searchDatabase_ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="accession" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accession |
protected Integer |
length |
protected List<AbstractParamType> |
paramGroup |
protected String |
searchDatabaseRef |
protected String |
seq |
id, name| Constructor and Description |
|---|
DBSequenceType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccession()
Gets the value of the accession property.
|
Integer |
getLength()
Gets the value of the length property.
|
List<AbstractParamType> |
getParamGroup()
Additional descriptors for the sequence, such as taxon, description line etc.Gets the value of the paramGroup property.
|
String |
getSearchDatabaseRef()
Gets the value of the searchDatabaseRef property.
|
String |
getSeq()
Gets the value of the seq property.
|
void |
setAccession(String value)
Sets the value of the accession property.
|
void |
setLength(Integer value)
Sets the value of the length property.
|
void |
setSearchDatabaseRef(String value)
Sets the value of the searchDatabaseRef property.
|
void |
setSeq(String value)
Sets the value of the seq property.
|
getId, getName, setId, setNameprotected String seq
protected List<AbstractParamType> paramGroup
protected Integer length
protected String searchDatabaseRef
protected String accession
public void setSeq(String value)
value - allowed object is
Stringpublic List<AbstractParamType> getParamGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the paramGroup property.
For example, to add a new item, do as follows:
getParamGroup().add(newItem);
Objects of the following type(s) are allowed in the list
CVParamType
UserParamType
public Integer getLength()
Integerpublic void setLength(Integer value)
value - allowed object is
Integerpublic String getSearchDatabaseRef()
Stringpublic void setSearchDatabaseRef(String value)
value - allowed object is
Stringpublic String getAccession()
StringCopyright © 2017. All rights reserved.