|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.server.csw.provider.components.DescribeRecordOptions
public class DescribeRecordOptions
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 |
---|
public DescribeRecordOptions()
Method Detail |
---|
public String getDescribeRecordLocation()
public void setDescribeRecordLocation(String location)
location
- the DescribeRecord XML locationpublic String getSchemaLanguage()
public void setSchemaLanguage(String schemaLanguage)
schemaLanguage
- the schema languagepublic StringSet getTypeNames()
public void setTypeNames(StringSet typeNames)
typeNames
- the type names
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |