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
    long
    element : current of type {http://www.w3.org/2001/XMLSchema}long java type: long
    long
    element : limit of type {http://www.w3.org/2001/XMLSchema}long java type: long
    element : type of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    void
    setCurrent(long current)
     
    void
    setLimit(long limit)
     
    void
     
  • Method Details

    • getCurrent

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

      void setCurrent(long current)
    • getLimit

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

      void setLimit(long 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)