public class GSpreadQuery extends DataServiceConfigurationElement
| Constructor and Description |
|---|
GSpreadQuery() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.axiom.om.OMElement |
buildXML()
Generates XML representation of Object
|
int |
getHeaderRow() |
int |
getMaxRowCount() |
int |
getStartingRow() |
int |
getWorkSheetNumber() |
boolean |
hasHeaders() |
void |
setHasHeaders(String value) |
void |
setHeaderRow(int headerRow) |
void |
setMaxRowCount(int maxRowCount) |
void |
setStartingRow(int startingRow) |
void |
setWorkSheetNumber(int workSheetNumber) |
extractAdvancedProps, getRequiredRoles, getXsdType, setRequiredRoles, setxsdTypepublic int getMaxRowCount()
public void setMaxRowCount(int maxRowCount)
public int getStartingRow()
public void setStartingRow(int startingRow)
public int getWorkSheetNumber()
public void setWorkSheetNumber(int workSheetNumber)
public boolean hasHeaders()
public void setHasHeaders(String value)
public int getHeaderRow()
public void setHeaderRow(int headerRow)
public org.apache.axiom.om.OMElement buildXML()
DataServiceConfigurationElementbuildXML in class DataServiceConfigurationElementCopyright © 2020 WSO2. All rights reserved.