|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UniRefEntry
Encapsulates the data found in all UniRef entries. These databases contain slightly different data items but their XML representation was unified recently so that all three share a common schema. So we have gone for a common object model
| Method Summary | |
|---|---|
List<UniRefMember> |
getMembers()
Returns the members of this UniRefEntry. |
UniRefEntryName |
getName()
Returns the name of this UniRefEntry. |
UniRefRepresentativeMember |
getRepresentativeMember()
Returns the representative member of this UniRefEntry. |
UniRefDatabase |
getUniRefDatabase()
Returns the UniRefDatabase. |
UniRefEntryId |
getUniRefEntryId()
Returns the id of this UniRefEntry. |
Date |
getUpdate()
Returns the last update of this UniRefEntry. |
void |
setMembers(List<UniRefMember> members)
Sets the members of this UniRefEntry to a given list. |
void |
setName(UniRefEntryName name)
Sets the name of this UniRefEntry to a given value. |
void |
setRepresentativeMember(UniRefRepresentativeMember representativeMember)
Sets the representative representativeMember of this UniRefEntry to a given value. |
void |
setUniRefDatabase(UniRefDatabase db)
Sets the UniRefDatabase. |
void |
setUniRefEntryId(UniRefEntryId id)
Sets the id of this UniRefEntry to a given value. |
void |
setUpdate(Date lastUpdate)
Sets the last update of this UniRefEntry to a given value. |
| Method Detail |
|---|
UniRefRepresentativeMember getRepresentativeMember()
...
<entry id="UniRef100_P99999" updated="2005-02-01">
<name>Cytochrome c</name>
<representativeMember>
<dbReference type="UniProtKB ID" id="CYC_HUMAN" >
<property type="UniProtKB accession" value="P99999" />
<property type="UniProtKB accession" value="P00001" />
<property type="UniProtKB accession" value="Q6NUR2" />
<property type="UniProtKB accession" value="Q6NX69" />
<property type="UniProtKB accession" value="Q96BV4" />
<property type="UniParc ID" value="UPI0000128BBF" />
<property type="UniRef90 ID" value="UniRef90_P99999"/>
<property type="UniRef50 ID" value="UniRef50_P99999"/>
<property type="protein name" value="Cytochrome c" />
<property type="NCBI taxonomy" value="9606" />
<property type="source organism" value="Homo sapiens" />
<property type="length" value="104" />
<property type="overlap region" value="2-105" />
</dbReference>
<sequence length="104" checksum="D47C9B513DF1C5C2">
GDVEKGKKIFIMKCSQCHTVEKGGKHKTGPNLHGLFGRKTGQAPGYSYTAANKNKGIIWG
EDTLMEYLENPKKYIPGTKMIFVGIKKKEERADLIAYLKKATNE
</sequence>
</representativeMember>
<member>
<dbReference type="UniProtKB ID" id="Q5RFH4_PONPY" >
<property type="UniProtKB accession" value="Q5RFH4" />
...
void setRepresentativeMember(UniRefRepresentativeMember representativeMember)
...
<entry id="UniRef100_P99999" updated="2005-02-01">
<name>Cytochrome c</name>
<representativeMember>
<dbReference type="UniProtKB ID" id="CYC_HUMAN" >
<property type="UniProtKB accession" value="P99999" />
<property type="UniProtKB accession" value="P00001" />
<property type="UniProtKB accession" value="Q6NUR2" />
<property type="UniProtKB accession" value="Q6NX69" />
<property type="UniProtKB accession" value="Q96BV4" />
<property type="UniParc ID" value="UPI0000128BBF" />
<property type="UniRef90 ID" value="UniRef90_P99999"/>
<property type="UniRef50 ID" value="UniRef50_P99999"/>
<property type="protein name" value="Cytochrome c" />
<property type="NCBI taxonomy" value="9606" />
<property type="source organism" value="Homo sapiens" />
<property type="length" value="104" />
<property type="overlap region" value="2-105" />
</dbReference>
<sequence length="104" checksum="D47C9B513DF1C5C2">
GDVEKGKKIFIMKCSQCHTVEKGGKHKTGPNLHGLFGRKTGQAPGYSYTAANKNKGIIWG
EDTLMEYLENPKKYIPGTKMIFVGIKKKEERADLIAYLKKATNE
</sequence>
</representativeMember>
<representativeMember>
<dbReference type="UniProtKB ID" id="Q5RFH4_PONPY" >
<property type="UniProtKB accession" value="Q5RFH4" />
...
representativeMember - The representative representativeMember of this UniRefEntry.UniRefDatabase getUniRefDatabase()
<UniRef100 releaseDate="2005-06-30" version="45" xmlns="http://uniprot.org/uniref"> <entry id="UniRef100_P99999" updated="2005-02-01"> <name>Cytochrome c</name> <representativeMember> <dbReference type="UniProtKB ID" id="CYC_HUMAN" > <property type="UniProtKB accession" value="P99999" /> ...
void setUniRefDatabase(UniRefDatabase db)
<UniRef100 releaseDate="2005-06-30" version="45" xmlns="http://uniprot.org/uniref"> <entry id="UniRef100_P99999" updated="2005-02-01"> <name>Cytochrome c</name> <representativeMember> <dbReference type="UniProtKB ID" id="CYC_HUMAN" > <property type="UniProtKB accession" value="P99999" /> ...
UniRefEntryId getUniRefEntryId()
<UniRef100 releaseDate="2005-06-30" version="45" xmlns="http://uniprot.org/uniref"> <entry id="UniRef100_P99999" updated="2005-02-01"> <name>Cytochrome c</name> <representativeMember> <dbReference type="UniProtKB ID" id="CYC_HUMAN" > <property type="UniProtKB accession" value="P99999" /> ...
void setUniRefEntryId(UniRefEntryId id)
<UniRef100 releaseDate="2005-06-30" version="45" xmlns="http://uniprot.org/uniref"> <entry id="UniRef100_P99999" updated="2005-02-01"> <name>Cytochrome c</name> <representativeMember> <dbReference type="UniProtKB ID" id="CYC_HUMAN" > <property type="UniProtKB accession" value="P99999" /> ...
id - The id of this UniRefEntry.Date getUpdate()
<UniRef100 releaseDate="2005-06-30" version="45" xmlns="http://uniprot.org/uniref"> <entry id="UniRef100_P99999" updated="2005-02-01"> <name>Cytochrome c</name> <representativeMember> <dbReference type="UniProtKB ID" id="CYC_HUMAN" > <property type="UniProtKB accession" value="P99999" /> ...
void setUpdate(Date lastUpdate)
<UniRef100 releaseDate="2005-06-30" version="45" xmlns="http://uniprot.org/uniref"> <entry id="UniRef100_P99999" updated="2005-02-01"> <name>Cytochrome c</name> <representativeMember> <dbReference type="UniProtKB ID" id="CYC_HUMAN" > <property type="UniProtKB accession" value="P99999" /> ...
lastUpdate - The last update of this UniRefEntry.UniRefEntryName getName()
<UniRef100 releaseDate="2005-06-30" version="45" xmlns="http://uniprot.org/uniref"> <entry id="UniRef100_P99999" updated="2005-02-01"> <name>Cytochrome c</name> <representativeMember> <dbReference type="UniProtKB ID" id="CYC_HUMAN" > <property type="UniProtKB accession" value="P99999" /> ...
void setName(UniRefEntryName name)
<UniRef100 releaseDate="2005-06-30" version="45" xmlns="http://uniprot.org/uniref"> <entry id="UniRef100_P99999" updated="2005-02-01"> <name>Cytochrome c</name> <representativeMember> <dbReference type="UniProtKB ID" id="CYC_HUMAN" > <property type="UniProtKB accession" value="P99999" /> ...
name - The name of this UniRefEntry.List<UniRefMember> getMembers()
...
</sequence>
</representativeMember>
<member>
<dbReference type="UniProtKB ID" id="Q5RFH4_PONPY" >
<property type="UniProtKB accession" value="Q5RFH4" />
<property type="UniParc ID" value="UPI000013EAA0" />
<property type="protein name" value="Hypothetical protein DKFZp468F1016" />
<property type="NCBI taxonomy" value="9600" />
<property type="source organism" value="Pongo pygmaeus" />
<property type="length" value="105" />
<property type="overlap region" value="1-105" />
</dbReference>
</member>
<member>
<dbReference type="UniProtKB ID" id="CYC_GORGO" >
<property type="UniProtKB accession" value="Q6WUX8" />
<property type="UniParc ID" value="UPI0000128BBF" />
<property type="protein name" value="Cytochrome c" />
<property type="NCBI taxonomy" value="9595" />
<property type="source organism" value="Gorilla gorilla gorilla" />
<property type="length" value="104" />
<property type="overlap region" value="2-105" />
</dbReference>
</member>
</entry>
</UniRef100>
void setMembers(List<UniRefMember> members)
...
</sequence>
</representativeMember>
<member>
<dbReference type="UniProtKB ID" id="Q5RFH4_PONPY" >
<property type="UniProtKB accession" value="Q5RFH4" />
<property type="UniParc ID" value="UPI000013EAA0" />
<property type="protein name" value="Hypothetical protein DKFZp468F1016" />
<property type="NCBI taxonomy" value="9600" />
<property type="source organism" value="Pongo pygmaeus" />
<property type="length" value="105" />
<property type="overlap region" value="1-105" />
</dbReference>
</member>
<member>
<dbReference type="UniProtKB ID" id="CYC_GORGO" >
<property type="UniProtKB accession" value="Q6WUX8" />
<property type="UniParc ID" value="UPI0000128BBF" />
<property type="protein name" value="Cytochrome c" />
<property type="NCBI taxonomy" value="9595" />
<property type="source organism" value="Gorilla gorilla gorilla" />
<property type="length" value="104" />
<property type="overlap region" value="2-105" />
</dbReference>
</member>
</entry>
</UniRef100>
members - The members of this UniRefEntry.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||