Esri Geoportal Server
1.0

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

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

public class DescribeRecordOptions
extends Object

Options associated with a CSW DescribeRecord request.


Constructor Summary
DescribeRecordOptions()
          Default constructor
 
Method Summary
 String getDescribeRecordLocation()
          Gets the location of the CSW DescribeRecord resource XML.
 String getSchemaLanguage()
          Gets the requested schema language.
 StringSet getTypeNames()
          Gets the type names to describe.
 void setDescribeRecordLocation(String location)
          Sets the location of the CSW DescribeRecord resource XML.
 void setSchemaLanguage(String schemaLanguage)
          Sets the requested schema language.
 void setTypeNames(StringSet typeNames)
          Sets the type names to describe.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeRecordOptions

public DescribeRecordOptions()
Default constructor

Method Detail

getDescribeRecordLocation

public String getDescribeRecordLocation()
Gets the location of the CSW DescribeRecord resource XML.

Returns:
the DescribeRecord XML location

setDescribeRecordLocation

public void setDescribeRecordLocation(String location)
Sets the location of the CSW DescribeRecord resource XML.

Parameters:
location - the DescribeRecord XML location

getSchemaLanguage

public String getSchemaLanguage()
Gets the requested schema language.

Returns:
the schema language

setSchemaLanguage

public void setSchemaLanguage(String schemaLanguage)
Sets the requested schema language.

Parameters:
schemaLanguage - the schema language

getTypeNames

public StringSet getTypeNames()
Gets the type names to describe.

Returns:
the type names

setTypeNames

public void setTypeNames(StringSet typeNames)
Sets the type names to describe.

Parameters:
typeNames - the type names

Esri Geoportal Server
1.0

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