Class SourceDataType

java.lang.Object
org.uniprot.uniprot.SourceDataType

public class SourceDataType extends Object
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>
 
  • Field Details

    • strainOrPlasmidOrTransposon

      protected List<Object> strainOrPlasmidOrTransposon
  • Constructor Details

    • SourceDataType

      public SourceDataType()
  • Method Details

    • getStrainOrPlasmidOrTransposon

      public List<Object> 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 set method 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.Plasmid SourceDataType.Strain SourceDataType.Tissue SourceDataType.Transposon

      Returns:
      The value of the strainOrPlasmidOrTransposon property.