Package org.uniprot.uniprot
Class SourceDataType
java.lang.Object
org.uniprot.uniprot.SourceDataType
Describes the source of the sequence according to the citation.
Equivalent to the flat file RC-line.
Java class for sourceDataType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="sourceDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="strain">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="evidence" type="{https://uniprot.org/uniprot}intListType" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="plasmid">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="evidence" type="{https://uniprot.org/uniprot}intListType" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="transposon">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="evidence" type="{https://uniprot.org/uniprot}intListType" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="tissue">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="evidence" type="{https://uniprot.org/uniprot}intListType" />
</extension>
</simpleContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex typestatic classJava class for anonymous complex typestatic classJava class for anonymous complex typestatic classJava class for anonymous complex type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the strainOrPlasmidOrTransposon property.
-
Field Details
-
strainOrPlasmidOrTransposon
-
-
Constructor Details
-
SourceDataType
public SourceDataType()
-
-
Method Details
-
getStrainOrPlasmidOrTransposon
Gets the value of the strainOrPlasmidOrTransposon 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 strainOrPlasmidOrTransposon property.For example, to add a new item, do as follows:
getStrainOrPlasmidOrTransposon().add(newItem);
Objects of the following type(s) are allowed in the list
SourceDataType.PlasmidSourceDataType.StrainSourceDataType.TissueSourceDataType.Transposon- Returns:
- The value of the strainOrPlasmidOrTransposon property.
-