public class LDAPPage extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Boolean |
lastPage |
protected Integer |
number |
Constructor and Description |
---|
LDAPPage() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Element |
formRequest(Request<?> request,
LDAPPage datatype,
String elementName)
Appends this DataType to the given Request
|
static LDAPPage[] |
getArrayFromNode(Node node,
String elementName)
Retrieves an array of elements of type LDAPPage by parsing the XML node.
|
static LDAPPage |
getFromNode(Node node)
Retrieves an elements of type LDAPPage by parsing an XML node.
|
Integer |
getNumber() |
int |
hashCode() |
boolean |
lastPageFlagExist() |
LDAPPage |
setFlagLastPage() |
LDAPPage |
setNumber(Integer number) |
public boolean lastPageFlagExist()
public LDAPPage setFlagLastPage()
public Integer getNumber()
@GwtIncompatible public static Element formRequest(Request<?> request, LDAPPage datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static LDAPPage getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static LDAPPage[] getArrayFromNode(Node node, String elementName)
node
- The source node to retrieve the array.elementName
- The element name to iterate through.Copyright © 2016 ECG. All rights reserved.