Class SourceType

java.lang.Object
org.uniprot.uniprot.SourceType

public class SourceType extends Object
Describes the source of the data using a database cross-reference (or a 'ref' attribute when the source cannot be found in a public data source, such as PubMed, and is cited only within the UniProtKB entry).

Java class for sourceType complex type

.

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


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

  • Constructor Details

    • SourceType

      public SourceType()
  • 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
    • getRef

      public BigInteger getRef()
      Gets the value of the ref property.
      Returns:
      possible object is BigInteger
    • setRef

      public void setRef(BigInteger value)
      Sets the value of the ref property.
      Parameters:
      value - allowed object is BigInteger