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

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

public static class SextanteProcesses.Process
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"/>
         <element name="InputParameters">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Parameter" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="Abstract" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="SelectionValue" maxOccurs="unbounded" minOccurs="0">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                                     <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                           </sequence>
                           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="OutputParameters">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Parameter" maxOccurs="unbounded">
                     <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>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class SextanteProcesses.Process.InputParameters
          Java class for anonymous complex type.
static class SextanteProcesses.Process.OutputParameters
          Java class for anonymous complex type.
 
Field Summary
protected  String _abstract
           
protected  String id
           
protected  SextanteProcesses.Process.InputParameters inputParameters
           
protected  SextanteProcesses.Process.OutputParameters outputParameters
           
 
Constructor Summary
SextanteProcesses.Process()
           
 
Method Summary
 String getAbstract()
          Gets the value of the abstract property.
 String getId()
          Gets the value of the id property.
 SextanteProcesses.Process.InputParameters getInputParameters()
          Gets the value of the inputParameters property.
 SextanteProcesses.Process.OutputParameters getOutputParameters()
          Gets the value of the outputParameters property.
 void setAbstract(String value)
          Sets the value of the abstract property.
 void setId(String value)
          Sets the value of the id property.
 void setInputParameters(SextanteProcesses.Process.InputParameters value)
          Sets the value of the inputParameters property.
 void setOutputParameters(SextanteProcesses.Process.OutputParameters value)
          Sets the value of the outputParameters 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

inputParameters

protected SextanteProcesses.Process.InputParameters inputParameters

outputParameters

protected SextanteProcesses.Process.OutputParameters outputParameters

id

protected String id
Constructor Detail

SextanteProcesses.Process

public SextanteProcesses.Process()
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

getInputParameters

public SextanteProcesses.Process.InputParameters getInputParameters()
Gets the value of the inputParameters property.

Returns:
possible object is SextanteProcesses.Process.InputParameters

setInputParameters

public void setInputParameters(SextanteProcesses.Process.InputParameters value)
Sets the value of the inputParameters property.

Parameters:
value - allowed object is SextanteProcesses.Process.InputParameters

getOutputParameters

public SextanteProcesses.Process.OutputParameters getOutputParameters()
Gets the value of the outputParameters property.

Returns:
possible object is SextanteProcesses.Process.OutputParameters

setOutputParameters

public void setOutputParameters(SextanteProcesses.Process.OutputParameters value)
Sets the value of the outputParameters property.

Parameters:
value - allowed object is SextanteProcesses.Process.OutputParameters

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.