Package org.hl7.v3

Class SXCMTS

Direct Known Subclasses:
EIVLTS, IVLTS, PIVLTS, SXPRTS

public class SXCMTS extends TS

Java class for SXCM_TS complex type.

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

 <complexType name="SXCM_TS">
   <complexContent>
     <extension base="{urn:hl7-org:v3}TS">
       <attribute name="operator" type="{urn:hl7-org:v3}SetOperator" default="I" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SXCMTS

      public SXCMTS()
  • Method Details

    • getOperator

      public SetOperator getOperator()
      Gets the value of the operator property.
      Returns:
      possible object is SetOperator
    • setOperator

      public void setOperator(SetOperator value)
      Sets the value of the operator property.
      Parameters:
      value - allowed object is SetOperator
    • withOperator

      public SXCMTS withOperator(SetOperator value)
    • withValue

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

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

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