Class RSM


  • public class RSM
    extends Object
    • Constructor Detail

      • RSM

        public RSM​(int defaultMax)
      • RSM

        public RSM()
    • Method Detail

      • parseRootElement

        public static RSM parseRootElement​(tigase.xml.Element e,
                                           int defaultMax)
      • parseRootElement

        public static RSM parseRootElement​(tigase.xml.Element e)
      • getMax

        public int getMax()
      • setMax

        public void setMax​(int max)
      • getIndex

        public Integer getIndex()
      • setIndex

        public void setIndex​(Integer index)
      • getAfter

        public String getAfter()
      • setAfter

        public void setAfter​(String after)
      • getBefore

        public String getBefore()
      • setBefore

        public void setBefore​(String before)
      • hasBefore

        public boolean hasBefore()
      • setHasBefore

        public void setHasBefore​(boolean hasBefore)
      • getCount

        public Integer getCount()
      • setCount

        public void setCount​(Integer count)
      • getFirst

        public String getFirst()
      • setFirst

        public void setFirst​(String first)
      • getLast

        public String getLast()
      • setLast

        public void setLast​(String last)
      • setResults

        public void setResults​(Integer count,
                               Integer index)
      • fromElement

        public RSM fromElement​(tigase.xml.Element e)
      • toElement

        public tigase.xml.Element toElement()