Class With

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class With extends RelationshipClause implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The With clause restricts the elements of a given source to only those elements that have elements in the related source that satisfy the suchThat condition. This operation is known as a semi-join in database languages.

Java class for With complex type.

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

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