public class NspDistribution 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="bin_no" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="nsp_lower_bound_incl" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="nsp_upper_bound_excl" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="nsp_lower_bound_excl" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="nsp_upper_bound_incl" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pos_freq" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="neg_freq" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="pos_to_neg_ratio" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="alt_pos_to_neg_ratio" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
altPosToNegRatio |
protected Integer |
binNo |
protected double |
negFreq |
protected Double |
nspLowerBoundExcl |
protected Double |
nspLowerBoundIncl |
protected String |
nspUpperBoundExcl |
protected String |
nspUpperBoundIncl |
protected double |
posFreq |
protected double |
posToNegRatio |
| Constructor and Description |
|---|
NspDistribution() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAltPosToNegRatio()
Gets the value of the altPosToNegRatio property.
|
Integer |
getBinNo()
Gets the value of the binNo property.
|
double |
getNegFreq()
Gets the value of the negFreq property.
|
Double |
getNspLowerBoundExcl()
Gets the value of the nspLowerBoundExcl property.
|
Double |
getNspLowerBoundIncl()
Gets the value of the nspLowerBoundIncl property.
|
String |
getNspUpperBoundExcl()
Gets the value of the nspUpperBoundExcl property.
|
String |
getNspUpperBoundIncl()
Gets the value of the nspUpperBoundIncl property.
|
double |
getPosFreq()
Gets the value of the posFreq property.
|
double |
getPosToNegRatio()
Gets the value of the posToNegRatio property.
|
void |
setAltPosToNegRatio(Double value)
Sets the value of the altPosToNegRatio property.
|
void |
setBinNo(Integer value)
Sets the value of the binNo property.
|
void |
setNegFreq(double value)
Sets the value of the negFreq property.
|
void |
setNspLowerBoundExcl(Double value)
Sets the value of the nspLowerBoundExcl property.
|
void |
setNspLowerBoundIncl(Double value)
Sets the value of the nspLowerBoundIncl property.
|
void |
setNspUpperBoundExcl(String value)
Sets the value of the nspUpperBoundExcl property.
|
void |
setNspUpperBoundIncl(String value)
Sets the value of the nspUpperBoundIncl property.
|
void |
setPosFreq(double value)
Sets the value of the posFreq property.
|
void |
setPosToNegRatio(double value)
Sets the value of the posToNegRatio property.
|
protected Integer binNo
protected Double nspLowerBoundIncl
protected String nspUpperBoundExcl
protected Double nspLowerBoundExcl
protected String nspUpperBoundIncl
protected double posFreq
protected double negFreq
protected double posToNegRatio
protected Double altPosToNegRatio
public Integer getBinNo()
Stringpublic void setBinNo(Integer value)
value - allowed object is
Stringpublic Double getNspLowerBoundIncl()
Doublepublic void setNspLowerBoundIncl(Double value)
value - allowed object is
Doublepublic String getNspUpperBoundExcl()
Stringpublic void setNspUpperBoundExcl(String value)
value - allowed object is
Stringpublic Double getNspLowerBoundExcl()
Doublepublic void setNspLowerBoundExcl(Double value)
value - allowed object is
Doublepublic String getNspUpperBoundIncl()
Stringpublic void setNspUpperBoundIncl(String value)
value - allowed object is
Stringpublic double getPosFreq()
public void setPosFreq(double value)
public double getNegFreq()
public void setNegFreq(double value)
public double getPosToNegRatio()
public void setPosToNegRatio(double value)
public Double getAltPosToNegRatio()
DoubleCopyright © 2017. All rights reserved.