|
||||||||||
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.OutputParameters.Parameter
public static class SextanteProcesses.Process.OutputParameters.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"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
_abstract
|
protected String |
id
|
Constructor Summary | |
---|---|
SextanteProcesses.Process.OutputParameters.Parameter()
|
Method Summary | |
---|---|
String |
getAbstract()
Gets the value of the abstract property. |
String |
getId()
Gets the value of the id 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 String id
Constructor Detail |
---|
public SextanteProcesses.Process.OutputParameters.Parameter()
Method Detail |
---|
public String getAbstract()
String
public void setAbstract(String value)
value
- allowed object is
String
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 |