|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.catalog.search.OpenSearchProperties
public class OpenSearchProperties
Maintains property information supporting OpenSearch response elements.
Constructor Summary | |
---|---|
OpenSearchProperties()
Default constructor. |
Method Summary | |
---|---|
String |
getBbox()
|
String |
getClientId()
|
String |
getDescriptionURL()
Gets the URL for the open search service description. |
String |
getFirstUrl()
|
String |
getLastUrl()
|
String |
getNextUrl()
|
int |
getNumberOfHits()
Gets the number of records hit by the query. |
String |
getPrevUrl()
|
int |
getRecordsPerPage()
Gets number of requested records per page. |
String |
getRestURL()
|
String |
getSearchText()
|
String |
getSelfUrl()
methods ================================================================= |
String |
getShortName()
Gets the short name (i.e. |
int |
getStartRecord()
Gets the starting record. |
void |
setBbox(String bbox)
|
void |
setClientId(String clientId)
|
void |
setDescriptionURL(String url)
Sets the URL for the open search service description. |
void |
setNumberOfHits(int hits)
Sets the number of records hit by the query. |
void |
setRecordsPerPage(int recordsPerPage)
Sets number of requested records per page. |
void |
setRestURL(String restURL)
|
void |
setSearchText(String searchText)
|
void |
setShortName(String name)
Sets the short name (i.e. |
void |
setStartRecord(int startRecord)
Sets the starting record. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpenSearchProperties()
Method Detail |
---|
public String getDescriptionURL()
public void setDescriptionURL(String url)
url
- the open search description URLpublic String getRestURL()
public void setRestURL(String restURL)
public String getSearchText()
public void setSearchText(String searchText)
public String getBbox()
public void setBbox(String bbox)
public String getClientId()
public void setClientId(String clientId)
public int getNumberOfHits()
public void setNumberOfHits(int hits)
hits
- the number of hitspublic int getRecordsPerPage()
public void setRecordsPerPage(int recordsPerPage)
recordsPerPage
- number of records per pagepublic String getShortName()
public void setShortName(String name)
name
- the short namepublic int getStartRecord()
public void setStartRecord(int startRecord)
startRecord
- the starting recordpublic String getSelfUrl()
public String getFirstUrl()
public String getLastUrl()
public String getPrevUrl()
public String getNextUrl()
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |