Class CommentType.Kinetics

java.lang.Object
org.uniprot.uniprot.CommentType.Kinetics
Enclosing class:
CommentType

public static class CommentType.Kinetics 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="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 Details

  • Constructor Details

    • Kinetics

      public Kinetics()
  • Method Details

    • getKM

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

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

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