Class RSMSet
java.lang.Object
org.jivesoftware.smackx.rsm.packet.RSMSet
- All Implemented Interfaces:
Element
,ExtensionElement
,NamedElement
,XmlElement
,XmlLangElement
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRSMSet
(int max) RSMSet
(int max, int index) RSMSet
(int max, String item, RSMSet.PageDirection pageDirection) RSMSet
(String after, String before, int count, int index, String last, int max, String firstString, int firstIndex) RSMSet
(String item, RSMSet.PageDirection pageDirection) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
ELEMENT
- See Also:
-
NAMESPACE
- See Also:
-
QNAME
-
-
Constructor Details
-
RSMSet
-
RSMSet
-
RSMSet
-
RSMSet
-
RSMSet
-
-
Method Details
-
getAfter
-
getBefore
-
getCount
-
getIndex
-
getLast
-
getMax
-
getFirst
-
getFirstIndex
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Specified by:
getElementName
in interfaceNamedElement
- Returns:
- the element name.
-
getNamespace
Description copied from interface:XmlElement
Returns the root element XML namespace.- Specified by:
getNamespace
in interfaceXmlElement
- Returns:
- the namespace.
-
toXML
-
from
-
newAfter
-
newBefore
-