Package org.uniprot.uniprot
Class SourceType
java.lang.Object
org.uniprot.uniprot.SourceType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dbReference property.getRef()Gets the value of the ref property.voidsetDbReference(DbReferenceType value) Sets the value of the dbReference property.voidsetRef(BigInteger value) Sets the value of the ref property.
-
Field Details
-
dbReference
-
ref
-
-
Constructor Details
-
SourceType
public SourceType()
-
-
Method Details
-
getDbReference
Gets the value of the dbReference property.- Returns:
- possible object is
DbReferenceType
-
setDbReference
Sets the value of the dbReference property.- Parameters:
value- allowed object isDbReferenceType
-
getRef
Gets the value of the ref property.- Returns:
- possible object is
BigInteger
-
setRef
Sets the value of the ref property.- Parameters:
value- allowed object isBigInteger
-