Uses of Class
uk.ac.ebi.jmzidml.model.mzidml.SearchDatabase

Packages that use SearchDatabase
uk.ac.ebi.jmzidml.model.mzidml   
uk.ac.ebi.jmzidml.xml.jaxb.adapters   
 

Uses of SearchDatabase in uk.ac.ebi.jmzidml.model.mzidml
 

Fields in uk.ac.ebi.jmzidml.model.mzidml declared as SearchDatabase
protected  SearchDatabase SearchDatabaseRef.searchDatabase
           
protected  SearchDatabase DBSequence.searchDatabase
           
 

Fields in uk.ac.ebi.jmzidml.model.mzidml with type parameters of type SearchDatabase
protected  List<SearchDatabase> Inputs.searchDatabase
           
 

Methods in uk.ac.ebi.jmzidml.model.mzidml that return SearchDatabase
 SearchDatabase ObjectFactory.createSearchDatabase()
          Create an instance of SearchDatabase
 SearchDatabase SearchDatabaseRef.getSearchDatabase()
           
 SearchDatabase DBSequence.getSearchDatabase()
           
 

Methods in uk.ac.ebi.jmzidml.model.mzidml that return types with arguments of type SearchDatabase
 List<SearchDatabase> Inputs.getSearchDatabase()
          Gets the value of the searchDatabase property.
 

Methods in uk.ac.ebi.jmzidml.model.mzidml with parameters of type SearchDatabase
 void SearchDatabaseRef.setSearchDatabase(SearchDatabase searchDatabase)
           
 void DBSequence.setSearchDatabase(SearchDatabase searchDatabase)
           
 

Uses of SearchDatabase in uk.ac.ebi.jmzidml.xml.jaxb.adapters
 

Methods in uk.ac.ebi.jmzidml.xml.jaxb.adapters that return SearchDatabase
 SearchDatabase SearchDatabaseAdapter.unmarshal(String refId)
           
 

Methods in uk.ac.ebi.jmzidml.xml.jaxb.adapters with parameters of type SearchDatabase
 String SearchDatabaseAdapter.marshal(SearchDatabase sdb)
           
 



Copyright © 2012. All Rights Reserved.