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

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

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


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

Field Detail

id

protected String id

value

protected String value
Constructor Detail

SextanteProcesses.Process.InputParameters.Parameter.SelectionValue

public SextanteProcesses.Process.InputParameters.Parameter.SelectionValue()
Method Detail

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

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.