Class EvidenceType

java.lang.Object
org.uniprot.uniprot.EvidenceType

public class EvidenceType extends Object
Describes the evidence for an annotation. No flat file equivalent.

Java class for evidenceType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="evidenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="source" type="{https://uniprot.org/uniprot}sourceType" minOccurs="0"/>
         <element name="importedFrom" type="{https://uniprot.org/uniprot}importedFromType" minOccurs="0"/>
       </sequence>
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • source

      protected SourceType source
    • importedFrom

      protected ImportedFromType importedFrom
    • type

      protected String type
      Describes the type of an evidence using the Evidence Code Ontology (http://www.obofoundry.org/cgi-bin/detail.cgi?id=evidence_code).
    • key

      protected BigInteger key
      A unique key to link annotations (via 'evidence' attributes) to evidences.
  • Constructor Details

    • EvidenceType

      public EvidenceType()
  • Method Details

    • getSource

      public SourceType getSource()
      Gets the value of the source property.
      Returns:
      possible object is SourceType
    • setSource

      public void setSource(SourceType value)
      Sets the value of the source property.
      Parameters:
      value - allowed object is SourceType
    • getImportedFrom

      public ImportedFromType getImportedFrom()
      Gets the value of the importedFrom property.
      Returns:
      possible object is ImportedFromType
    • setImportedFrom

      public void setImportedFrom(ImportedFromType value)
      Sets the value of the importedFrom property.
      Parameters:
      value - allowed object is ImportedFromType
    • getType

      public String getType()
      Describes the type of an evidence using the Evidence Code Ontology (http://www.obofoundry.org/cgi-bin/detail.cgi?id=evidence_code).
      Returns:
      possible object is String
    • setType

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

      public BigInteger getKey()
      A unique key to link annotations (via 'evidence' attributes) to evidences.
      Returns:
      possible object is BigInteger
    • setKey

      public void setKey(BigInteger value)
      Sets the value of the key property.
      Parameters:
      value - allowed object is BigInteger
      See Also: