|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.server.csw.provider.components.CapabilityOptions
public class CapabilityOptions
Options associated with a CSW GetCapabilities request.
| Constructor Summary | |
|---|---|
CapabilityOptions()
Default constructor |
|
| Method Summary | |
|---|---|
String |
getCapabilitiesLocation()
Gets the location of the CSW Capabilities resource XML. |
String |
getLanguageCode()
Gets the language code. |
StringSet |
getSections()
Gets the requested sections. |
void |
setCapabilitiesLocation(String location)
Sets the location of the CSW GetCapabilities resource XML. |
void |
setLanguageCode(String languageCode)
Sets the language code. |
void |
setSections(StringSet sections)
Sets the requested sections. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CapabilityOptions()
| Method Detail |
|---|
public String getCapabilitiesLocation()
public void setCapabilitiesLocation(String location)
location - the Capabilities XML locationpublic String getLanguageCode()
public void setLanguageCode(String languageCode)
languageCode - the language codepublic StringSet getSections()
public void setSections(StringSet sections)
sections - the requested sections
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||