public class AsapratioSummary 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">
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="author" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="elution" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="labeled_residues" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="area_flag" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="static_quant" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
areaFlag |
protected String |
author |
protected BigInteger |
elution |
protected String |
labeledResidues |
protected String |
staticQuant |
protected String |
version |
| Constructor and Description |
|---|
AsapratioSummary() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getAreaFlag()
Gets the value of the areaFlag property.
|
String |
getAuthor()
Gets the value of the author property.
|
BigInteger |
getElution()
Gets the value of the elution property.
|
String |
getLabeledResidues()
Gets the value of the labeledResidues property.
|
String |
getStaticQuant()
Gets the value of the staticQuant property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setAreaFlag(BigInteger value)
Sets the value of the areaFlag property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setElution(BigInteger value)
Sets the value of the elution property.
|
void |
setLabeledResidues(String value)
Sets the value of the labeledResidues property.
|
void |
setStaticQuant(String value)
Sets the value of the staticQuant property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String version
protected String author
protected BigInteger elution
protected String labeledResidues
protected BigInteger areaFlag
protected String staticQuant
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic BigInteger getElution()
BigIntegerpublic void setElution(BigInteger value)
value - allowed object is
BigIntegerpublic String getLabeledResidues()
Stringpublic void setLabeledResidues(String value)
value - allowed object is
Stringpublic BigInteger getAreaFlag()
BigIntegerpublic void setAreaFlag(BigInteger value)
value - allowed object is
BigIntegerpublic String getStaticQuant()
StringCopyright © 2016. All Rights Reserved.