Package org.hl7.v3

Class UVPTS


public class UVPTS extends TS

Java class for UVP_TS complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UVP_TS">
   <complexContent>
     <extension base="{urn:hl7-org:v3}TS">
       <attribute name="probability" type="{urn:hl7-org:v3}probability" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • probability

      protected Double probability
  • Constructor Details

    • UVPTS

      public UVPTS()
  • Method Details

    • getProbability

      public Double getProbability()
      Gets the value of the probability property.
      Returns:
      possible object is Double
    • setProbability

      public void setProbability(Double value)
      Sets the value of the probability property.
      Parameters:
      value - allowed object is Double
    • withProbability

      public UVPTS withProbability(Double value)
    • withValue

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

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

      public UVPTS 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