|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.n52.wps.server.feed.movingcode.AlgorithmDescription
public class AlgorithmDescription
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="workspaceLocation" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="algorithmLocation" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="containerType" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="requiredRuntimeComponent" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/>
<element name="algorithmParameters">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parameter" type="{}AlgorithmParameterType" maxOccurs="unbounded"/>
<element name="separatorString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="sequential" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
AlgorithmDescription.AlgorithmParameters
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.lang.String |
algorithmLocation
|
protected AlgorithmDescription.AlgorithmParameters |
algorithmParameters
|
protected java.lang.String |
containerType
|
protected java.util.List<java.lang.String> |
requiredRuntimeComponent
|
protected java.lang.String |
workspaceLocation
|
| Constructor Summary | |
|---|---|
AlgorithmDescription()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAlgorithmLocation()
Gets the value of the algorithmLocation property. |
AlgorithmDescription.AlgorithmParameters |
getAlgorithmParameters()
Gets the value of the algorithmParameters property. |
java.lang.String |
getContainerType()
Gets the value of the containerType property. |
java.util.List<java.lang.String> |
getRequiredRuntimeComponent()
Gets the value of the requiredRuntimeComponent property. |
java.lang.String |
getWorkspaceLocation()
Gets the value of the workspaceLocation property. |
void |
setAlgorithmLocation(java.lang.String value)
Sets the value of the algorithmLocation property. |
void |
setAlgorithmParameters(AlgorithmDescription.AlgorithmParameters value)
Sets the value of the algorithmParameters property. |
void |
setContainerType(java.lang.String value)
Sets the value of the containerType property. |
void |
setWorkspaceLocation(java.lang.String value)
Sets the value of the workspaceLocation property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String workspaceLocation
protected java.lang.String algorithmLocation
protected java.lang.String containerType
protected java.util.List<java.lang.String> requiredRuntimeComponent
protected AlgorithmDescription.AlgorithmParameters algorithmParameters
| Constructor Detail |
|---|
public AlgorithmDescription()
| Method Detail |
|---|
public java.lang.String getWorkspaceLocation()
Stringpublic void setWorkspaceLocation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAlgorithmLocation()
Stringpublic void setAlgorithmLocation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContainerType()
Stringpublic void setContainerType(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getRequiredRuntimeComponent()
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 requiredRuntimeComponent property.
For example, to add a new item, do as follows:
getRequiredRuntimeComponent().add(newItem);
Objects of the following type(s) are allowed in the list
String
public AlgorithmDescription.AlgorithmParameters getAlgorithmParameters()
AlgorithmDescription.AlgorithmParameterspublic void setAlgorithmParameters(AlgorithmDescription.AlgorithmParameters value)
value - allowed object is
AlgorithmDescription.AlgorithmParameters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||