Class ProteinType.Component
- 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">
<group ref="{https://uniprot.org/uniprot}proteinNameGroup"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EvidencedStringTypeprotected List<ProteinType.AlternativeName>protected EvidencedStringTypeprotected List<EvidencedStringType>protected List<EvidencedStringType>protected ProteinType.RecommendedNameprotected List<ProteinType.SubmittedName> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the allergenName property.Gets the value of the alternativeName property.Gets the value of the biotechName property.Gets the value of the cdAntigenName property.Gets the value of the innName property.Gets the value of the recommendedName property.Gets the value of the submittedName property.voidSets the value of the allergenName property.voidSets the value of the biotechName property.voidSets the value of the recommendedName property.
-
Field Details
-
recommendedName
-
alternativeName
-
submittedName
-
allergenName
-
biotechName
-
cdAntigenName
-
innName
-
-
Constructor Details
-
Component
public Component()
-
-
Method Details
-
getRecommendedName
Gets the value of the recommendedName property.- Returns:
- possible object is
ProteinType.RecommendedName
-
setRecommendedName
Sets the value of the recommendedName property.- Parameters:
value- allowed object isProteinType.RecommendedName
-
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
setmethod 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
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
setmethod 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
Gets the value of the allergenName property.- Returns:
- possible object is
EvidencedStringType
-
setAllergenName
Sets the value of the allergenName property.- Parameters:
value- allowed object isEvidencedStringType
-
getBiotechName
Gets the value of the biotechName property.- Returns:
- possible object is
EvidencedStringType
-
setBiotechName
Sets the value of the biotechName property.- Parameters:
value- allowed object isEvidencedStringType
-
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
setmethod 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
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
setmethod 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.
-