public class PPDTS extends TS
Java class for PPD_TS complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PPD_TS">
<complexContent>
<extension base="{urn:hl7-org:v3}TS">
<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 |
|---|
PPDTS() |
| 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.
|
getContent, 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