|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.Enzymes
public class Enzymes
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>
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 |
---|
protected List<Enzyme> enzyme
protected Boolean independent
Constructor Detail |
---|
public Enzymes()
Method Detail |
---|
public List<Enzyme> getEnzyme()
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
public Boolean isIndependent()
Boolean
public void setIndependent(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |