public class ModificationInfo extends Object
Java class for modification_info complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="modification_info">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mod" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mod_aminoacid_mass" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="position" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="mass" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="mod_nterm_mass" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="mod_cterm_mass" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="modified_peptide" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="peptide_sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="charge" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="calc_neutral_pep_mass" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
calcNeutralPepMass |
protected Integer |
charge |
protected List<Mod> |
mod |
protected String |
peptideSequence |
| Constructor and Description |
|---|
ModificationInfo() |
| Modifier and Type | Method and Description |
|---|---|
double |
getCalcNeutralPepMass()
Gets the value of the calcNeutralPepMass property.
|
Integer |
getCharge()
Gets the value of the charge property.
|
List<Mod> |
getMod()
Gets the value of the mod property.
|
String |
getPeptideSequence()
Gets the value of the peptideSequence property.
|
void |
setCalcNeutralPepMass(double value)
Sets the value of the calcNeutralPepMass property.
|
void |
setCharge(Integer value)
Sets the value of the charge property.
|
void |
setPeptideSequence(String value)
Sets the value of the peptideSequence property.
|
protected String peptideSequence
protected Integer charge
protected double calcNeutralPepMass
public List<Mod> getMod()
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 mod property.
For example, to add a new item, do as follows:
getMod().add(newItem);
Objects of the following type(s) are allowed in the list
Mod
public String getPeptideSequence()
Stringpublic void setPeptideSequence(String value)
value - allowed object is
Stringpublic Integer getCharge()
Stringpublic void setCharge(Integer value)
value - allowed object is
Stringpublic double getCalcNeutralPepMass()
public void setCalcNeutralPepMass(double value)
Copyright © 2017. All rights reserved.