Class ProteinType.AlternativeName
- 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" minOccurs="0"/>
<element name="shortName" type="{https://uniprot.org/uniprot}evidencedStringType" maxOccurs="unbounded" minOccurs="0"/>
<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 EvidencedStringTypeprotected List<EvidencedStringType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ecNumber property.Gets the value of the fullName property.Gets the value of the shortName property.voidsetFullName(EvidencedStringType value) Sets the value of the fullName property.
-
Field Details
-
fullName
-
shortName
-
ecNumber
-
-
Constructor Details
-
AlternativeName
public AlternativeName()
-
-
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
-
getShortName
Gets the value of the shortName 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 shortName property.For example, to add a new item, do as follows:
getShortName().add(newItem);
Objects of the following type(s) are allowed in the list
EvidencedStringType- Returns:
- The value of the shortName property.
-
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.
-