public class DatabaseTranslationType extends Object
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.2}TranslationTableType" maxOccurs="unbounded"/>
</sequence>
<attribute name="frames" type="{http://psidev.info/psi/pi/mzIdentML/1.2}listOfAllowedFrames" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Integer> |
frames |
protected List<TranslationTableType> |
translationTable |
| Constructor and Description |
|---|
DatabaseTranslationType() |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getFrames()
Gets the value of the frames property.
|
List<TranslationTableType> |
getTranslationTable()
Gets the value of the translationTable property.
|
protected List<TranslationTableType> translationTable
public List<TranslationTableType> 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
TranslationTableType
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
Copyright © 2017. All rights reserved.