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 Integer |
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.
|
Integer |
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(Integer value)
Sets the value of the location property.
|
void |
setMonoisotopicMassDelta(Double value)
Sets the value of the monoisotopicMassDelta property.
|
protected List<CVParamType> cvParam
protected Integer 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 Integer getLocation()
Integerpublic void setLocation(Integer value)
value - allowed object is
Integerpublic 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()
Doublepublic void setAvgMassDelta(Double value)
value - allowed object is
Doublepublic Double getMonoisotopicMassDelta()
DoubleCopyright © 2017. All rights reserved.