public class DefaultServiceInfo extends Object implements ServiceInfo, Serializable
| Modifier and Type | Field and Description | 
|---|---|
| protected String | description | 
| protected Set<String> | keywords | 
| protected URI | publisher | 
| protected URI | schema | 
| protected String | title | 
| Constructor and Description | 
|---|
| DefaultServiceInfo() | 
| DefaultServiceInfo(ServiceInfo copy) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Human readable description of this service. | 
| Set<String> | getKeywords()Keywords associated with this service. | 
| URI | getPublisher()Party responsible for providing this service. | 
| URI | getSchema()A URI used to identify the service type. | 
| URI | getSource()Returns the service source. | 
| String | getTitle()Human readable title representing the service. | 
| void | setDescription(String description) | 
| void | setKeywords(Set<String> keywords) | 
| void | setPublisher(URI publisher) | 
| void | setSchema(URI schema) | 
| void | setSource(URI source) | 
| void | setTitle(String title) | 
| String | toString() | 
protected String description
protected URI publisher
protected URI schema
protected String title
public DefaultServiceInfo()
public DefaultServiceInfo(ServiceInfo copy)
public String getDescription()
ServiceInfoThis use is understood to be in agreement with "dublin-core", implementors may use either abstract or description as needed.
A textual description of the content of the resource, including abstracts in the case of document-like objects or content descriptions in the case of visual resources.When providing actual dublin-core metadata you can gather up all the description information into a single string for searching.
getDescription in interface ServiceInfopublic void setDescription(String description)
description - the description to setpublic Set<String> getKeywords()
ServiceInfoMaps to the Dublin Core Subject element.
getKeywords in interface ServiceInfopublic void setKeywords(Set<String> keywords)
keywords - the keywords to setpublic URI getPublisher()
ServiceInfoKnown mappings:
getPublisher in interface ServiceInfopublic void setPublisher(URI publisher)
publisher - the publisher to setpublic URI getSchema()
ServiceInfoMaps to the Dublin Code Format element.
getSchema in interface ServiceInfopublic void setSchema(URI schema)
schema - the schema to setpublic String getTitle()
ServiceInfoThe title is used to represent the service in the context of a user interface and should make use of the current Locale if possible.
getTitle in interface ServiceInfopublic void setTitle(String title)
title - the title to setpublic URI getSource()
ServiceInfoMaps to the Dublin Core Server Element.
getSource in interface ServiceInfopublic void setSource(URI source)
source - the source to setCopyright © 1996–2019 Geotools. All rights reserved.