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()
Boolean
public void setHasMoreResults(boolean value)
value
- allowed object is Boolean
public boolean isSetHasMoreResults()
public void unsetHasMoreResults()
public java.lang.Object get(java.lang.String propName)
Control
public boolean isSet(java.lang.String propName)
Control
public void set(java.lang.String propName, java.lang.Object value)
Control
public void unset(java.lang.String propName)
Control
public java.lang.String getTypeName()
Control
getTypeName
in class Control
String
public static java.util.List getPropertyNames(java.lang.String entityTypeName)
public java.lang.String getDataType(java.lang.String propName)
Control
getDataType
in class Control
propName
- allowed object is String
String
public java.util.ArrayList getSuperTypes()
Control
getSuperTypes
in class Control
ArrayList
public boolean isSubType(java.lang.String superTypeName)
Control
public static java.util.HashSet getSubTypes()