Class ImportedFromType

java.lang.Object
org.uniprot.uniprot.ImportedFromType

public class ImportedFromType extends Object
Describes the source of the evidence, when it is not assigned by UniProt, but imported from an external database.

Java class for importedFromType complex type

.

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


 <complexType name="importedFromType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dbReference" type="{https://uniprot.org/uniprot}dbReferenceType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ImportedFromType

      public ImportedFromType()
  • Method Details

    • getDbReference

      public DbReferenceType getDbReference()
      Gets the value of the dbReference property.
      Returns:
      possible object is DbReferenceType
    • setDbReference

      public void setDbReference(DbReferenceType value)
      Sets the value of the dbReference property.
      Parameters:
      value - allowed object is DbReferenceType