Class ReferenceType
Java class for referenceType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="referenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="citation" type="{https://uniprot.org/uniprot}citationType"/>
<group ref="{https://uniprot.org/uniprot}sptrCitationGroup"/>
</sequence>
<attribute name="evidence" type="{https://uniprot.org/uniprot}intListType" />
<attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the citation property.Gets the value of the evidence property.getKey()Gets the value of the key property.getScope()Describes the scope of a citation.Gets the value of the source property.voidsetCitation(CitationType value) Sets the value of the citation property.voidSets the value of the key property.voidsetSource(SourceDataType value) Sets the value of the source property.
-
Field Details
-
citation
-
scope
Describes the scope of a citation. Equivalent to the flat file RP-line. -
source
-
evidence
-
key
-
-
Constructor Details
-
ReferenceType
public ReferenceType()
-
-
Method Details
-
getCitation
Gets the value of the citation property.- Returns:
- possible object is
CitationType
-
setCitation
Sets the value of the citation property.- Parameters:
value- allowed object isCitationType
-
getScope
Describes the scope of a citation. Equivalent to the flat file RP-line. Gets the value of the scope property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the scope property.For example, to add a new item, do as follows:
getScope().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the scope property.
-
getSource
Gets the value of the source property.- Returns:
- possible object is
SourceDataType
-
setSource
Sets the value of the source property.- Parameters:
value- allowed object isSourceDataType
-
getEvidence
Gets the value of the evidence property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the evidence property.For example, to add a new item, do as follows:
getEvidence().add(newItem);
Objects of the following type(s) are allowed in the list
Integer- Returns:
- The value of the evidence property.
-
getKey
Gets the value of the key property.- Returns:
- possible object is
String
-
setKey
Sets the value of the key property.- Parameters:
value- allowed object isString
-