Package org.uniprot.uniprot
Class ProteinExistenceType
java.lang.Object
org.uniprot.uniprot.ProteinExistenceType
Describes the evidence for the protein's existence.
Equivalent to the flat file PE-line.
Java class for proteinExistenceType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="proteinExistenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="evidence at protein level"/>
<enumeration value="evidence at transcript level"/>
<enumeration value="inferred from homology"/>
<enumeration value="predicted"/>
<enumeration value="uncertain"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary