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