com.sforce.soap.partner.fault
Class ApiQueryFault

java.lang.Object
  extended by com.sforce.soap.partner.fault.ApiFault
      extended by com.sforce.soap.partner.fault.ApiQueryFault
Direct Known Subclasses:
InvalidFieldFault, InvalidSObjectFault, MalformedQueryFault, MalformedSearchFault

public class ApiQueryFault
extends ApiFault

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

row

protected int row

column

protected int column
Constructor Detail

ApiQueryFault

public ApiQueryFault()
Method Detail

getRow

public int getRow()
Gets the value of the row property.


setRow

public void setRow(int value)
Sets the value of the row property.


getColumn

public int getColumn()
Gets the value of the column property.


setColumn

public void setColumn(int value)
Sets the value of the column property.



Copyright © 2010. All Rights Reserved.