org.deegree.ogcwebservices.wps
Class WPSDescription
java.lang.Object
org.deegree.ogcwebservices.wps.WPSDescription
- Direct Known Subclasses:
- InputDescription, IOValue, OutputDefinition, OutputDescription, ProcessBrief
public class WPSDescription
- extends java.lang.Object
WPSDescription.java
Created on 09.03.2006. 15:00:05h
Description of a WPS process, input, or output object.
- Version:
- $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18 Jun 2009) $
- Author:
- Christian Kiehle, Christian Heier, Jeronimo Wanhoff , last edited by: $Author: mschneider $
Field Summary |
protected java.lang.String |
_abstract
Brief narrative description of a process, input, or output, normally available for display to
a human. |
protected Code |
identifier
Unambiguous identifier or name of a process, unique for this server, or unambiguous
identifier or name of an input or output, unique for this process. |
protected java.lang.String |
title
Title of a process, input, or output, normally available for display to a human. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
identifier
protected Code identifier
- Unambiguous identifier or name of a process, unique for this server, or unambiguous
identifier or name of an input or output, unique for this process.
title
protected java.lang.String title
- Title of a process, input, or output, normally available for display to a human.
_abstract
protected java.lang.String _abstract
- Brief narrative description of a process, input, or output, normally available for display to
a human.
WPSDescription
public WPSDescription(Code identifier,
java.lang.String title,
java.lang.String _abstract)
- Parameters:
identifier
- title
- _abstract
-
WPSDescription
public WPSDescription(Code identifier,
java.lang.String title)
- Parameters:
identifier
- title
-
getIdentifier
public Code getIdentifier()
- Returns:
- identifier
setIdentifier
public void setIdentifier(Code value)
- Parameters:
value
-
getTitle
public java.lang.String getTitle()
- Returns:
- title
setTitle
public void setTitle(java.lang.String value)
- Parameters:
value
-
getAbstract
public java.lang.String getAbstract()
- Returns:
- abstract
setAbstract
public void setAbstract(java.lang.String value)
- Parameters:
value
-
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org