public class SearchModificationType extends Object
Java class for SearchModificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchModificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SpecificityRules" type="{http://psidev.info/psi/pi/mzIdentML/1.2}SpecificityRulesType" maxOccurs="unbounded" minOccurs="0"/>
<element name="cvParam" type="{http://psidev.info/psi/pi/mzIdentML/1.2}CVParamType" maxOccurs="unbounded"/>
</sequence>
<attribute name="fixedMod" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="massDelta" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="residues" use="required" type="{http://psidev.info/psi/pi/mzIdentML/1.2}listOfCharsOrAny" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CVParamType> |
cvParam |
protected boolean |
fixedMod |
protected float |
massDelta |
protected List<String> |
residues |
protected List<SpecificityRulesType> |
specificityRules |
| Constructor and Description |
|---|
SearchModificationType() |
| Modifier and Type | Method and Description |
|---|---|
List<CVParamType> |
getCvParam()
Gets the value of the cvParam property.
|
float |
getMassDelta()
Gets the value of the massDelta property.
|
List<String> |
getResidues()
Gets the value of the residues property.
|
List<SpecificityRulesType> |
getSpecificityRules()
Gets the value of the specificityRules property.
|
boolean |
isFixedMod()
Gets the value of the fixedMod property.
|
void |
setFixedMod(boolean value)
Sets the value of the fixedMod property.
|
void |
setMassDelta(float value)
Sets the value of the massDelta property.
|
protected List<SpecificityRulesType> specificityRules
protected List<CVParamType> cvParam
protected boolean fixedMod
protected float massDelta
public List<SpecificityRulesType> getSpecificityRules()
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 specificityRules property.
For example, to add a new item, do as follows:
getSpecificityRules().add(newItem);
Objects of the following type(s) are allowed in the list
SpecificityRulesType
public List<CVParamType> getCvParam()
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
CVParamType
public boolean isFixedMod()
public void setFixedMod(boolean value)
public float getMassDelta()
public void setMassDelta(float value)
public List<String> getResidues()
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 residues property.
For example, to add a new item, do as follows:
getResidues().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2017. All rights reserved.