|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.wps.provider.sextante.jaxb.SextanteProcesses.Process
public static class SextanteProcesses.Process
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 |
---|
protected String _abstract
protected SextanteProcesses.Process.InputParameters inputParameters
protected SextanteProcesses.Process.OutputParameters outputParameters
protected String id
Constructor Detail |
---|
public SextanteProcesses.Process()
Method Detail |
---|
public String getAbstract()
String
public void setAbstract(String value)
value
- allowed object is
String
public SextanteProcesses.Process.InputParameters getInputParameters()
SextanteProcesses.Process.InputParameters
public void setInputParameters(SextanteProcesses.Process.InputParameters value)
value
- allowed object is
SextanteProcesses.Process.InputParameters
public SextanteProcesses.Process.OutputParameters getOutputParameters()
SextanteProcesses.Process.OutputParameters
public void setOutputParameters(SextanteProcesses.Process.OutputParameters value)
value
- allowed object is
SextanteProcesses.Process.OutputParameters
public String getId()
String
public 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 |