public class CSWSupportedProtocolOperations
extends java.lang.Object
| Constructor and Description |
|---|
CSWSupportedProtocolOperations(java.net.URL url) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDescribeRecord(java.lang.String protocol,
java.lang.String url) |
void |
addGetCapabilities(java.lang.String protocol,
java.lang.String url) |
void |
addGetDomain(java.lang.String protocol,
java.lang.String url) |
void |
addGetExtrinsicContent(java.lang.String protocol,
java.lang.String url) |
void |
addGetRecords(java.lang.String protocol,
java.lang.String url) |
void |
addGetRecordsById(java.lang.String protocol,
java.lang.String url) |
void |
addHarvest(java.lang.String protocol,
java.lang.String url) |
java.util.HashMap |
getDescribeRecords() |
java.util.HashMap |
getGetCapabilities() |
java.util.HashMap |
getGetDomain() |
java.util.HashMap |
getGetExtrinsicContent() |
java.util.HashMap |
getGetRecords() |
java.util.HashMap |
getGetRecordsById() |
java.net.URL |
getGetRecordsURLPost() |
java.util.HashMap |
getHarvest() |
java.util.HashMap |
getTransaction() |
void |
setDescribeRecords(java.util.HashMap describeRecords) |
void |
setGetCapabilities(java.util.HashMap getCapabilities) |
void |
setGetDomain(java.util.HashMap getDomain) |
void |
setGetExtrinsicContent(java.util.HashMap getExtrinsicContent) |
void |
setGetRecords(java.util.HashMap getRecords) |
void |
setGetRecordsById(java.util.HashMap getRecordsById) |
void |
setHarvest(java.util.HashMap harvest) |
void |
setTransaction(java.util.HashMap transaction) |
void |
setTransaction(java.lang.String protocol,
java.lang.String url) |
void |
setUrl(java.net.URL url) |
public CSWSupportedProtocolOperations(java.net.URL url)
public java.util.HashMap getDescribeRecords()
public void addDescribeRecord(java.lang.String protocol,
java.lang.String url)
throws java.net.MalformedURLException
describeRecords - The describeRecords to set.java.net.MalformedURLExceptionpublic java.util.HashMap getGetCapabilities()
public void addGetCapabilities(java.lang.String protocol,
java.lang.String url)
throws java.net.MalformedURLException
getCapabilities - The getCapabilities to set.java.net.MalformedURLExceptionpublic java.util.HashMap getGetDomain()
public void addGetDomain(java.lang.String protocol,
java.lang.String url)
throws java.net.MalformedURLException
getDomain - The getDomain to set.java.net.MalformedURLExceptionpublic java.util.HashMap getGetRecords()
public void addGetRecords(java.lang.String protocol,
java.lang.String url)
throws java.net.MalformedURLException
getRecords - The getRecords to set.java.net.MalformedURLExceptionpublic java.util.HashMap getGetRecordsById()
public void addGetRecordsById(java.lang.String protocol,
java.lang.String url)
throws java.net.MalformedURLException
getRecordsById - The getRecordsById to set.java.net.MalformedURLExceptionpublic java.util.HashMap getHarvest()
public void addHarvest(java.lang.String protocol,
java.lang.String url)
throws java.net.MalformedURLException
harvest - The harvest to set.java.net.MalformedURLExceptionpublic java.util.HashMap getTransaction()
public void setTransaction(java.lang.String protocol,
java.lang.String url)
throws java.net.MalformedURLException
transaction - The transaction to set.java.net.MalformedURLExceptionpublic java.net.URL getGetRecordsURLPost()
public void setGetCapabilities(java.util.HashMap getCapabilities)
getCapabilities - the getCapabilities to setpublic void setDescribeRecords(java.util.HashMap describeRecords)
describeRecords - the describeRecords to setpublic void setGetDomain(java.util.HashMap getDomain)
getDomain - the getDomain to setpublic void setGetRecords(java.util.HashMap getRecords)
getRecords - the getRecords to setpublic void setGetRecordsById(java.util.HashMap getRecordsById)
getRecordsById - the getRecordsById to setpublic void setTransaction(java.util.HashMap transaction)
transaction - the transaction to setpublic void setHarvest(java.util.HashMap harvest)
harvest - the harvest to setpublic void setUrl(java.net.URL url)
url - the url to setpublic java.util.HashMap getGetExtrinsicContent()
public void setGetExtrinsicContent(java.util.HashMap getExtrinsicContent)
getExtrinsicContent - the getExtrinsicContent to setpublic void addGetExtrinsicContent(java.lang.String protocol,
java.lang.String url)
throws java.net.MalformedURLException
getDomain - The getDomain to set.java.net.MalformedURLException