Package org.uniprot.uniprot
Class ImportedFromType
java.lang.Object
org.uniprot.uniprot.ImportedFromType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dbReference property.voidsetDbReference(DbReferenceType value) Sets the value of the dbReference property.
-
Field Details
-
dbReference
-
-
Constructor Details
-
ImportedFromType
public ImportedFromType()
-
-
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
-