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 Integer |
areaFlag |
protected String |
author |
protected Integer |
elution |
protected String |
labeledResidues |
protected String |
staticQuant |
protected String |
version |
| Constructor and Description |
|---|
AsapratioSummary() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAreaFlag()
Gets the value of the areaFlag property.
|
String |
getAuthor()
Gets the value of the author property.
|
Integer |
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(Integer value)
Sets the value of the areaFlag property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setElution(Integer 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 Integer elution
protected String labeledResidues
protected Integer 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 Integer getElution()
Stringpublic void setElution(Integer value)
value - allowed object is
Stringpublic String getLabeledResidues()
Stringpublic void setLabeledResidues(String value)
value - allowed object is
Stringpublic Integer getAreaFlag()
Stringpublic void setAreaFlag(Integer value)
value - allowed object is
Stringpublic String getStaticQuant()
StringCopyright © 2017. All rights reserved.