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