public class CSWCapabilities extends CatalogCapabilities
Constructor and Description |
---|
CSWCapabilities(URL url) |
Modifier and Type | Method and Description |
---|---|
String |
getConstraint() |
String[] |
getCONSTRAINTLANGUAGE() |
String |
getDistributedSearch() |
String[] |
getElementSetName() |
CSWException |
getException() |
String |
getHopCount() |
String[] |
getNAMESPACE() |
CSWSupportedProtocolOperations |
getOperations() |
String[] |
getOutputFormat() |
String[] |
getOutputSchema() |
String |
getResponseHandler() |
String[] |
getResultType() |
String[] |
getTypeNames() |
void |
setConstraint(String constraint) |
void |
setCONSTRAINTLANGUAGE(String[] constraintlanguage) |
void |
setDistributedSearch(String distributedSearch) |
void |
setElementSetName(String[] elementSetName) |
void |
setException(CSWException exception) |
void |
setHopCount(String hopCount) |
void |
setNAMESPACE(String[] namespace) |
void |
setOperations(CSWSupportedProtocolOperations operations) |
void |
setOutputFormat(String[] outputFormat) |
void |
setOutputSchema(String[] outputSchema) |
void |
setResponseHandler(String responseHandler) |
void |
setResultType(String[] resultType) |
void |
setTypeNames(String[] typeNames) |
getProperties, getServerMessage, getVersion, isAvailable, setAvailable, setProperties, setServerMessage, setVersion
public CSWCapabilities(URL url)
public CSWException getException()
public void setException(CSWException exception)
exception
- the exception to setpublic String[] getOutputSchema()
public void setOutputSchema(String[] outputSchema)
outputSchema
- the outputSchema to setpublic CSWSupportedProtocolOperations getOperations()
public void setOperations(CSWSupportedProtocolOperations operations)
operations
- the operations to setpublic String[] getOutputFormat()
public void setOutputFormat(String[] outputFormat)
outputFormat
- the outputFormat to setpublic String getResponseHandler()
public void setResponseHandler(String responseHandler)
responseHandler
- the responseHandler to setpublic String getHopCount()
public void setHopCount(String hopCount)
hopCount
- the hopCount to setpublic String getDistributedSearch()
public void setDistributedSearch(String distributedSearch)
distributedSearch
- the distributedSearch to setpublic String getConstraint()
public void setConstraint(String constraint)
constraint
- the constraint to setpublic String[] getCONSTRAINTLANGUAGE()
public void setCONSTRAINTLANGUAGE(String[] constraintlanguage)
constraintlanguage
- the cONSTRAINTLANGUAGE to setpublic String[] getElementSetName()
public void setElementSetName(String[] elementSetName)
elementSetName
- the elementSetName to setpublic String[] getTypeNames()
public void setTypeNames(String[] typeNames)
typeNames
- the typeNames to setpublic String[] getResultType()
public void setResultType(String[] resultType)
resultType
- the resultType to setpublic String[] getNAMESPACE()
public void setNAMESPACE(String[] namespace)
namespace
- the nAMESPACE to set