public class LibraResult 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="intensity" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="channel" use="required" type="{http://regis-web.systemsbiology.net/pepXML}positiveInt" />
<attribute name="target_mass" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="absolute" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="normalized" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="reject" type="{http://www.w3.org/2001/XMLSchema}boolean" default="0" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="is_rejected" type="{http://www.w3.org/2001/XMLSchema}boolean" default="0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
LibraResult.Intensity
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<LibraResult.Intensity> |
intensity |
protected Boolean |
isRejected |
| Constructor and Description |
|---|
LibraResult() |
| Modifier and Type | Method and Description |
|---|---|
List<LibraResult.Intensity> |
getIntensity()
Gets the value of the intensity property.
|
boolean |
isIsRejected()
Gets the value of the isRejected property.
|
void |
setIsRejected(Boolean value)
Sets the value of the isRejected property.
|
protected List<LibraResult.Intensity> intensity
protected Boolean isRejected
public List<LibraResult.Intensity> getIntensity()
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 intensity property.
For example, to add a new item, do as follows:
getIntensity().add(newItem);
Objects of the following type(s) are allowed in the list
LibraResult.Intensity
public boolean isIsRejected()
BooleanCopyright © 2017. All rights reserved.