Class OperatorExpression

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
AnyInCodeSystem, AnyInValueSet, BinaryExpression, Children, Combine, Date, DateTime, Descendents, First, InCodeSystem, IndexOf, InValueSet, Last, LastPositionOf, Message, NaryExpression, Now, PositionOf, Round, Slice, Split, SplitOnMatches, Substring, TernaryExpression, Time, TimeOfDay, Today, UnaryExpression

public abstract class OperatorExpression extends Expression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The Operator type defines the abstract base type for all built-in operators used in the ELM expression language. This explicitly excludes FunctionRef, which is the concrete type for all function invocations.

Java class for OperatorExpression complex type.

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

 <complexType name="OperatorExpression">
   <complexContent>
     <extension base="{urn:hl7-org:elm:r1}Expression">
       <sequence>
         <element name="signature" type="{urn:hl7-org:elm:r1}TypeSpecifier" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>