org.deegree.ogcwebservices.wfs.capabilities
Class GMLObject
java.lang.Object
org.deegree.ogcwebservices.wfs.capabilities.GMLObject
public class GMLObject
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GMLObject
public GMLObject(QualifiedName name,
String title,
String abstract_,
Keywords[] keywords,
FormatType[] outputFormats)
getAbstract
public String getAbstract()
- Returns:
- Returns the abstract.
setAbstract
public void setAbstract(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 String getTitle()
- Returns:
- Returns the title.
setTitle
public void setTitle(String title)
- Parameters:
title
- The title to set.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net