|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.DefaultServiceInfo
public class DefaultServiceInfo
Implementation of DefaultServiceInfo as a java bean.
Field Summary | |
---|---|
protected java.lang.String |
description
|
protected java.util.Set<java.lang.String> |
keywords
|
protected java.net.URI |
publisher
|
protected java.net.URI |
schema
|
protected java.lang.String |
title
|
Constructor Summary | |
---|---|
DefaultServiceInfo()
|
|
DefaultServiceInfo(ServiceInfo copy)
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Human readable description of this service. |
java.util.Set<java.lang.String> |
getKeywords()
Keywords associated with this service. |
java.net.URI |
getPublisher()
Party responsible for providing this service. |
java.net.URI |
getSchema()
A URI used to identify the service type. |
java.net.URI |
getSource()
Returns the service source. |
java.lang.String |
getTitle()
Human readable title representing the service. |
void |
setDescription(java.lang.String description)
|
void |
setKeywords(java.util.Set<java.lang.String> keywords)
|
void |
setPublisher(java.net.URI publisher)
|
void |
setSchema(java.net.URI schema)
|
void |
setSource(java.net.URI source)
|
void |
setTitle(java.lang.String title)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String description
protected java.util.Set<java.lang.String> keywords
protected java.net.URI publisher
protected java.net.URI schema
protected java.lang.String title
Constructor Detail |
---|
public DefaultServiceInfo()
public DefaultServiceInfo(ServiceInfo copy)
Method Detail |
---|
public java.lang.String getDescription()
ServiceInfo
This 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 ServiceInfo
public void setDescription(java.lang.String description)
description
- the description to setpublic java.util.Set<java.lang.String> getKeywords()
ServiceInfo
Maps to the Dublin Core Subject element.
getKeywords
in interface ServiceInfo
public void setKeywords(java.util.Set<java.lang.String> keywords)
keywords
- the keywords to setpublic java.net.URI getPublisher()
ServiceInfo
Known mappings:
getPublisher
in interface ServiceInfo
public void setPublisher(java.net.URI publisher)
publisher
- the publisher to setpublic java.net.URI getSchema()
ServiceInfo
Maps to the Dublin Code Format element.
getSchema
in interface ServiceInfo
public void setSchema(java.net.URI schema)
schema
- the schema to setpublic java.lang.String getTitle()
ServiceInfo
The 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 ServiceInfo
public void setTitle(java.lang.String title)
title
- the title to setpublic java.net.URI getSource()
ServiceInfo
Maps to the Dublin Core Server Element.
getSource
in interface ServiceInfo
public void setSource(java.net.URI source)
source
- the source to setpublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |