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:tooling.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>
| Modifier and Type | Field and Description |
|---|---|
protected int |
column |
protected int |
row |
exceptionCode, exceptionMessage, upgradeMessage, upgradeURL| Constructor and Description |
|---|
ApiQueryFault() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getExceptionCode, getExceptionMessage, getUpgradeMessage, getUpgradeURL, setExceptionCode, setExceptionMessage, setUpgradeMessage, setUpgradeURLpublic int getRow()
public void setRow(int value)
public int getColumn()
public void setColumn(int value)
Copyright © 2016. All rights reserved.