uk.ac.ebi.jmzidml.model.mzidml
Class SpecificityRules
java.lang.Object
uk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.SpecificityRules
- All Implemented Interfaces:
- Serializable, CvParamListCapable
public class SpecificityRules
- extends MzIdentMLObject
- implements Serializable, CvParamListCapable
The specificity rules of the searched modification including for example the probability of a modification's presence or peptide or protein termini. Standard fixed or variable status should be provided by the attribute fixedMod.
Java class for SpecificityRulesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpecificityRulesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cvParam" type="{http://psidev.info/psi/pi/mzIdentML/1.1}CVParamType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cvParam
protected List<CvParam> cvParam
SpecificityRules
public SpecificityRules()
getCvParam
public List<CvParam> getCvParam()
- Gets the value of the cvParam 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 cvParam property.
For example, to add a new item, do as follows:
getCvParam().add(newItem);
Objects of the following type(s) are allowed in the list
CvParam
- Specified by:
getCvParam
in interface CvParamListCapable
- Returns:
- A List of CvParam objects.
Copyright © 2012. All Rights Reserved.