org.deegree.ogcwebservices.wfs.capabilities
Class GMLObject
java.lang.Object
org.deegree.ogcwebservices.wfs.capabilities.GMLObject
public class GMLObject
- extends java.lang.Object
GMLObject
encapsulate a gml object
- Version:
- $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18 Jun 2009) $
- Author:
- Markus Schneider , last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GMLObject
public GMLObject(QualifiedName name,
java.lang.String title,
java.lang.String abstract_,
Keywords[] keywords,
FormatType[] outputFormats)
- Parameters:
name
- of the objecttitle
- abstract_
- keywords
- outputFormats
-
getAbstract
public java.lang.String getAbstract()
- Returns:
- Returns the abstract.
setAbstract
public void setAbstract(java.lang.String abstract_)
- Parameters:
abstract_
- The abstract to set.
getKeywords
public Keywords[] getKeywords()
- Returns:
- Returns the keywords.
setKeywords
public void setKeywords(Keywords[] keywords)
- Parameters:
keywords
- The keywords to set.
getName
public QualifiedName getName()
- Returns:
- Returns the name.
setName
public void setName(QualifiedName name)
- Parameters:
name
- The name to set.
getOutputFormats
public FormatType[] getOutputFormats()
- Returns:
- Returns the outputFormats.
setOutputFormats
public void setOutputFormats(FormatType[] outputFormats)
- Parameters:
outputFormats
- The outputFormats to set.
getTitle
public java.lang.String getTitle()
- Returns:
- Returns the title.
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title
- The title to set.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org