public class ModificationType extends Object
Java class for ModificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cvParam" type="{http://psidev.info/psi/pi/mzIdentML/1.2}CVParamType" maxOccurs="unbounded"/>
</sequence>
<attribute name="location" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="residues" type="{http://psidev.info/psi/pi/mzIdentML/1.2}listOfChars" />
<attribute name="avgMassDelta" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="monoisotopicMassDelta" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
avgMassDelta |
protected List<CVParamType> |
cvParam |
protected int |
location |
protected double |
monoisotopicMassDelta |
protected List<String> |
residues |
| Constructor and Description |
|---|
ModificationType() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAvgMassDelta()
Gets the value of the avgMassDelta property.
|
List<CVParamType> |
getCvParam()
Gets the value of the cvParam property.
|
int |
getLocation()
Gets the value of the location property.
|
double |
getMonoisotopicMassDelta()
Gets the value of the monoisotopicMassDelta property.
|
List<String> |
getResidues()
Gets the value of the residues property.
|
void |
setAvgMassDelta(double value)
Sets the value of the avgMassDelta property.
|
void |
setLocation(int value)
Sets the value of the location property.
|
void |
setMonoisotopicMassDelta(double value)
Sets the value of the monoisotopicMassDelta property.
|
protected List<CVParamType> cvParam
protected int location
protected double avgMassDelta
protected double monoisotopicMassDelta
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 int getLocation()
public void setLocation(int 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
public double getAvgMassDelta()
public void setAvgMassDelta(double value)
public double getMonoisotopicMassDelta()
public void setMonoisotopicMassDelta(double value)
Copyright © 2017. All rights reserved.