public class Point 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="logratio" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="obs_distr" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="model_distr" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
logratio |
protected double |
modelDistr |
protected double |
obsDistr |
| Constructor and Description |
|---|
Point() |
| Modifier and Type | Method and Description |
|---|---|
double |
getLogratio()
Gets the value of the logratio property.
|
double |
getModelDistr()
Gets the value of the modelDistr property.
|
double |
getObsDistr()
Gets the value of the obsDistr property.
|
void |
setLogratio(double value)
Sets the value of the logratio property.
|
void |
setModelDistr(double value)
Sets the value of the modelDistr property.
|
void |
setObsDistr(double value)
Sets the value of the obsDistr property.
|
protected double logratio
protected double obsDistr
protected double modelDistr
public double getLogratio()
public void setLogratio(double value)
public double getObsDistr()
public void setObsDistr(double value)
public double getModelDistr()
public void setModelDistr(double value)
Copyright © 2017. All rights reserved.