org.geotools.data.ows
Class ProcessDescription
java.lang.Object
org.geotools.data.ows.ProcessDescription
public class ProcessDescription
- extends java.lang.Object
Used to hold data regarding Processes. Used by the DescribeProcessResponse
- Author:
- gdavis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessDescription
public ProcessDescription()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getTitle
public org.opengis.util.InternationalString getTitle()
setTitle
public void setTitle(org.opengis.util.InternationalString t)
getDescription
public org.opengis.util.InternationalString getDescription()
setDescription
public void setDescription(org.opengis.util.InternationalString d)
getOwsType
public java.lang.String getOwsType()
setOwsType
public void setOwsType(java.lang.String owsType)
getOwsURL
public java.net.URL getOwsURL()
setOwsURL
public void setOwsURL(java.net.URL owsURL)
Copyright © 1996-2010 Geotools. All Rights Reserved.