Package org.hl7.v3

Class PPDTS

Direct Known Subclasses:
IVXBPPDTS, SXCMPPDTS

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>
 
  • Field Details

  • Constructor Details

    • PPDTS

      public PPDTS()
  • Method Details

    • getStandardDeviation

      public PQ getStandardDeviation()
      Gets the value of the standardDeviation property.
      Returns:
      possible object is PQ
    • setStandardDeviation

      public void setStandardDeviation(PQ value)
      Sets the value of the standardDeviation property.
      Parameters:
      value - allowed object is PQ
    • getDistributionType

      public ProbabilityDistributionType getDistributionType()
      Gets the value of the distributionType property.
      Returns:
      possible object is ProbabilityDistributionType
    • setDistributionType

      public void setDistributionType(ProbabilityDistributionType value)
      Sets the value of the distributionType property.
      Parameters:
      value - allowed object is ProbabilityDistributionType
    • withStandardDeviation

      public PPDTS withStandardDeviation(PQ value)
    • withDistributionType

      public PPDTS withDistributionType(ProbabilityDistributionType value)
    • withValue

      public PPDTS withValue(String value)
      Overrides:
      withValue in class TS
    • withNullFlavor

      public PPDTS withNullFlavor(String... values)
      Overrides:
      withNullFlavor in class TS
    • withNullFlavor

      public PPDTS withNullFlavor(Collection<String> values)
      Overrides:
      withNullFlavor in class TS
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class TS
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class TS
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class TS