Class ProteinExistenceType

java.lang.Object
org.uniprot.uniprot.ProteinExistenceType

public class ProteinExistenceType extends Object
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 Details

    • type

      protected String type
  • Constructor Details

    • ProteinExistenceType

      public ProteinExistenceType()
  • Method Details

    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String