public class ASAPSeq 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="ASAP_Peak" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ASAP_Dta" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="peptide_index" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="include" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="status" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="include" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="datanum" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="ratio_mean" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="ratio_standard_dev" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="heavy2light_ratio_mean" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="heavy2light_ratio_standard_dev" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="weight" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="peptide_binary_ind" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="status" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="include" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="datanum" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="ratio_mean" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="ratio_standard_dev" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="heavy2light_ratio_mean" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="heavy2light_ratio_standard_dev" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="weight" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="light_sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ASAPPeak> |
asapPeak |
protected Integer |
datanum |
protected double |
heavy2LightRatioMean |
protected double |
heavy2LightRatioStandardDev |
protected String |
include |
protected String |
lightSequence |
protected double |
ratioMean |
protected double |
ratioStandardDev |
protected String |
status |
protected double |
weight |
| Constructor and Description |
|---|
ASAPSeq() |
| Modifier and Type | Method and Description |
|---|---|
List<ASAPPeak> |
getASAPPeak()
Gets the value of the asapPeak property.
|
Integer |
getDatanum()
Gets the value of the datanum property.
|
double |
getHeavy2LightRatioMean()
Gets the value of the heavy2LightRatioMean property.
|
double |
getHeavy2LightRatioStandardDev()
Gets the value of the heavy2LightRatioStandardDev property.
|
String |
getInclude()
Gets the value of the include property.
|
String |
getLightSequence()
Gets the value of the lightSequence property.
|
double |
getRatioMean()
Gets the value of the ratioMean property.
|
double |
getRatioStandardDev()
Gets the value of the ratioStandardDev property.
|
String |
getStatus()
Gets the value of the status property.
|
double |
getWeight()
Gets the value of the weight property.
|
void |
setDatanum(Integer value)
Sets the value of the datanum property.
|
void |
setHeavy2LightRatioMean(double value)
Sets the value of the heavy2LightRatioMean property.
|
void |
setHeavy2LightRatioStandardDev(double value)
Sets the value of the heavy2LightRatioStandardDev property.
|
void |
setInclude(String value)
Sets the value of the include property.
|
void |
setLightSequence(String value)
Sets the value of the lightSequence property.
|
void |
setRatioMean(double value)
Sets the value of the ratioMean property.
|
void |
setRatioStandardDev(double value)
Sets the value of the ratioStandardDev property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setWeight(double value)
Sets the value of the weight property.
|
protected String status
protected String include
protected Integer datanum
protected double ratioMean
protected double ratioStandardDev
protected double heavy2LightRatioMean
protected double heavy2LightRatioStandardDev
protected double weight
protected String lightSequence
public List<ASAPPeak> getASAPPeak()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the asapPeak property.
For example, to add a new item, do as follows:
getASAPPeak().add(newItem);
Objects of the following type(s) are allowed in the list
ASAPPeak
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getInclude()
Stringpublic void setInclude(String value)
value - allowed object is
Stringpublic Integer getDatanum()
Stringpublic void setDatanum(Integer value)
value - allowed object is
Stringpublic double getRatioMean()
public void setRatioMean(double value)
public double getRatioStandardDev()
public void setRatioStandardDev(double value)
public double getHeavy2LightRatioMean()
public void setHeavy2LightRatioMean(double value)
public double getHeavy2LightRatioStandardDev()
public void setHeavy2LightRatioStandardDev(double value)
public double getWeight()
public void setWeight(double value)
public String getLightSequence()
StringCopyright © 2017. All rights reserved.