public class Intensity 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">
<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>
| Modifier and Type | Field and Description |
|---|---|
protected float |
absolute |
protected long |
channel |
protected float |
normalized |
protected boolean |
reject |
protected float |
targetMass |
| Constructor and Description |
|---|
Intensity() |
| Modifier and Type | Method and Description |
|---|---|
float |
getAbsolute()
Gets the value of the absolute property.
|
long |
getChannel()
Gets the value of the channel property.
|
float |
getNormalized()
Gets the value of the normalized property.
|
float |
getTargetMass()
Gets the value of the targetMass property.
|
boolean |
isReject()
Gets the value of the reject property.
|
void |
setAbsolute(float value)
Sets the value of the absolute property.
|
void |
setChannel(long value)
Sets the value of the channel property.
|
void |
setNormalized(float value)
Sets the value of the normalized property.
|
void |
setReject(boolean value)
Sets the value of the reject property.
|
void |
setTargetMass(float value)
Sets the value of the targetMass property.
|
protected long channel
protected float targetMass
protected float absolute
protected float normalized
protected boolean reject
public long getChannel()
public void setChannel(long value)
public float getTargetMass()
public void setTargetMass(float value)
public float getAbsolute()
public void setAbsolute(float value)
public float getNormalized()
public void setNormalized(float value)
public boolean isReject()
public void setReject(boolean value)
Copyright © 2017. All rights reserved.