public class DBReferenceInfo extends Qualifier
UniprotProxySequenceReader is used
to load a protein sequence| Constructor and Description |
|---|
DBReferenceInfo(String database,
String id)
The source database and id
|
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String type,
String value)
Add a property and type to associate with this DBReferenceInfo
|
String |
getDatabase() |
String |
getId() |
LinkedHashMap<String,String> |
getProperties()
Get the properties
|
void |
setDatabase(String database) |
void |
setId(String id) |
void |
setProperties(LinkedHashMap<String,String> properties) |
String |
toString() |
getName, getValue, needsQuotes, setName, setNeedsQuotes, setValuepublic void addProperty(String type, String value)
type - value - public LinkedHashMap<String,String> getProperties()
public void setProperties(LinkedHashMap<String,String> properties)
properties - the properties to setpublic String getDatabase()
public void setDatabase(String database)
database - the database to setpublic String getId()
public void setId(String id)
id - the id to setCopyright © 2000–2016 BioJava. All rights reserved.