Package org.uniprot.uniprot
Class EvidenceType
java.lang.Object
org.uniprot.uniprot.EvidenceType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected ImportedFromTypeprotected BigIntegerA unique key to link annotations (via 'evidence' attributes) to evidences.protected SourceTypeprotected StringDescribes the type of an evidence using the Evidence Code Ontology (http://www.obofoundry.org/cgi-bin/detail.cgi? -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the importedFrom property.getKey()A unique key to link annotations (via 'evidence' attributes) to evidences.Gets the value of the source property.getType()Describes the type of an evidence using the Evidence Code Ontology (http://www.obofoundry.org/cgi-bin/detail.cgi?voidsetImportedFrom(ImportedFromType value) Sets the value of the importedFrom property.voidsetKey(BigInteger value) Sets the value of the key property.voidsetSource(SourceType value) Sets the value of the source property.voidSets the value of the type property.
-
Field Details
-
source
-
importedFrom
-
type
Describes the type of an evidence using the Evidence Code Ontology (http://www.obofoundry.org/cgi-bin/detail.cgi?id=evidence_code). -
key
A unique key to link annotations (via 'evidence' attributes) to evidences.
-
-
Constructor Details
-
EvidenceType
public EvidenceType()
-
-
Method Details
-
getSource
Gets the value of the source property.- Returns:
- possible object is
SourceType
-
setSource
Sets the value of the source property.- Parameters:
value- allowed object isSourceType
-
getImportedFrom
Gets the value of the importedFrom property.- Returns:
- possible object is
ImportedFromType
-
setImportedFrom
Sets the value of the importedFrom property.- Parameters:
value- allowed object isImportedFromType
-
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
Sets the value of the type property. -
getKey
A unique key to link annotations (via 'evidence' attributes) to evidences.- Returns:
- possible object is
BigInteger
-
setKey
Sets the value of the key property.- Parameters:
value- allowed object isBigInteger- See Also:
-