org.geotools.data.ows
Class ProcessDescription

java.lang.Object
  extended by org.geotools.data.ows.ProcessDescription

public class ProcessDescription
extends java.lang.Object

Used to hold data regarding Processes. Used by the DescribeProcessResponse

Author:
gdavis

Constructor Summary
ProcessDescription()
           
 
Method Summary
 org.opengis.util.InternationalString getDescription()
           
 java.lang.String getName()
           
 java.lang.String getOwsType()
           
 java.net.URL getOwsURL()
           
 org.opengis.util.InternationalString getTitle()
           
 void setDescription(org.opengis.util.InternationalString d)
           
 void setName(java.lang.String name)
           
 void setOwsType(java.lang.String owsType)
           
 void setOwsURL(java.net.URL owsURL)
           
 void setTitle(org.opengis.util.InternationalString t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessDescription

public ProcessDescription()
Method Detail

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.