Package org.uniprot.uniprot
Class ProteinType.SubmittedName
java.lang.Object
org.uniprot.uniprot.ProteinType.SubmittedName
- Enclosing class:
- ProteinType
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fullName" type="{https://uniprot.org/uniprot}evidencedStringType"/>
<element name="ecNumber" type="{https://uniprot.org/uniprot}evidencedStringType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<EvidencedStringType>protected EvidencedStringType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ecNumber property.Gets the value of the fullName property.voidsetFullName(EvidencedStringType value) Sets the value of the fullName property.
-
Field Details
-
fullName
-
ecNumber
-
-
Constructor Details
-
SubmittedName
public SubmittedName()
-
-
Method Details
-
getFullName
Gets the value of the fullName property.- Returns:
- possible object is
EvidencedStringType
-
setFullName
Sets the value of the fullName property.- Parameters:
value- allowed object isEvidencedStringType
-
getEcNumber
Gets the value of the ecNumber 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 ecNumber property.For example, to add a new item, do as follows:
getEcNumber().add(newItem);
Objects of the following type(s) are allowed in the list
EvidencedStringType- Returns:
- The value of the ecNumber property.
-