public class IndistinguishablePeptide 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="modification_info" type="{http://regis-web.systemsbiology.net/protXML}modification_info" maxOccurs="unbounded" minOccurs="0"/>
</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<ModificationInfo> |
modificationInfo |
protected String |
peptideSequence |
| Constructor and Description |
|---|
IndistinguishablePeptide() |
| 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<ModificationInfo> |
getModificationInfo()
Gets the value of the modificationInfo 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 List<ModificationInfo> modificationInfo
protected String peptideSequence
protected Integer charge
protected double calcNeutralPepMass
public List<ModificationInfo> getModificationInfo()
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 modificationInfo property.
For example, to add a new item, do as follows:
getModificationInfo().add(newItem);
Objects of the following type(s) are allowed in the list
ModificationInfo
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.