Class ProteinType.Domain

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

public static class ProteinType.Domain 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">
       <group ref="{https://uniprot.org/uniprot}proteinNameGroup"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Domain

      public Domain()
  • Method Details

    • getRecommendedName

      public ProteinType.RecommendedName getRecommendedName()
      Gets the value of the recommendedName property.
      Returns:
      possible object is ProteinType.RecommendedName
    • setRecommendedName

      public void setRecommendedName(ProteinType.RecommendedName value)
      Sets the value of the recommendedName property.
      Parameters:
      value - allowed object is ProteinType.RecommendedName
    • getAlternativeName

      public List<ProteinType.AlternativeName> getAlternativeName()
      Gets the value of the alternativeName 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 alternativeName property.

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

       getAlternativeName().add(newItem);
       

      Objects of the following type(s) are allowed in the list ProteinType.AlternativeName

      Returns:
      The value of the alternativeName property.
    • getSubmittedName

      public List<ProteinType.SubmittedName> getSubmittedName()
      Gets the value of the submittedName 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 submittedName property.

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

       getSubmittedName().add(newItem);
       

      Objects of the following type(s) are allowed in the list ProteinType.SubmittedName

      Returns:
      The value of the submittedName property.
    • getAllergenName

      public EvidencedStringType getAllergenName()
      Gets the value of the allergenName property.
      Returns:
      possible object is EvidencedStringType
    • setAllergenName

      public void setAllergenName(EvidencedStringType value)
      Sets the value of the allergenName property.
      Parameters:
      value - allowed object is EvidencedStringType
    • getBiotechName

      public EvidencedStringType getBiotechName()
      Gets the value of the biotechName property.
      Returns:
      possible object is EvidencedStringType
    • setBiotechName

      public void setBiotechName(EvidencedStringType value)
      Sets the value of the biotechName property.
      Parameters:
      value - allowed object is EvidencedStringType
    • getCdAntigenName

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

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

       getCdAntigenName().add(newItem);
       

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

      Returns:
      The value of the cdAntigenName property.
    • getInnName

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

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

       getInnName().add(newItem);
       

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

      Returns:
      The value of the innName property.