|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.wps.provider.sextante.jaxb.SextanteProcesses.Process.InputParameters.Parameter
public static class SextanteProcesses.Process.InputParameters.Parameter
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 |
|---|
protected String _abstract
protected List<SextanteProcesses.Process.InputParameters.Parameter.SelectionValue> selectionValue
protected String id
| Constructor Detail |
|---|
public SextanteProcesses.Process.InputParameters.Parameter()
| Method Detail |
|---|
public String getAbstract()
Stringpublic void setAbstract(String value)
value - allowed object is
Stringpublic List<SextanteProcesses.Process.InputParameters.Parameter.SelectionValue> getSelectionValue()
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
public String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||