Class CommentType.Kinetics
- 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="KM" type="{https://uniprot.org/uniprot}evidencedStringType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Vmax" type="{https://uniprot.org/uniprot}evidencedStringType" maxOccurs="unbounded" minOccurs="0"/>
<element name="text" type="{https://uniprot.org/uniprot}evidencedStringType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<EvidencedStringType>protected List<EvidencedStringType>protected List<EvidencedStringType> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
km
-
vmax
-
text
-
-
Constructor Details
-
Kinetics
public Kinetics()
-
-
Method Details
-
getKM
Gets the value of the km 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 km property.For example, to add a new item, do as follows:
getKM().add(newItem);
Objects of the following type(s) are allowed in the list
EvidencedStringType- Returns:
- The value of the km property.
-
getVmax
Gets the value of the vmax 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 vmax property.For example, to add a new item, do as follows:
getVmax().add(newItem);
Objects of the following type(s) are allowed in the list
EvidencedStringType- Returns:
- The value of the vmax property.
-
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.
-