Class Combine

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

    public class Combine
    extends OperatorExpression
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    The Combine operator combines a list of strings, optionally separating each string with the given separator. If either argument is null the result is null. If the source list is empty, the result is an empty string (''). For consistency with aggregate operator behavior, null elements in the input list are ignored.

    Java class for Combine complex type.

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

     <complexType name="Combine">
       <complexContent>
         <extension base="{urn:hl7-org:elm:r1}OperatorExpression">
           <sequence>
             <element name="source" type="{urn:hl7-org:elm:r1}Expression"/>
             <element name="separator" type="{urn:hl7-org:elm:r1}Expression" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>