Class ProteinType.AlternativeName

java.lang.Object
org.uniprot.uniprot.ProteinType.AlternativeName
Enclosing class:
ProteinType

public static class ProteinType.AlternativeName extends Object

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 Details

  • Constructor Details

    • AlternativeName

      public AlternativeName()
  • Method Details

    • getFullName

      public EvidencedStringType getFullName()
      Gets the value of the fullName property.
      Returns:
      possible object is EvidencedStringType
    • setFullName

      public void setFullName(EvidencedStringType value)
      Sets the value of the fullName property.
      Parameters:
      value - allowed object is EvidencedStringType
    • getShortName

      public List<EvidencedStringType> 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 set method 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

      public List<EvidencedStringType> 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 set method 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.