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

java.lang.Object
  extended by uk.ac.ebi.jmzidml.model.MzIdentMLObject
      extended by 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

Field Summary
protected  SearchDatabase searchDatabase
           
protected  String searchDatabaseRef
           
 
Constructor Summary
SearchDatabaseRef()
           
 
Method Summary
 SearchDatabase getSearchDatabase()
           
 String getSearchDatabaseRef()
          Gets the value of the searchDatabaseRef property.
 void setSearchDatabase(SearchDatabase searchDatabase)
           
 
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

searchDatabaseRef

protected String searchDatabaseRef

searchDatabase

protected SearchDatabase searchDatabase
Constructor Detail

SearchDatabaseRef

public SearchDatabaseRef()
Method Detail

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.