uk.ac.ebi.jmzidml.model.mzidml
Class Enzymes

java.lang.Object
  extended by uk.ac.ebi.jmzidml.model.MzIdentMLObject
      extended by uk.ac.ebi.jmzidml.model.mzidml.Enzymes
All Implemented Interfaces:
Serializable

public class Enzymes
extends MzIdentMLObject
implements Serializable

The list of enzymes used in experiment

Java class for EnzymesType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EnzymesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Enzyme" type="{http://psidev.info/psi/pi/mzIdentML/1.1}EnzymeType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="independent" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Enzyme> enzyme
           
protected  Boolean independent
           
 
Constructor Summary
Enzymes()
           
 
Method Summary
 List<Enzyme> getEnzyme()
          Gets the value of the enzyme property.
 Boolean isIndependent()
          Gets the value of the independent property.
 void setIndependent(Boolean value)
          Sets the value of the independent property.
 
Methods inherited from class uk.ac.ebi.jmzidml.model.MzIdentMLObject
getHid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enzyme

protected List<Enzyme> enzyme

independent

protected Boolean independent
Constructor Detail

Enzymes

public Enzymes()
Method Detail

getEnzyme

public List<Enzyme> getEnzyme()
Gets the value of the enzyme 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 enzyme property.

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

    getEnzyme().add(newItem);
 

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


isIndependent

public Boolean isIndependent()
Gets the value of the independent property.

Returns:
possible object is Boolean

setIndependent

public void setIndependent(Boolean value)
Sets the value of the independent property.

Parameters:
value - allowed object is Boolean


Copyright © 2012. All Rights Reserved.