public class CswSourceConfiguration extends Object
CswSource
. CSW
converters, readers, etc. will access this object to determine the latest configuration of the
CswSource
they are working on.Constructor and Description |
---|
CswSourceConfiguration()
Deprecated.
|
CswSourceConfiguration(EncryptionService encryptionService) |
public CswSourceConfiguration(EncryptionService encryptionService)
@Deprecated public CswSourceConfiguration()
public String getCswUrl()
public void setCswUrl(String cswUrl)
public String getId()
public void setId(String id)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public boolean getDisableCnCheck()
public void setDisableCnCheck(boolean disableCnCheck)
public void setCswAxisOrder(CswAxisOrder cswAxisOrder)
public CswAxisOrder getCswAxisOrder()
public boolean isSetUsePosList()
public void setUsePosList(boolean usePosList)
public Integer getPollIntervalMinutes()
public void setPollIntervalMinutes(Integer pollIntervalMinutes)
public Integer getConnectionTimeout()
public void setConnectionTimeout(Integer connectionTimeout)
public Integer getReceiveTimeout()
public void setReceiveTimeout(Integer receiveTimeout)
public void setIsCqlForced(boolean isForceCql)
public boolean isCqlForced()
public String getOutputSchema()
public void setOutputSchema(String outputSchema)
public String getQueryTypeName()
public void setQueryTypeName(String queryTypeName)
public String getQueryTypeNamespace()
public void setQueryTypeNamespace(String queryTypeNamespace)
public void setSecurityAttributes(String[] securityAttributStrings)
public boolean isRegisterForEvents()
public void setRegisterForEvents(Boolean registerForEvents)
public String getEventServiceAddress()
public void setEventServiceAddress(String eventServiceAddress)
This work is licensed under a Creative Commons Attribution 4.0 International License.