Class ByDirection

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

public class ByDirection extends SortByItem implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The ByDirection element specifies that the sort should be performed using the given direction. This approach is used when the result of the query is a list of non-tuple elements and only the sort direction needs to be specified.

Java class for ByDirection complex type.

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

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