public class RSM extends Object
Constructor and Description |
---|
RSM() |
RSM(int defaultMax)
Constructs ...
|
Modifier and Type | Method and Description |
---|---|
RSM |
fromElement(Element e) |
Integer |
getCount() |
String |
getFirst()
Method description
|
Integer |
getIndex()
Method description
|
String |
getLast()
Method description
|
Integer |
getMax()
Method description
|
void |
reset() |
void |
setAfter(String after) |
void |
setBefore(String before) |
void |
setIndex(Integer index) |
void |
setLastPage(boolean val) |
void |
setMax(Integer max) |
Element |
toElement()
Method description
|
protected static final String XMLNS
public Integer getMax()
public Integer getIndex()
public String getFirst()
public String getLast()
public Integer getCount()
public void setBefore(String before)
public void setAfter(String after)
public void setLastPage(boolean val)
public void setIndex(Integer index)
public void setMax(Integer max)
public void reset()
public RSM fromElement(Element e) throws XMLException
XMLException
public Element toElement() throws XMLException
XMLException
Copyright © 2006–2016 Tigase. All rights reserved.