org.hl7.rim

Interface QueryContinuation

public interface QueryContinuation extends RimObject, QueryEvent

Interface for RIM class QueryContinuation.

This class maintains the state information required at the application level to control the logical continuation of a query response.

Method Summary
INTgetContinuationQuantity()
Gets attribute continuationQuantity of type INT and cardinality 0..1.
INTgetStartResultNumber()
Gets attribute startResultNumber of type INT and cardinality 0..1.
voidsetContinuationQuantity(INT value)
Sets attribute continuationQuantity of type INT and cardinality 0..1.
voidsetStartResultNumber(INT value)
Sets attribute startResultNumber of type INT and cardinality 0..1.

Method Detail

getContinuationQuantity

public INT getContinuationQuantity()
Gets attribute continuationQuantity of type INT and cardinality 0..1.

Specifies the number of instance matches to return in the next query response message.

Returns: the attribute value

getStartResultNumber

public INT getStartResultNumber()
Gets attribute startResultNumber of type INT and cardinality 0..1.

Specifies the instance number in the original query result set to start return in next query response message.

Returns: the attribute value

setContinuationQuantity

public void setContinuationQuantity(INT value)
Sets attribute continuationQuantity of type INT and cardinality 0..1.

Specifies the number of instance matches to return in the next query response message.

Parameters: value the new attribute value

setStartResultNumber

public void setStartResultNumber(INT value)
Sets attribute startResultNumber of type INT and cardinality 0..1.

Specifies the instance number in the original query result set to start return in next query response message.

Parameters: value the new attribute value