Package com.ibm.wsspi.security.wim.model
Class PageControl
java.lang.Object
com.ibm.wsspi.security.wim.model.Control
com.ibm.wsspi.security.wim.model.PageControl
Java class for PageControl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PageControl"> <complexContent> <extension base="{http://www.ibm.com/websphere/wim}Control"> <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}int" default="0" /> <attribute name="cookie" type="{http://www.w3.org/2001/XMLSchema}hexBinary" /> </extension> </complexContent> </complexType>
The PageControl object extends the Control object, and contains two properties:
- size: indicates the size of the page.
- cookie: contains the cookie returned from a PageResponseControl to the server can get the next page to the search. For the first call of a paging search, this property should not be set to any value.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the requested propertygetDataType
(String propName) Gets the Java type of the value of the provided property.static List
getPropertyNames
(String entityTypeName) Gets a list of all supported properties for this model object, PageControlint
getSize()
Gets the value of the size property.int
Gets the value of the startIndex property.static HashSet
Gets a set of any model objects which extend this model object, PageControlGets a list of any model objects which this model object, PageControl, is an extension of.Gets the name of this model object, PageControlboolean
Returns true if the requested property is set; false, otherwise.boolean
Returns a true if the size property is set; false, otherwise.boolean
Returns a true if the startIndex property is set; false, otherwise.boolean
Returns a true if the provided model object is one that this model object extends; false, otherwise.void
Sets the value of the provided property to the provided value.void
setSize
(int value) Sets the value of the size property.void
setStartIndex
(int value) Sets the value of the startIndex property.toString()
Returns this model object, PageControl, and its contents as a Stringvoid
Sets the value of provided property to null.void
Resets the size property to nullvoid
Resets the startIndex property to null
-
Constructor Details
-
PageControl
public PageControl()
-
-
Method Details
-
getSize
public int getSize()Gets the value of the size property.- Returns:
- possible object is
Integer
-
setSize
public void setSize(int value) Sets the value of the size property.- Parameters:
value
- allowed object isInteger
-
isSetSize
public boolean isSetSize()Returns a true if the size property is set; false, otherwise.- Returns:
- returned object is
boolean
-
unsetSize
public void unsetSize()Resets the size property to null -
getStartIndex
public int getStartIndex()Gets the value of the startIndex property.- Returns:
- possible object is
Integer
-
setStartIndex
public void setStartIndex(int value) Sets the value of the startIndex property.- Parameters:
value
- allowed object isInteger
-
isSetStartIndex
public boolean isSetStartIndex()Returns a true if the startIndex property is set; false, otherwise.- Returns:
- returned object is
boolean
-
unsetStartIndex
public void unsetStartIndex()Resets the startIndex property to null -
get
Gets the value of the requested property -
isSet
Returns true if the requested property is set; false, otherwise. -
set
Sets the value of the provided property to the provided value. -
unset
Sets the value of provided property to null. -
getTypeName
Gets the name of this model object, PageControl- Overrides:
getTypeName
in classControl
- Returns:
- returned object is
String
-
getPropertyNames
Gets a list of all supported properties for this model object, PageControl -
getDataType
Gets the Java type of the value of the provided property. For example: String, List- Overrides:
getDataType
in classControl
- Parameters:
propName
- allowed object isString
- Returns:
- returned object is
String
-
getSuperTypes
Gets a list of any model objects which this model object, PageControl, is an extension of.- Overrides:
getSuperTypes
in classControl
- Returns:
- returned object is
ArrayList
-
isSubType
Returns a true if the provided model object is one that this model object extends; false, otherwise. -
getSubTypes
Gets a set of any model objects which extend this model object, PageControl- Returns:
- returned object is
HashSet
-
toString
Returns this model object, PageControl, and its contents as a String
-