| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.soap.partner.fault.ApiFault
com.sforce.soap.partner.fault.ApiQueryFault
public class ApiQueryFault
Java class for ApiQueryFault complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="ApiQueryFault">
   <complexContent>
     <extension base="{urn:fault.partner.soap.sforce.com}ApiFault">
       <sequence>
         <element name="row" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="column" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
| Field Summary | |
|---|---|
| protected  int | column | 
| protected  int | row | 
| Fields inherited from class com.sforce.soap.partner.fault.ApiFault | 
|---|
| exceptionCode, exceptionMessage | 
| Constructor Summary | |
|---|---|
| ApiQueryFault() | |
| Method Summary | |
|---|---|
|  int | getColumn()Gets the value of the column property. | 
|  int | getRow()Gets the value of the row property. | 
|  void | setColumn(int value)Sets the value of the column property. | 
|  void | setRow(int value)Sets the value of the row property. | 
| Methods inherited from class com.sforce.soap.partner.fault.ApiFault | 
|---|
| getExceptionCode, getExceptionMessage, setExceptionCode, setExceptionMessage | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected int row
protected int column
| Constructor Detail | 
|---|
public ApiQueryFault()
| Method Detail | 
|---|
public int getRow()
public void setRow(int value)
public int getColumn()
public void setColumn(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||