|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.oxf.ows.capabilities.Description
public abstract class Description
According to the OWS Common this holds some general parameters, which are needed by ServiceIdentification and Dataset.
Constructor Summary | |
---|---|
Description(String title)
this constructor has all required attributes as its parameters. |
|
Description(String title,
String abstractDescription,
String[] keywords)
this constructor has all required attributes as its parameters. |
Method Summary | |
---|---|
String |
getAbstractDescription()
|
String[] |
getKeywords()
|
String |
getTitle()
|
protected void |
setAbstractDescription(String abstractDescription)
|
protected void |
setKeywords(String[] keywords)
|
protected void |
setTitle(String title)
sets the title. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Description(String title)
title
-
OXFException
public Description(String title, String abstractDescription, String[] keywords)
title
-
OXFException
Method Detail |
---|
protected void setTitle(String title) throws IllegalArgumentException
title
-
IllegalArgumentException
- if the title is empty.protected void setAbstractDescription(String abstractDescription)
abstractDescription
- protected void setKeywords(String[] keywords)
keywords
- public String getAbstractDescription()
public String[] getKeywords()
public String getTitle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |