Package com.sforce.soap.partner.fault
Interface IApiQueryFault
- All Superinterfaces:
IApiFault
- All Known Subinterfaces:
IInvalidFieldFault,IInvalidSObjectFault,IMalformedQueryFault,IMalformedSearchFault
- All Known Implementing Classes:
ApiQueryFault,InvalidFieldFault,InvalidSObjectFault,MalformedQueryFault,MalformedSearchFault
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Methods inherited from interface com.sforce.soap.partner.fault.IApiFault
getExceptionCode, getExceptionMessage, getExtendedErrorDetails, setExceptionCode, setExceptionMessage, setExtendedErrorDetails
-
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)
-