public class XpressratioSummary 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="same_scan_range" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="labeled_residues" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="xpress_light" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="massdiff" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="masstol" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="ppmtol" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
author |
protected String |
labeledResidues |
protected String |
massdiff |
protected float |
masstol |
protected Integer |
ppmtol |
protected String |
sameScanRange |
protected String |
version |
protected long |
xpressLight |
| Constructor and Description |
|---|
XpressratioSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Gets the value of the author property.
|
String |
getLabeledResidues()
Gets the value of the labeledResidues property.
|
String |
getMassdiff()
Gets the value of the massdiff property.
|
float |
getMasstol()
Gets the value of the masstol property.
|
Integer |
getPpmtol()
Gets the value of the ppmtol property.
|
String |
getSameScanRange()
Gets the value of the sameScanRange property.
|
String |
getVersion()
Gets the value of the version property.
|
long |
getXpressLight()
Gets the value of the xpressLight property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setLabeledResidues(String value)
Sets the value of the labeledResidues property.
|
void |
setMassdiff(String value)
Sets the value of the massdiff property.
|
void |
setMasstol(float value)
Sets the value of the masstol property.
|
void |
setPpmtol(Integer value)
Sets the value of the ppmtol property.
|
void |
setSameScanRange(String value)
Sets the value of the sameScanRange property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
setXpressLight(long value)
Sets the value of the xpressLight property.
|
protected String version
protected String author
protected String sameScanRange
protected String labeledResidues
protected long xpressLight
protected String massdiff
protected float masstol
protected Integer ppmtol
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 String getSameScanRange()
Stringpublic void setSameScanRange(String value)
value - allowed object is
Stringpublic String getLabeledResidues()
Stringpublic void setLabeledResidues(String value)
value - allowed object is
Stringpublic long getXpressLight()
public void setXpressLight(long value)
public String getMassdiff()
Stringpublic void setMassdiff(String value)
value - allowed object is
Stringpublic float getMasstol()
public void setMasstol(float value)
public Integer getPpmtol()
StringCopyright © 2017. All rights reserved.