com.ibm.websphere.wim.model
Interface SearchResponseControl

All Superinterfaces:
Control
All Known Subinterfaces:
ChangeResponseControl

public interface SearchResponseControl
extends Control

A representation of the model object 'Search Response Control'.

The following features are supported:

See Also:
ModelPackage.getSearchResponseControl()
Model:
Generated:

Method Summary
 boolean isHasMoreResults()
          Returns the value of the 'Has More Results' attribute.
 boolean isSetHasMoreResults()
          Returns whether the value of the 'Has More Results' attribute is set.
 void setHasMoreResults(boolean value)
          Sets the value of the 'Has More Results' attribute.
 void unsetHasMoreResults()
          Unsets the value of the 'Has More Results' attribute.
 

Method Detail

isHasMoreResults

boolean isHasMoreResults()
Returns the value of the 'Has More Results' attribute.

See Also:
isSetHasMoreResults(), unsetHasMoreResults(), setHasMoreResults(boolean), ModelPackage.getSearchResponseControl_HasMoreResults()
Model:
unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean"
Generated:
Return:
the value of the 'Has More Results' attribute.

setHasMoreResults

void setHasMoreResults(boolean value)
Sets the value of the 'Has More Results' attribute.

Parameters:
value - the new value of the 'Has More Results' attribute.
See Also:
isSetHasMoreResults(), unsetHasMoreResults(), isHasMoreResults()
Generated:

unsetHasMoreResults

void unsetHasMoreResults()
Unsets the value of the 'Has More Results' attribute.

See Also:
isSetHasMoreResults(), isHasMoreResults(), setHasMoreResults(boolean)
Generated:

isSetHasMoreResults

boolean isSetHasMoreResults()
Returns whether the value of the 'Has More Results' attribute is set.

See Also:
unsetHasMoreResults(), isHasMoreResults(), setHasMoreResults(boolean)
Generated:
Return:
whether the value of the 'Has More Results' attribute is set.