public class PPDPQ extends PQ
Java class for PPD_PQ complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PPD_PQ">
<complexContent>
<extension base="{urn:hl7-org:v3}PQ">
<sequence>
<element name="standardDeviation" type="{urn:hl7-org:v3}PQ" minOccurs="0"/>
</sequence>
<attribute name="distributionType" type="{urn:hl7-org:v3}ProbabilityDistributionType" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PPDPQ() |
| Modifier and Type | Method and Description |
|---|---|
ProbabilityDistributionType |
getDistributionType()
Gets the value of the distributionType property.
|
PQ |
getStandardDeviation()
Gets the value of the standardDeviation property.
|
void |
setDistributionType(ProbabilityDistributionType value)
Sets the value of the distributionType property.
|
void |
setStandardDeviation(PQ value)
Sets the value of the standardDeviation property.
|
getTranslation, getUnit, getValue, setUnit, setValuegetContent, getNullFlavor, setContentpublic PQ getStandardDeviation()
PQpublic void setStandardDeviation(PQ value)
value - allowed object is
PQpublic ProbabilityDistributionType getDistributionType()
ProbabilityDistributionTypepublic void setDistributionType(ProbabilityDistributionType value)
value - allowed object is
ProbabilityDistributionType