Interface ILimitInfo

All Known Implementing Classes:
LimitInfo

public interface ILimitInfo
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    element : current of type {http://www.w3.org/2001/XMLSchema}int java type: int
    int
    element : limit of type {http://www.w3.org/2001/XMLSchema}int java type: int
    element : type of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    void
    setCurrent​(int current)
     
    void
    setLimit​(int limit)
     
    void
    setType​(String type)
     
  • Method Details

    • getCurrent

      int getCurrent()
      element : current of type {http://www.w3.org/2001/XMLSchema}int java type: int
    • setCurrent

      void setCurrent(int current)
    • getLimit

      int getLimit()
      element : limit of type {http://www.w3.org/2001/XMLSchema}int java type: int
    • setLimit

      void setLimit(int limit)
    • getType

      String getType()
      element : type of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setType

      void setType(String type)