Package org.gvsig.catalog.csw.drivers
Class CSWCapabilities
java.lang.Object
org.gvsig.catalog.drivers.DiscoveryServiceCapabilities
org.gvsig.catalog.drivers.CatalogCapabilities
org.gvsig.catalog.csw.drivers.CSWCapabilities
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]String[]String[]String[]String[]String[]String[]voidsetConstraint(String constraint) voidsetCONSTRAINTLANGUAGE(String[] constraintlanguage) voidsetDistributedSearch(String distributedSearch) voidsetElementSetName(String[] elementSetName) voidsetException(CSWException exception) voidsetHopCount(String hopCount) voidsetNAMESPACE(String[] namespace) voidsetOperations(CSWSupportedProtocolOperations operations) voidsetOutputFormat(String[] outputFormat) voidsetOutputSchema(String[] outputSchema) voidsetResponseHandler(String responseHandler) voidsetResultType(String[] resultType) voidsetTypeNames(String[] typeNames) Methods inherited from class org.gvsig.catalog.drivers.DiscoveryServiceCapabilities
getProperties, getServerMessage, getVersion, isAvailable, setAvailable, setProperties, setServerMessage, setVersion
-
Constructor Details
-
CSWCapabilities
-
-
Method Details
-
getException
- Returns:
- the exception
-
setException
- Parameters:
exception- the exception to set
-
getOutputSchema
- Returns:
- the outputSchema
-
setOutputSchema
- Parameters:
outputSchema- the outputSchema to set
-
getOperations
- Returns:
- the operations
-
setOperations
- Parameters:
operations- the operations to set
-
getOutputFormat
- Returns:
- the outputFormat
-
setOutputFormat
- Parameters:
outputFormat- the outputFormat to set
-
getResponseHandler
- Returns:
- the responseHandler
-
setResponseHandler
- Parameters:
responseHandler- the responseHandler to set
-
getHopCount
- Returns:
- the hopCount
-
setHopCount
- Parameters:
hopCount- the hopCount to set
-
getDistributedSearch
- Returns:
- the distributedSearch
-
setDistributedSearch
- Parameters:
distributedSearch- the distributedSearch to set
-
getConstraint
- Returns:
- the constraint
-
setConstraint
- Parameters:
constraint- the constraint to set
-
getCONSTRAINTLANGUAGE
- Returns:
- the cONSTRAINTLANGUAGE
-
setCONSTRAINTLANGUAGE
- Parameters:
constraintlanguage- the cONSTRAINTLANGUAGE to set
-
getElementSetName
- Returns:
- the elementSetName
-
setElementSetName
- Parameters:
elementSetName- the elementSetName to set
-
getTypeNames
- Returns:
- the typeNames
-
setTypeNames
- Parameters:
typeNames- the typeNames to set
-
getResultType
- Returns:
- the resultType
-
setResultType
- Parameters:
resultType- the resultType to set
-
getNAMESPACE
- Returns:
- the nAMESPACE
-
setNAMESPACE
- Parameters:
namespace- the nAMESPACE to set
-