public class DistributionInfo extends Object
Java class for DistributionInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributionInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="histogramDataBins" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="histogramData" type="{http://www.qbp-simulator.com/Schema201212}DistributionHistogramBin" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="exactValues" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" maxOccurs="unbounded" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="timeUnit" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="seconds"/>
<enumeration value="minutes"/>
<enumeration value="hours"/>
<enumeration value="days"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="type" use="required" type="{http://www.qbp-simulator.com/Schema201212}DistributionType" />
<attribute name="mean" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="arg1" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="arg2" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DistributionInfo.ExactValues
Java class for anonymous complex type.
|
static class |
DistributionInfo.HistogramDataBins
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Double |
arg1 |
protected Double |
arg2 |
protected DistributionInfo.ExactValues |
exactValues |
protected DistributionInfo.HistogramDataBins |
histogramDataBins |
protected Double |
mean |
protected String |
timeUnit |
protected DistributionType |
type |
| Constructor and Description |
|---|
DistributionInfo() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getArg1()
Gets the value of the arg1 property.
|
Double |
getArg2()
Gets the value of the arg2 property.
|
DistributionInfo.ExactValues |
getExactValues()
Gets the value of the exactValues property.
|
DistributionInfo.HistogramDataBins |
getHistogramDataBins()
Gets the value of the histogramDataBins property.
|
Double |
getMean()
Gets the value of the mean property.
|
String |
getTimeUnit()
Gets the value of the timeUnit property.
|
DistributionType |
getType()
Gets the value of the type property.
|
void |
setArg1(Double value)
Sets the value of the arg1 property.
|
void |
setArg2(Double value)
Sets the value of the arg2 property.
|
void |
setExactValues(DistributionInfo.ExactValues value)
Sets the value of the exactValues property.
|
void |
setHistogramDataBins(DistributionInfo.HistogramDataBins value)
Sets the value of the histogramDataBins property.
|
void |
setMean(Double value)
Sets the value of the mean property.
|
void |
setTimeUnit(String value)
Sets the value of the timeUnit property.
|
void |
setType(DistributionType value)
Sets the value of the type property.
|
protected DistributionInfo.HistogramDataBins histogramDataBins
protected DistributionInfo.ExactValues exactValues
protected String timeUnit
protected DistributionType type
protected Double mean
protected Double arg1
protected Double arg2
public DistributionInfo.HistogramDataBins getHistogramDataBins()
DistributionInfo.HistogramDataBinspublic void setHistogramDataBins(DistributionInfo.HistogramDataBins value)
value - allowed object is
DistributionInfo.HistogramDataBinspublic DistributionInfo.ExactValues getExactValues()
DistributionInfo.ExactValuespublic void setExactValues(DistributionInfo.ExactValues value)
value - allowed object is
DistributionInfo.ExactValuespublic String getTimeUnit()
Stringpublic void setTimeUnit(String value)
value - allowed object is
Stringpublic DistributionType getType()
DistributionTypepublic void setType(DistributionType value)
value - allowed object is
DistributionTypepublic Double getMean()
Doublepublic void setMean(Double value)
value - allowed object is
Doublepublic Double getArg1()
Doublepublic void setArg1(Double value)
value - allowed object is
Doublepublic Double getArg2()
DoubleCopyright © 2020 Pivotal Software, Inc.. All rights reserved.