public static class PeptideprophetSummary.MixtureModelling.MixturemodelDistribution 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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
PeptideprophetSummary.MixtureModelling.MixturemodelDistribution.NegmodelDistribution
Java class for anonymous complex type.
|
static class |
PeptideprophetSummary.MixtureModelling.MixturemodelDistribution.PosmodelDistribution
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected PeptideprophetSummary.MixtureModelling.MixturemodelDistribution.NegmodelDistribution |
negmodelDistribution |
protected PeptideprophetSummary.MixtureModelling.MixturemodelDistribution.PosmodelDistribution |
posmodelDistribution |
| Constructor and Description |
|---|
PeptideprophetSummary.MixtureModelling.MixturemodelDistribution() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
PeptideprophetSummary.MixtureModelling.MixturemodelDistribution.NegmodelDistribution |
getNegmodelDistribution()
Gets the value of the negmodelDistribution property.
|
PeptideprophetSummary.MixtureModelling.MixturemodelDistribution.PosmodelDistribution |
getPosmodelDistribution()
Gets the value of the posmodelDistribution property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNegmodelDistribution(PeptideprophetSummary.MixtureModelling.MixturemodelDistribution.NegmodelDistribution value)
Sets the value of the negmodelDistribution property.
|
void |
setPosmodelDistribution(PeptideprophetSummary.MixtureModelling.MixturemodelDistribution.PosmodelDistribution value)
Sets the value of the posmodelDistribution property.
|
protected PeptideprophetSummary.MixtureModelling.MixturemodelDistribution.PosmodelDistribution posmodelDistribution
protected PeptideprophetSummary.MixtureModelling.MixturemodelDistribution.NegmodelDistribution negmodelDistribution
protected String name
public PeptideprophetSummary.MixtureModelling.MixturemodelDistribution()
public PeptideprophetSummary.MixtureModelling.MixturemodelDistribution.PosmodelDistribution getPosmodelDistribution()
PeptideprophetSummary.MixtureModelling.MixturemodelDistribution.PosmodelDistributionpublic void setPosmodelDistribution(PeptideprophetSummary.MixtureModelling.MixturemodelDistribution.PosmodelDistribution value)
value - allowed object is
PeptideprophetSummary.MixtureModelling.MixturemodelDistribution.PosmodelDistributionpublic PeptideprophetSummary.MixtureModelling.MixturemodelDistribution.NegmodelDistribution getNegmodelDistribution()
PeptideprophetSummary.MixtureModelling.MixturemodelDistribution.NegmodelDistributionpublic void setNegmodelDistribution(PeptideprophetSummary.MixtureModelling.MixturemodelDistribution.NegmodelDistribution value)
value - allowed object is
PeptideprophetSummary.MixtureModelling.MixturemodelDistribution.NegmodelDistributionpublic String getName()
StringCopyright © 2017. All rights reserved.