public class InterprophetSummary 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="inputfile" type="{http://regis-web.systemsbiology.net/pepXML}inputFileType" maxOccurs="unbounded"/>
<element name="roc_error_data" type="{http://regis-web.systemsbiology.net/pepXML}rocErrorDataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="mixturemodel" type="{http://regis-web.systemsbiology.net/pepXML}mixtureModelType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="options" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="est_tot_num_correct_psm" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="est_tot_num_correct_pep" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Float |
estTotNumCorrectPep |
protected Float |
estTotNumCorrectPsm |
protected List<InputFileType> |
inputfile |
protected List<MixtureModelType> |
mixturemodel |
protected String |
options |
protected List<RocErrorDataType> |
rocErrorData |
protected String |
version |
| Constructor and Description |
|---|
InterprophetSummary() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getEstTotNumCorrectPep()
Gets the value of the estTotNumCorrectPep property.
|
Float |
getEstTotNumCorrectPsm()
Gets the value of the estTotNumCorrectPsm property.
|
List<InputFileType> |
getInputfile()
Gets the value of the inputfile property.
|
List<MixtureModelType> |
getMixturemodel()
Gets the value of the mixturemodel property.
|
String |
getOptions()
Gets the value of the options property.
|
List<RocErrorDataType> |
getRocErrorData()
Gets the value of the rocErrorData property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setEstTotNumCorrectPep(Float value)
Sets the value of the estTotNumCorrectPep property.
|
void |
setEstTotNumCorrectPsm(Float value)
Sets the value of the estTotNumCorrectPsm property.
|
void |
setOptions(String value)
Sets the value of the options property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected List<InputFileType> inputfile
protected List<RocErrorDataType> rocErrorData
protected List<MixtureModelType> mixturemodel
protected String version
protected String options
protected Float estTotNumCorrectPsm
protected Float estTotNumCorrectPep
public List<InputFileType> getInputfile()
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 inputfile property.
For example, to add a new item, do as follows:
getInputfile().add(newItem);
Objects of the following type(s) are allowed in the list
InputFileType
public List<RocErrorDataType> getRocErrorData()
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 rocErrorData property.
For example, to add a new item, do as follows:
getRocErrorData().add(newItem);
Objects of the following type(s) are allowed in the list
RocErrorDataType
public List<MixtureModelType> getMixturemodel()
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 mixturemodel property.
For example, to add a new item, do as follows:
getMixturemodel().add(newItem);
Objects of the following type(s) are allowed in the list
MixtureModelType
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getOptions()
Stringpublic void setOptions(String value)
value - allowed object is
Stringpublic Float getEstTotNumCorrectPsm()
Floatpublic void setEstTotNumCorrectPsm(Float value)
value - allowed object is
Floatpublic Float getEstTotNumCorrectPep()
FloatCopyright © 2017. All rights reserved.