org.deegree.services.wps.provider.sextante.jaxb
Class SextanteProcesses.Process.OutputParameters.Parameter

java.lang.Object
  extended by org.deegree.services.wps.provider.sextante.jaxb.SextanteProcesses.Process.OutputParameters.Parameter
Enclosing class:
SextanteProcesses.Process.OutputParameters

public static class SextanteProcesses.Process.OutputParameters.Parameter
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Abstract" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String _abstract
           
protected  String id
           
 
Constructor Summary
SextanteProcesses.Process.OutputParameters.Parameter()
           
 
Method Summary
 String getAbstract()
          Gets the value of the abstract property.
 String getId()
          Gets the value of the id property.
 void setAbstract(String value)
          Sets the value of the abstract property.
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_abstract

protected String _abstract

id

protected String id
Constructor Detail

SextanteProcesses.Process.OutputParameters.Parameter

public SextanteProcesses.Process.OutputParameters.Parameter()
Method Detail

getAbstract

public String getAbstract()
Gets the value of the abstract property.

Returns:
possible object is String

setAbstract

public void setAbstract(String value)
Sets the value of the abstract property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.