public class AsapratioLcHeavypeak 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="status" use="required" type="{http://www.w3.org/2001/XMLSchema}byte" />
<attribute name="left_valley" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="right_valley" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="background" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="area" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="area_error" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="time" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="time_width" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="is_heavy" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected float |
area |
protected float |
areaError |
protected float |
background |
protected String |
isHeavy |
protected int |
leftValley |
protected int |
rightValley |
protected byte |
status |
protected float |
time |
protected float |
timeWidth |
| Constructor and Description |
|---|
AsapratioLcHeavypeak() |
| Modifier and Type | Method and Description |
|---|---|
float |
getArea()
Gets the value of the area property.
|
float |
getAreaError()
Gets the value of the areaError property.
|
float |
getBackground()
Gets the value of the background property.
|
String |
getIsHeavy()
Gets the value of the isHeavy property.
|
int |
getLeftValley()
Gets the value of the leftValley property.
|
int |
getRightValley()
Gets the value of the rightValley property.
|
byte |
getStatus()
Gets the value of the status property.
|
float |
getTime()
Gets the value of the time property.
|
float |
getTimeWidth()
Gets the value of the timeWidth property.
|
void |
setArea(float value)
Sets the value of the area property.
|
void |
setAreaError(float value)
Sets the value of the areaError property.
|
void |
setBackground(float value)
Sets the value of the background property.
|
void |
setIsHeavy(String value)
Sets the value of the isHeavy property.
|
void |
setLeftValley(int value)
Sets the value of the leftValley property.
|
void |
setRightValley(int value)
Sets the value of the rightValley property.
|
void |
setStatus(byte value)
Sets the value of the status property.
|
void |
setTime(float value)
Sets the value of the time property.
|
void |
setTimeWidth(float value)
Sets the value of the timeWidth property.
|
protected byte status
protected int leftValley
protected int rightValley
protected float background
protected float area
protected float areaError
protected float time
protected float timeWidth
protected String isHeavy
public byte getStatus()
public void setStatus(byte value)
public int getLeftValley()
public void setLeftValley(int value)
public int getRightValley()
public void setRightValley(int value)
public float getBackground()
public void setBackground(float value)
public float getArea()
public void setArea(float value)
public float getAreaError()
public void setAreaError(float value)
public float getTime()
public void setTime(float value)
public float getTimeWidth()
public void setTimeWidth(float value)
public String getIsHeavy()
StringCopyright © 2017. All rights reserved.