Class FunctionRef

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

public class FunctionRef extends ExpressionRef implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The FunctionRef type defines an expression that invokes a previously defined function. The result of evaluating each operand is passed to the function.

Java class for FunctionRef complex type.

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

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