org.hl7.rim
public interface SortControl extends RimObject, InfrastructureRoot
Holds specification of sort order for instance matches to a query.
| Method Summary | |
|---|---|
| CS | getDirectionCode()
Gets attribute directionCode of type CS and cardinality 0..1.
|
| SC | getElementName()
Gets attribute elementName of type SC and cardinality 0..1.
|
| QuerySpec | getQuerySpec()
Gets association 'querySpec' to RIM class QuerySpec with cardinality (1..1).
|
| INT | getSequenceNumber()
Gets attribute sequenceNumber of type INT and cardinality 0..1.
|
| void | setDirectionCode(CS value)
Sets attribute directionCode of type CS and cardinality 0..1.
|
| void | setElementName(SC value)
Sets attribute elementName of type SC and cardinality 0..1.
|
| void | setQuerySpec(QuerySpec value)
Sets association 'querySpec' to RIM class QuerySpec with cardinality (1..1).
|
| void | setSequenceNumber(INT value)
Sets attribute sequenceNumber of type INT and cardinality 0..1.
|
Specifies direction (ascending or descending) of the sort.
Returns: the attribute value
Identifies a RIM element in a query response upon which to sort.
Returns: the attribute value
Returns: the reference to the linked class
Provides the sequence or primacy of the various SortControls for a given query.
Returns: the attribute value
Specifies direction (ascending or descending) of the sort.
Parameters: value the new attribute value
Identifies a RIM element in a query response upon which to sort.
Parameters: value the new attribute value
Parameters: value the new association value
Provides the sequence or primacy of the various SortControls for a given query.
Parameters: value the new attribute value