public class SPSSamplingParametersForSummaryStatistics extends Object
Java class for SPS-SamplingParametersForSummaryStatistics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SPS-SamplingParametersForSummaryStatistics">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C526" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C526-FrequencyDetails" minOccurs="0"/>
<element name="E6074" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6074-ConfidencePercent" minOccurs="0"/>
<sequence>
<element name="C512" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C512-SizeDetails" maxOccurs="4" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SPSSamplingParametersForSummaryStatistics() |
| Modifier and Type | Method and Description |
|---|---|
List<C512SizeDetails> |
getC512()
Gets the value of the c512 property.
|
C526FrequencyDetails |
getC526()
Gets the value of the c526 property.
|
BigDecimal |
getE6074()
Gets the value of the e6074 property.
|
void |
setC526(C526FrequencyDetails value)
Sets the value of the c526 property.
|
void |
setE6074(BigDecimal value)
Sets the value of the e6074 property.
|
SPSSamplingParametersForSummaryStatistics |
withC512(C512SizeDetails... values) |
SPSSamplingParametersForSummaryStatistics |
withC512(Collection<C512SizeDetails> values) |
SPSSamplingParametersForSummaryStatistics |
withC526(C526FrequencyDetails value) |
SPSSamplingParametersForSummaryStatistics |
withE6074(BigDecimal value) |
public SPSSamplingParametersForSummaryStatistics()
public C526FrequencyDetails getC526()
C526FrequencyDetailspublic void setC526(C526FrequencyDetails value)
value - allowed object is
C526FrequencyDetailspublic BigDecimal getE6074()
BigDecimalpublic void setE6074(BigDecimal value)
value - allowed object is
BigDecimalpublic List<C512SizeDetails> getC512()
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 c512 property.
For example, to add a new item, do as follows:
getC512().add(newItem);
Objects of the following type(s) are allowed in the list
C512SizeDetails
public SPSSamplingParametersForSummaryStatistics withC526(C526FrequencyDetails value)
public SPSSamplingParametersForSummaryStatistics withE6074(BigDecimal value)
public SPSSamplingParametersForSummaryStatistics withC512(C512SizeDetails... values)
public SPSSamplingParametersForSummaryStatistics withC512(Collection<C512SizeDetails> values)
Copyright © 2020. All rights reserved.