Class Negate

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

public class Negate extends UnaryExpression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The Negate operator returns the negative of its argument. When negating quantities, the unit is unchanged. If the argument is null, the result is null. If the result of negating the argument cannot be represented (e.g. -(minimum Integer)), the result is null. The Negate operator is defined for the Integer, Long, Decimal, and Quantity types.

Java class for Negate complex type.

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

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