Package org.uniprot.uniprot
Class CommentType.Absorption
java.lang.Object
org.uniprot.uniprot.CommentType.Absorption
- Enclosing class:
- CommentType
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="max" type="{https://uniprot.org/uniprot}evidencedStringType" minOccurs="0"/>
<element name="text" type="{https://uniprot.org/uniprot}evidencedStringType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EvidencedStringTypeprotected List<EvidencedStringType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMax()Gets the value of the max property.getText()Gets the value of the text property.voidsetMax(EvidencedStringType value) Sets the value of the max property.
-
Field Details
-
max
-
text
-
-
Constructor Details
-
Absorption
public Absorption()
-
-
Method Details
-
getMax
Gets the value of the max property.- Returns:
- possible object is
EvidencedStringType
-
setMax
Sets the value of the max property.- Parameters:
value- allowed object isEvidencedStringType
-
getText
Gets the value of the text 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 text property.For example, to add a new item, do as follows:
getText().add(newItem);
Objects of the following type(s) are allowed in the list
EvidencedStringType- Returns:
- The value of the text property.
-