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

java.lang.Object
  extended by org.deegree.services.wps.provider.sextante.jaxb.SextanteProcesses

public class SextanteProcesses
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="Process" maxOccurs="unbounded" minOccurs="0">
           <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>
         </element>
       </sequence>
       <attribute name="configVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="0.1.0" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class SextanteProcesses.Process
          Java class for anonymous complex type.
 
Field Summary
protected  String configVersion
           
protected  List<SextanteProcesses.Process> process
           
 
Constructor Summary
SextanteProcesses()
           
 
Method Summary
 String getConfigVersion()
          Gets the value of the configVersion property.
 List<SextanteProcesses.Process> getProcess()
          Gets the value of the process property.
 void setConfigVersion(String value)
          Sets the value of the configVersion property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

process

protected List<SextanteProcesses.Process> process

configVersion

protected String configVersion
Constructor Detail

SextanteProcesses

public SextanteProcesses()
Method Detail

getProcess

public List<SextanteProcesses.Process> getProcess()
Gets the value of the process property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the process property.

For example, to add a new item, do as follows:

    getProcess().add(newItem);
 

Objects of the following type(s) are allowed in the list SextanteProcesses.Process


getConfigVersion

public String getConfigVersion()
Gets the value of the configVersion property.

Returns:
possible object is String

setConfigVersion

public void setConfigVersion(String value)
Sets the value of the configVersion property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.