public class NiDistribution 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="ni_lower_bound_incl" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="ni_upper_bound_excl" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ni_lower_bound_excl" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="ni_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 |
niLowerBoundExcl |
protected double |
niLowerBoundIncl |
protected String |
niUpperBoundExcl |
protected String |
niUpperBoundIncl |
protected double |
posFreq |
protected double |
posToNegRatio |
| Constructor and Description |
|---|
NiDistribution() |
| 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 |
getNiLowerBoundExcl()
Gets the value of the niLowerBoundExcl property.
|
double |
getNiLowerBoundIncl()
Gets the value of the niLowerBoundIncl property.
|
String |
getNiUpperBoundExcl()
Gets the value of the niUpperBoundExcl property.
|
String |
getNiUpperBoundIncl()
Gets the value of the niUpperBoundIncl 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 |
setNiLowerBoundExcl(double value)
Sets the value of the niLowerBoundExcl property.
|
void |
setNiLowerBoundIncl(double value)
Sets the value of the niLowerBoundIncl property.
|
void |
setNiUpperBoundExcl(String value)
Sets the value of the niUpperBoundExcl property.
|
void |
setNiUpperBoundIncl(String value)
Sets the value of the niUpperBoundIncl 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 niLowerBoundIncl
protected String niUpperBoundExcl
protected double niLowerBoundExcl
protected String niUpperBoundIncl
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 getNiLowerBoundIncl()
public void setNiLowerBoundIncl(double value)
public String getNiUpperBoundExcl()
Stringpublic void setNiUpperBoundExcl(String value)
value - allowed object is
Stringpublic double getNiLowerBoundExcl()
public void setNiLowerBoundExcl(double value)
public String getNiUpperBoundIncl()
Stringpublic void setNiUpperBoundIncl(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()
public void setAltPosToNegRatio(double value)
Copyright © 2017. All rights reserved.