uk.ac.ebi.jmzidml.model.mzidml
Class SearchDatabaseRef
java.lang.Object
uk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.SearchDatabaseRef
- All Implemented Interfaces:
- Serializable
public class SearchDatabaseRef
- extends MzIdentMLObject
- implements Serializable
One of the search databases used.
TODO marshalling/ persistor add validation to check for case where someone gets searchDatabase and changes its id without updating ref id in
SearchDatabase and other such clases.
NOTE: There is no setter method for the searchDatabaseRef. This simplifies keeping the searchDatabase object reference and
searchDatabaseRef synchronized.
Java class for SearchDatabaseRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchDatabaseRefType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="searchDatabase_ref" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
searchDatabaseRef
protected String searchDatabaseRef
searchDatabase
protected SearchDatabase searchDatabase
SearchDatabaseRef
public SearchDatabaseRef()
getSearchDatabase
public SearchDatabase getSearchDatabase()
setSearchDatabase
public void setSearchDatabase(SearchDatabase searchDatabase)
getSearchDatabaseRef
public String getSearchDatabaseRef()
- Gets the value of the searchDatabaseRef property.
- Returns:
- possible object is
String
Copyright © 2012. All Rights Reserved.