Esri Geoportal Server
1.0

com.esri.gpt.server.csw.client
Class CswCatalogCapabilities

java.lang.Object
  extended by com.esri.gpt.server.csw.client.CswCatalogCapabilities

public class CswCatalogCapabilities
extends Object

Catalog capabilities.


Constructor Summary
CswCatalogCapabilities()
           
 
Method Summary
 String get_getRecordByIDGetURL()
          Gets the _get record by id get url.
 String get_getRecordsPostURL()
          Gets the _get records post url.
 String getAbstractText()
          Gets the abstract text.
 String getTitle()
          Gets the title.
 boolean isReady()
          Checks if is ready.
 void set_getRecordByIDGetURL(String recordByIDGetURL)
          Sets the _get record by id get url.
 void set_getRecordsPostURL(String recordsPostURL)
          Sets the _get records post url.
 void setAbstractText(String abstractText)
          Sets the abstract text.
 void setTitle(String title)
          Sets the title.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CswCatalogCapabilities

public CswCatalogCapabilities()
Method Detail

getTitle

public String getTitle()
Gets the title.

Returns:
the title

setTitle

public void setTitle(String title)
Sets the title.

Parameters:
title - the new title

getAbstractText

public String getAbstractText()
Gets the abstract text.

Returns:
the abstract text

setAbstractText

public void setAbstractText(String abstractText)
Sets the abstract text.

Parameters:
abstractText - the new abstract text

get_getRecordByIDGetURL

public String get_getRecordByIDGetURL()
Gets the _get record by id get url.

Returns:
the _get record by id get url

set_getRecordByIDGetURL

public void set_getRecordByIDGetURL(String recordByIDGetURL)
Sets the _get record by id get url.

Parameters:
recordByIDGetURL - the new _get record by id get url

get_getRecordsPostURL

public String get_getRecordsPostURL()
Gets the _get records post url.

Returns:
the _get records post url

set_getRecordsPostURL

public void set_getRecordsPostURL(String recordsPostURL)
Sets the _get records post url.

Parameters:
recordsPostURL - the new _get records post url

isReady

public boolean isReady()
Checks if is ready.

Returns:
true, if is ready

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.