Class SubcellularLocationType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected List<EvidencedStringType>protected List<EvidencedStringType>protected List<EvidencedStringType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the location property.Gets the value of the orientation property.Gets the value of the topology property.
-
Field Details
-
location
-
topology
-
orientation
-
-
Constructor Details
-
SubcellularLocationType
public SubcellularLocationType()
-
-
Method Details
-
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
setmethod 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
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
setmethod 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
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
setmethod 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.
-