public class ModificationInfo extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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}nonNegativeInteger" />
<attribute name="mass" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="mod_nterm_mass" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="mod_cterm_mass" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="modified_peptide" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ModAminoacidMass> |
modAminoacidMass |
protected double |
modCtermMass |
protected String |
modifiedPeptide |
protected double |
modNtermMass |
| Constructor and Description |
|---|
ModificationInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<ModAminoacidMass> |
getModAminoacidMass()
Gets the value of the modAminoacidMass property.
|
double |
getModCtermMass()
Gets the value of the modCtermMass property.
|
String |
getModifiedPeptide()
Gets the value of the modifiedPeptide property.
|
double |
getModNtermMass()
Gets the value of the modNtermMass property.
|
void |
setModCtermMass(double value)
Sets the value of the modCtermMass property.
|
void |
setModifiedPeptide(String value)
Sets the value of the modifiedPeptide property.
|
void |
setModNtermMass(double value)
Sets the value of the modNtermMass property.
|
protected List<ModAminoacidMass> modAminoacidMass
protected double modNtermMass
protected double modCtermMass
protected String modifiedPeptide
public List<ModAminoacidMass> getModAminoacidMass()
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 modAminoacidMass property.
For example, to add a new item, do as follows:
getModAminoacidMass().add(newItem);
Objects of the following type(s) are allowed in the list
ModAminoacidMass
public double getModNtermMass()
public void setModNtermMass(double value)
public double getModCtermMass()
public void setModCtermMass(double value)
public String getModifiedPeptide()
StringCopyright © 2017. All rights reserved.