Interface IApiQueryFault

All Superinterfaces:
IApiFault
All Known Subinterfaces:
IInvalidFieldFault, IInvalidSObjectFault, IMalformedQueryFault, IMalformedSearchFault
All Known Implementing Classes:
ApiQueryFault, InvalidFieldFault, InvalidSObjectFault, MalformedQueryFault, MalformedSearchFault

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

    • getRow

      int getRow()
      element : row of type {http://www.w3.org/2001/XMLSchema}int java type: int
    • setRow

      void setRow(int row)
    • getColumn

      int getColumn()
      element : column of type {http://www.w3.org/2001/XMLSchema}int java type: int
    • setColumn

      void setColumn(int column)