Class Search

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

public class Search extends Property implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The Search operation provides an operator that returns the result of an indexing expression on an instance. It is effectively the same as a property access, but uses the name of a defined search on the type, rather than the name of a property on the class.

Java class for Search complex type.

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

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