public class AsapratioPeptideData 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 ref="{http://regis-web.systemsbiology.net/pepXML}asapratio_contribution" maxOccurs="unbounded"/>
</sequence>
<attribute name="status" use="required" type="{http://www.w3.org/2001/XMLSchema}byte" />
<attribute name="cidIndex" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="light_mass" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="heavy_mass" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="area_flag" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
areaFlag |
protected List<AsapratioContribution> |
asapratioContribution |
protected int |
cidIndex |
protected float |
heavyMass |
protected float |
lightMass |
protected byte |
status |
| Constructor and Description |
|---|
AsapratioPeptideData() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAreaFlag()
Gets the value of the areaFlag property.
|
List<AsapratioContribution> |
getAsapratioContribution()
Gets the value of the asapratioContribution property.
|
int |
getCidIndex()
Gets the value of the cidIndex property.
|
float |
getHeavyMass()
Gets the value of the heavyMass property.
|
float |
getLightMass()
Gets the value of the lightMass property.
|
byte |
getStatus()
Gets the value of the status property.
|
void |
setAreaFlag(long value)
Sets the value of the areaFlag property.
|
void |
setCidIndex(int value)
Sets the value of the cidIndex property.
|
void |
setHeavyMass(float value)
Sets the value of the heavyMass property.
|
void |
setLightMass(float value)
Sets the value of the lightMass property.
|
void |
setStatus(byte value)
Sets the value of the status property.
|
protected List<AsapratioContribution> asapratioContribution
protected byte status
protected int cidIndex
protected float lightMass
protected float heavyMass
protected long areaFlag
public List<AsapratioContribution> getAsapratioContribution()
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 asapratioContribution property.
For example, to add a new item, do as follows:
getAsapratioContribution().add(newItem);
Objects of the following type(s) are allowed in the list
AsapratioContribution
public byte getStatus()
public void setStatus(byte value)
public int getCidIndex()
public void setCidIndex(int value)
public float getLightMass()
public void setLightMass(float value)
public float getHeavyMass()
public void setHeavyMass(float value)
public long getAreaFlag()
public void setAreaFlag(long value)
Copyright © 2017. All rights reserved.