Class WebServiceInput

    • Constructor Summary

      Constructors 
      Constructor Description
      WebServiceInput()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getLimit()
      Returns maximum number of results the user will accept.
      java.lang.String getPassword()  
      java.lang.Integer getStart()
      Returns index of first returned result
      java.lang.String getUserName()  
      void setLimit​(java.lang.Integer limit)
      Sets maximum of returned results.
      void setPassword​(java.lang.String password)  
      void setStart​(java.lang.Integer start)
      Sets from which index should be results returned 1-based.
      void setUserName​(java.lang.String userName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebServiceInput

        public WebServiceInput()
    • Method Detail

      • getUserName

        public java.lang.String getUserName()
        Returns:
        user name
      • setUserName

        public void setUserName​(java.lang.String userName)
        Parameters:
        userName - user name
      • getPassword

        public java.lang.String getPassword()
        Returns:
        password
      • setPassword

        public void setPassword​(java.lang.String password)
        Parameters:
        password - password
      • setStart

        public void setStart​(java.lang.Integer start)
        Sets from which index should be results returned 1-based.
        Parameters:
        start - start
      • setLimit

        public void setLimit​(java.lang.Integer limit)
        Sets maximum of returned results.
        Parameters:
        limit - maximal count
      • getStart

        public java.lang.Integer getStart()
        Returns index of first returned result
        Returns:
        index of first returned result
      • getLimit

        public java.lang.Integer getLimit()
        Returns maximum number of results the user will accept.
        Returns:
        maximum count