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

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

public static class SextanteProcesses.Process.InputParameters.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"/>
         <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>
 


Nested Class Summary
static class SextanteProcesses.Process.InputParameters.Parameter.SelectionValue
          Java class for anonymous complex type.
 
Field Summary
protected  String _abstract
           
protected  String id
           
protected  List<SextanteProcesses.Process.InputParameters.Parameter.SelectionValue> selectionValue
           
 
Constructor Summary
SextanteProcesses.Process.InputParameters.Parameter()
           
 
Method Summary
 String getAbstract()
          Gets the value of the abstract property.
 String getId()
          Gets the value of the id property.
 List<SextanteProcesses.Process.InputParameters.Parameter.SelectionValue> getSelectionValue()
          Gets the value of the selectionValue 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

selectionValue

protected List<SextanteProcesses.Process.InputParameters.Parameter.SelectionValue> selectionValue

id

protected String id
Constructor Detail

SextanteProcesses.Process.InputParameters.Parameter

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

getSelectionValue

public List<SextanteProcesses.Process.InputParameters.Parameter.SelectionValue> getSelectionValue()
Gets the value of the selectionValue 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 selectionValue property.

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

    getSelectionValue().add(newItem);
 

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


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.