Class Without

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

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

    Java class for Without complex type.

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

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