Class Multiply

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

public class Multiply extends BinaryExpression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The Multiply operator performs numeric multiplication of its arguments. For multiplication operations involving quantities, the resulting quantity will have the appropriate unit. If either argument is null, the result is null. If the result of the operation cannot be represented, the result is null. The Multiply operator is defined for the Integer, Long, Decimal and Quantity types.

Java class for Multiply complex type.

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

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