Class NotEqual

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    Direct Known Subclasses:
    NotEqualEvaluator

    public class NotEqual
    extends BinaryExpression
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    The NotEqual operator returns true if its arguments are not the same value. The NotEqual operator is a shorthand for invocation of logical negation of the Equal operator.

    Java class for NotEqual complex type.

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

     <complexType name="NotEqual">
       <complexContent>
         <extension base="{urn:hl7-org:elm:r1}BinaryExpression">
         </extension>
       </complexContent>
     </complexType>