Esri Geoportal Server
1.0

com.esri.gpt.server.csw.provider.components
Class CapabilityOptions

java.lang.Object
  extended by com.esri.gpt.server.csw.provider.components.CapabilityOptions

public class CapabilityOptions
extends Object

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

CapabilityOptions

public CapabilityOptions()
Default constructor

Method Detail

getCapabilitiesLocation

public String getCapabilitiesLocation()
Gets the location of the CSW Capabilities resource XML.

Returns:
the Capabilities XML location

setCapabilitiesLocation

public void setCapabilitiesLocation(String location)
Sets the location of the CSW GetCapabilities resource XML.

Parameters:
location - the Capabilities XML location

getLanguageCode

public String getLanguageCode()
Gets the language code.

Returns:
the language code

setLanguageCode

public void setLanguageCode(String languageCode)
Sets the language code.

Parameters:
languageCode - the language code

getSections

public StringSet getSections()
Gets the requested sections.

Returns:
the requested sections

setSections

public void setSections(StringSet sections)
Sets the requested sections.

Parameters:
sections - the requested sections

Esri Geoportal Server
1.0

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