Package org.hl7.v3

Class SXCMMO

Direct Known Subclasses:
IVLMO

public class SXCMMO extends MO

Java class for SXCM_MO complex type.

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

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

  • Constructor Details

    • SXCMMO

      public SXCMMO()
  • 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 SXCMMO withOperator(SetOperator value)
    • withValue

      public SXCMMO withValue(String value)
      Overrides:
      withValue in class MO
    • withCurrency

      public SXCMMO withCurrency(String value)
      Overrides:
      withCurrency in class MO
    • withNullFlavor

      public SXCMMO withNullFlavor(String... values)
      Overrides:
      withNullFlavor in class MO
    • withNullFlavor

      public SXCMMO withNullFlavor(Collection<String> values)
      Overrides:
      withNullFlavor in class MO
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class MO
    • 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 MO