public class SearchResponseControl extends Control
Java class for SearchResponseControl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchResponseControl">
<complexContent>
<extension base="{http://www.ibm.com/websphere/wim}Control">
<attribute name="hasMoreResults" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
The SearchResponseControl object extends the Control object, and contains the hasMoreResultsproperty.
A SearchResponseControl object will only be returned from a search API call if the countLimit property in the SearchControl object is set to a value greater than 0.
| Constructor and Description |
|---|
SearchResponseControl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(java.lang.String propName)
Gets the value of the requested property
|
java.lang.String |
getDataType(java.lang.String propName)
Gets the Java type of the value of the provided property.
|
static java.util.List |
getPropertyNames(java.lang.String entityTypeName) |
static java.util.HashSet |
getSubTypes() |
java.util.ArrayList |
getSuperTypes()
Gets a list of any model objects which this model object, Control, is
an extension of.
|
java.lang.String |
getTypeName()
Gets the name of this model object, Control
|
boolean |
isHasMoreResults()
Gets the value of the hasMoreResults property.
|
boolean |
isSet(java.lang.String propName)
Returns true if the requested property is set; false, otherwise.
|
boolean |
isSetHasMoreResults() |
boolean |
isSubType(java.lang.String superTypeName)
Returns a true if the provided model object is one that this
model object extends; false, otherwise.
|
void |
set(java.lang.String propName,
java.lang.Object value)
Sets the value of the provided property to the provided value.
|
void |
setHasMoreResults(boolean value)
Sets the value of the hasMoreResults property.
|
java.lang.String |
toString()
Returns this model object, Control, and its contents as a String
|
void |
unset(java.lang.String propName)
Sets the value of provided property to null.
|
void |
unsetHasMoreResults() |
public boolean isHasMoreResults()
Booleanpublic void setHasMoreResults(boolean value)
value - allowed object is Booleanpublic boolean isSetHasMoreResults()
public void unsetHasMoreResults()
public java.lang.Object get(java.lang.String propName)
Controlpublic boolean isSet(java.lang.String propName)
Controlpublic void set(java.lang.String propName,
java.lang.Object value)
Controlpublic void unset(java.lang.String propName)
Controlpublic java.lang.String getTypeName()
ControlgetTypeName in class ControlStringpublic static java.util.List getPropertyNames(java.lang.String entityTypeName)
public java.lang.String getDataType(java.lang.String propName)
ControlgetDataType in class ControlpropName - allowed object is StringStringpublic java.util.ArrayList getSuperTypes()
ControlgetSuperTypes in class ControlArrayListpublic boolean isSubType(java.lang.String superTypeName)
Controlpublic static java.util.HashSet getSubTypes()