public class PageResponseControl extends Control
Java class for PageResponseControl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PageResponseControl">
<complexContent>
<extension base="{http://www.ibm.com/websphere/wim}Control">
<attribute name="cookie" type="{http://www.w3.org/2001/XMLSchema}hexBinary" />
<attribute name="totalSize" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
</extension>
</complexContent>
</complexType>
The PageResponseControl object extends the Control object, and defines two properties:
| Constructor and Description |
|---|
PageResponseControl() |
| 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.
|
int |
getTotalSize()
Gets the value of the totalSize property.
|
java.lang.String |
getTypeName()
Gets the name of this model object, Control
|
boolean |
isSet(java.lang.String propName)
Returns true if the requested property is set; false, otherwise.
|
boolean |
isSetTotalSize() |
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 |
setTotalSize(int value)
Sets the value of the totalSize 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 |
unsetTotalSize() |
public int getTotalSize()
Integerpublic void setTotalSize(int value)
value - allowed object is Integerpublic boolean isSetTotalSize()
public void unsetTotalSize()
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()