public class ASAPRatio 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_Seq" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
<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="ratio_number_peptides" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="heavy2light_ratio_mean" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="heavy2light_ratio_standard_dev" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="status" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="peptide_inds" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ASAPSeq> |
asapSeq |
protected String |
description |
protected double |
heavy2LightRatioMean |
protected double |
heavy2LightRatioStandardDev |
protected String |
peptideInds |
protected double |
ratioMean |
protected Integer |
ratioNumberPeptides |
protected double |
ratioStandardDev |
protected String |
status |
| Constructor and Description |
|---|
ASAPRatio() |
| Modifier and Type | Method and Description |
|---|---|
List<ASAPSeq> |
getASAPSeq()
Gets the value of the asapSeq property.
|
String |
getDescription()
Gets the value of the description property.
|
double |
getHeavy2LightRatioMean()
Gets the value of the heavy2LightRatioMean property.
|
double |
getHeavy2LightRatioStandardDev()
Gets the value of the heavy2LightRatioStandardDev property.
|
String |
getPeptideInds()
Gets the value of the peptideInds property.
|
double |
getRatioMean()
Gets the value of the ratioMean property.
|
Integer |
getRatioNumberPeptides()
Gets the value of the ratioNumberPeptides property.
|
double |
getRatioStandardDev()
Gets the value of the ratioStandardDev property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setHeavy2LightRatioMean(double value)
Sets the value of the heavy2LightRatioMean property.
|
void |
setHeavy2LightRatioStandardDev(double value)
Sets the value of the heavy2LightRatioStandardDev property.
|
void |
setPeptideInds(String value)
Sets the value of the peptideInds property.
|
void |
setRatioMean(double value)
Sets the value of the ratioMean property.
|
void |
setRatioNumberPeptides(Integer value)
Sets the value of the ratioNumberPeptides property.
|
void |
setRatioStandardDev(double value)
Sets the value of the ratioStandardDev property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected double ratioMean
protected double ratioStandardDev
protected Integer ratioNumberPeptides
protected double heavy2LightRatioMean
protected double heavy2LightRatioStandardDev
protected String description
protected String status
protected String peptideInds
public List<ASAPSeq> getASAPSeq()
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 asapSeq property.
For example, to add a new item, do as follows:
getASAPSeq().add(newItem);
Objects of the following type(s) are allowed in the list
ASAPSeq
public double getRatioMean()
public void setRatioMean(double value)
public double getRatioStandardDev()
public void setRatioStandardDev(double value)
public Integer getRatioNumberPeptides()
Stringpublic void setRatioNumberPeptides(Integer value)
value - allowed object is
Stringpublic double getHeavy2LightRatioMean()
public void setHeavy2LightRatioMean(double value)
public double getHeavy2LightRatioStandardDev()
public void setHeavy2LightRatioStandardDev(double value)
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getPeptideInds()
StringCopyright © 2017. All rights reserved.