public static class DistributionInfo.HistogramDataBins 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">
<sequence>
<element name="histogramData" type="{http://www.qbp-simulator.com/Schema201212}DistributionHistogramBin" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DistributionHistogramBin> |
histogramData |
| Constructor and Description |
|---|
HistogramDataBins() |
| Modifier and Type | Method and Description |
|---|---|
List<DistributionHistogramBin> |
getHistogramData()
Gets the value of the histogramData property.
|
protected List<DistributionHistogramBin> histogramData
public List<DistributionHistogramBin> getHistogramData()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the histogramData property.
For example, to add a new item, do as follows:
getHistogramData().add(newItem);
Objects of the following type(s) are allowed in the list
DistributionHistogramBin
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.