public class AsapratioContribution 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 ref="{http://regis-web.systemsbiology.net/pepXML}asapratio_lc_lightpeak"/>
<element ref="{http://regis-web.systemsbiology.net/pepXML}asapratio_lc_heavypeak"/>
</sequence>
<attribute name="ratio" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="error" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="charge" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="use" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AsapratioLcHeavypeak |
asapratioLcHeavypeak |
protected AsapratioLcLightpeak |
asapratioLcLightpeak |
protected Integer |
charge |
protected float |
error |
protected float |
ratio |
protected short |
use |
| Constructor and Description |
|---|
AsapratioContribution() |
| Modifier and Type | Method and Description |
|---|---|
AsapratioLcHeavypeak |
getAsapratioLcHeavypeak()
Gets the value of the asapratioLcHeavypeak property.
|
AsapratioLcLightpeak |
getAsapratioLcLightpeak()
Gets the value of the asapratioLcLightpeak property.
|
Integer |
getCharge()
Gets the value of the charge property.
|
float |
getError()
Gets the value of the error property.
|
float |
getRatio()
Gets the value of the ratio property.
|
short |
getUse()
Gets the value of the use property.
|
void |
setAsapratioLcHeavypeak(AsapratioLcHeavypeak value)
Sets the value of the asapratioLcHeavypeak property.
|
void |
setAsapratioLcLightpeak(AsapratioLcLightpeak value)
Sets the value of the asapratioLcLightpeak property.
|
void |
setCharge(Integer value)
Sets the value of the charge property.
|
void |
setError(float value)
Sets the value of the error property.
|
void |
setRatio(float value)
Sets the value of the ratio property.
|
void |
setUse(short value)
Sets the value of the use property.
|
protected AsapratioLcLightpeak asapratioLcLightpeak
protected AsapratioLcHeavypeak asapratioLcHeavypeak
protected float ratio
protected float error
protected Integer charge
protected short use
public AsapratioLcLightpeak getAsapratioLcLightpeak()
AsapratioLcLightpeakpublic void setAsapratioLcLightpeak(AsapratioLcLightpeak value)
value - allowed object is
AsapratioLcLightpeakpublic AsapratioLcHeavypeak getAsapratioLcHeavypeak()
AsapratioLcHeavypeakpublic void setAsapratioLcHeavypeak(AsapratioLcHeavypeak value)
value - allowed object is
AsapratioLcHeavypeakpublic float getRatio()
public void setRatio(float value)
public float getError()
public void setError(float value)
public Integer getCharge()
Stringpublic void setCharge(Integer value)
value - allowed object is
Stringpublic short getUse()
public void setUse(short value)
Copyright © 2017. All rights reserved.