public class MixtureModelling 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">
<choice maxOccurs="unbounded">
<element name="mixturemodel_distribution" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="posmodel_distribution">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parameter" type="{http://regis-web.systemsbiology.net/pepXML}nameValueType" maxOccurs="unbounded"/>
</sequence>
<attribute name="type" type="{http://regis-web.systemsbiology.net/pepXML}model_dis_type" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="negmodel_distribution">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parameter" type="{http://regis-web.systemsbiology.net/pepXML}nameValueType" maxOccurs="unbounded"/>
</sequence>
<attribute name="type" type="{http://regis-web.systemsbiology.net/pepXML}model_dis_type" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="mixturemodel" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="point" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="pos_dens" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="neg_dens" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pos_bandwidth" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="neg_bandwidth" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
<attribute name="precursor_ion_charge" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="comments" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="prior_probability" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="est_tot_correct" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="tot_num_spectra" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="num_iterations" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comments |
protected float |
estTotCorrect |
protected List<Object> |
mixturemodelDistributionOrMixturemodel |
protected Integer |
numIterations |
protected Integer |
precursorIonCharge |
protected float |
priorProbability |
protected Integer |
totNumSpectra |
| Constructor and Description |
|---|
MixtureModelling() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComments()
Gets the value of the comments property.
|
float |
getEstTotCorrect()
Gets the value of the estTotCorrect property.
|
List<Object> |
getMixturemodelDistributionOrMixturemodel()
Gets the value of the mixturemodelDistributionOrMixturemodel property.
|
Integer |
getNumIterations()
Gets the value of the numIterations property.
|
Integer |
getPrecursorIonCharge()
Gets the value of the precursorIonCharge property.
|
float |
getPriorProbability()
Gets the value of the priorProbability property.
|
Integer |
getTotNumSpectra()
Gets the value of the totNumSpectra property.
|
void |
setComments(String value)
Sets the value of the comments property.
|
void |
setEstTotCorrect(float value)
Sets the value of the estTotCorrect property.
|
void |
setNumIterations(Integer value)
Sets the value of the numIterations property.
|
void |
setPrecursorIonCharge(Integer value)
Sets the value of the precursorIonCharge property.
|
void |
setPriorProbability(float value)
Sets the value of the priorProbability property.
|
void |
setTotNumSpectra(Integer value)
Sets the value of the totNumSpectra property.
|
protected List<Object> mixturemodelDistributionOrMixturemodel
protected Integer precursorIonCharge
protected String comments
protected float priorProbability
protected float estTotCorrect
protected Integer totNumSpectra
protected Integer numIterations
public List<Object> getMixturemodelDistributionOrMixturemodel()
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 mixturemodelDistributionOrMixturemodel property.
For example, to add a new item, do as follows:
getMixturemodelDistributionOrMixturemodel().add(newItem);
Objects of the following type(s) are allowed in the list
MixturemodelDistribution
Mixturemodel
public Integer getPrecursorIonCharge()
Stringpublic void setPrecursorIonCharge(Integer value)
value - allowed object is
Stringpublic String getComments()
Stringpublic void setComments(String value)
value - allowed object is
Stringpublic float getPriorProbability()
public void setPriorProbability(float value)
public float getEstTotCorrect()
public void setEstTotCorrect(float value)
public Integer getTotNumSpectra()
Stringpublic void setTotNumSpectra(Integer value)
value - allowed object is
Stringpublic Integer getNumIterations()
StringCopyright © 2017. All rights reserved.