uk.ac.ebi.jmzidml.model.mzidml
Class DatabaseTranslation

java.lang.Object
  extended by uk.ac.ebi.jmzidml.model.MzIdentMLObject
      extended by uk.ac.ebi.jmzidml.model.mzidml.DatabaseTranslation
All Implemented Interfaces:
Serializable

public class DatabaseTranslation
extends MzIdentMLObject
implements Serializable

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>
 

See Also:
Serialized Form

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

translationTable

protected List<TranslationTable> translationTable

frames

protected List<Integer> frames
Constructor Detail

DatabaseTranslation

public DatabaseTranslation()
Method Detail

getTranslationTable

public List<TranslationTable> getTranslationTable()
Gets the value of the translationTable property.

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

Returns:
translationTable A list of translation tables.

getFrames

public List<Integer> getFrames()
Gets the value of the frames property.

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

Returns:
frames A list of frames.


Copyright © 2012. All Rights Reserved.