Class RelationshipClause

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

    public abstract class RelationshipClause
    extends AliasedQuerySource
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    The RelationshipClause element allows related sources to be used to restrict the elements included from another source in a query scope. Note that the elements referenced by the relationship clause can only be accessed within the suchThat condition, and that elements of the related source are not included in the query scope.

    Java class for RelationshipClause complex type.

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

     <complexType name="RelationshipClause">
       <complexContent>
         <extension base="{urn:hl7-org:elm:r1}AliasedQuerySource">
           <sequence>
             <element name="suchThat" type="{urn:hl7-org:elm:r1}Expression"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>