Class SubcellularLocationType

java.lang.Object
org.uniprot.uniprot.SubcellularLocationType

public class SubcellularLocationType extends Object
Describes the subcellular location and optionally the topology and orientation of a molecule.

Java class for subcellularLocationType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="subcellularLocationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="location" type="{https://uniprot.org/uniprot}evidencedStringType" maxOccurs="unbounded"/>
         <element name="topology" type="{https://uniprot.org/uniprot}evidencedStringType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="orientation" type="{https://uniprot.org/uniprot}evidencedStringType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SubcellularLocationType

      public SubcellularLocationType()
  • Method Details

    • getLocation

      public List<EvidencedStringType> getLocation()
      Gets the value of the location 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 location property.

      For example, to add a new item, do as follows:

       getLocation().add(newItem);
       

      Objects of the following type(s) are allowed in the list EvidencedStringType

      Returns:
      The value of the location property.
    • getTopology

      public List<EvidencedStringType> getTopology()
      Gets the value of the topology 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 topology property.

      For example, to add a new item, do as follows:

       getTopology().add(newItem);
       

      Objects of the following type(s) are allowed in the list EvidencedStringType

      Returns:
      The value of the topology property.
    • getOrientation

      public List<EvidencedStringType> getOrientation()
      Gets the value of the orientation 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 orientation property.

      For example, to add a new item, do as follows:

       getOrientation().add(newItem);
       

      Objects of the following type(s) are allowed in the list EvidencedStringType

      Returns:
      The value of the orientation property.