public class DistributionHistogramBin extends Object
Java class for DistributionHistogramBin complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributionHistogramBin">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="distribution" type="{http://www.qbp-simulator.com/Schema201212}DistributionInfo"/>
</sequence>
<attribute name="probability" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DistributionInfo |
distribution |
protected Double |
probability |
| Constructor and Description |
|---|
DistributionHistogramBin() |
| Modifier and Type | Method and Description |
|---|---|
DistributionInfo |
getDistribution()
Gets the value of the distribution property.
|
Double |
getProbability()
Gets the value of the probability property.
|
void |
setDistribution(DistributionInfo value)
Sets the value of the distribution property.
|
void |
setProbability(Double value)
Sets the value of the probability property.
|
protected DistributionInfo distribution
protected Double probability
public DistributionInfo getDistribution()
DistributionInfopublic void setDistribution(DistributionInfo value)
value - allowed object is
DistributionInfopublic Double getProbability()
DoubleCopyright © 2020 Pivotal Software, Inc.. All rights reserved.