|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.DatabaseTranslation
public class DatabaseTranslation
A specification of how a nucleic acid sequence database was translated for searching.
Java class for DatabaseTranslationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatabaseTranslationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TranslationTable" type="{http://psidev.info/psi/pi/mzIdentML/1.1}TranslationTableType" maxOccurs="unbounded"/> </sequence> <attribute name="frames" type="{http://psidev.info/psi/pi/mzIdentML/1.1}listOfAllowedFrames" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Integer> |
frames
|
protected List<TranslationTable> |
translationTable
|
Constructor Summary | |
---|---|
DatabaseTranslation()
|
Method Summary | |
---|---|
List<Integer> |
getFrames()
Gets the value of the frames property. |
List<TranslationTable> |
getTranslationTable()
Gets the value of the translationTable property. |
Methods inherited from class uk.ac.ebi.jmzidml.model.MzIdentMLObject |
---|
getHid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<TranslationTable> translationTable
protected List<Integer> frames
Constructor Detail |
---|
public DatabaseTranslation()
Method Detail |
---|
public List<TranslationTable> getTranslationTable()
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 translationTable property.
For example, to add a new item, do as follows:
getTranslationTable().add(newItem);
Objects of the following type(s) are allowed in the list
TranslationTable
public List<Integer> getFrames()
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 frames property.
For example, to add a new item, do as follows:
getFrames().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |