public class AffectedChannel 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="correction" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
channel |
protected float |
correction |
| Constructor and Description |
|---|
AffectedChannel() |
| Modifier and Type | Method and Description |
|---|---|
long |
getChannel()
Gets the value of the channel property.
|
float |
getCorrection()
Gets the value of the correction property.
|
void |
setChannel(long value)
Sets the value of the channel property.
|
void |
setCorrection(float value)
Sets the value of the correction property.
|
public long getChannel()
public void setChannel(long value)
public float getCorrection()
public void setCorrection(float value)
Copyright © 2017. All rights reserved.