public class ProteinAnnotation extends Object
Java class for protein_annotation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="protein_annotation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="protein_description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ipi_name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="refseq_name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="swissprot_name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ensembl_name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="trembl_name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="locus_link_name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="flybase" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ensemblName |
protected String |
flybase |
protected String |
ipiName |
protected String |
locusLinkName |
protected String |
proteinDescription |
protected String |
refseqName |
protected String |
swissprotName |
protected String |
tremblName |
| Constructor and Description |
|---|
ProteinAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEnsemblName()
Gets the value of the ensemblName property.
|
String |
getFlybase()
Gets the value of the flybase property.
|
String |
getIpiName()
Gets the value of the ipiName property.
|
String |
getLocusLinkName()
Gets the value of the locusLinkName property.
|
String |
getProteinDescription()
Gets the value of the proteinDescription property.
|
String |
getRefseqName()
Gets the value of the refseqName property.
|
String |
getSwissprotName()
Gets the value of the swissprotName property.
|
String |
getTremblName()
Gets the value of the tremblName property.
|
void |
setEnsemblName(String value)
Sets the value of the ensemblName property.
|
void |
setFlybase(String value)
Sets the value of the flybase property.
|
void |
setIpiName(String value)
Sets the value of the ipiName property.
|
void |
setLocusLinkName(String value)
Sets the value of the locusLinkName property.
|
void |
setProteinDescription(String value)
Sets the value of the proteinDescription property.
|
void |
setRefseqName(String value)
Sets the value of the refseqName property.
|
void |
setSwissprotName(String value)
Sets the value of the swissprotName property.
|
void |
setTremblName(String value)
Sets the value of the tremblName property.
|
protected String proteinDescription
protected String ipiName
protected String refseqName
protected String swissprotName
protected String ensemblName
protected String tremblName
protected String locusLinkName
protected String flybase
public String getProteinDescription()
Stringpublic void setProteinDescription(String value)
value - allowed object is
Stringpublic String getIpiName()
Stringpublic void setIpiName(String value)
value - allowed object is
Stringpublic String getRefseqName()
Stringpublic void setRefseqName(String value)
value - allowed object is
Stringpublic String getSwissprotName()
Stringpublic void setSwissprotName(String value)
value - allowed object is
Stringpublic String getEnsemblName()
Stringpublic void setEnsemblName(String value)
value - allowed object is
Stringpublic String getTremblName()
Stringpublic void setTremblName(String value)
value - allowed object is
Stringpublic String getLocusLinkName()
Stringpublic void setLocusLinkName(String value)
value - allowed object is
Stringpublic String getFlybase()
StringCopyright © 2017. All rights reserved.