org.n52.wps.server.feed.movingcode
Class AlgorithmDescription

java.lang.Object
  extended by org.n52.wps.server.feed.movingcode.AlgorithmDescription

public class AlgorithmDescription
extends java.lang.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">
       <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

workspaceLocation

protected java.lang.String workspaceLocation

algorithmLocation

protected java.lang.String algorithmLocation

containerType

protected java.lang.String containerType

requiredRuntimeComponent

protected java.util.List<java.lang.String> requiredRuntimeComponent

algorithmParameters

protected AlgorithmDescription.AlgorithmParameters algorithmParameters
Constructor Detail

AlgorithmDescription

public AlgorithmDescription()
Method Detail

getWorkspaceLocation

public java.lang.String getWorkspaceLocation()
Gets the value of the workspaceLocation property.

Returns:
possible object is String

setWorkspaceLocation

public void setWorkspaceLocation(java.lang.String value)
Sets the value of the workspaceLocation property.

Parameters:
value - allowed object is String

getAlgorithmLocation

public java.lang.String getAlgorithmLocation()
Gets the value of the algorithmLocation property.

Returns:
possible object is String

setAlgorithmLocation

public void setAlgorithmLocation(java.lang.String value)
Sets the value of the algorithmLocation property.

Parameters:
value - allowed object is String

getContainerType

public java.lang.String getContainerType()
Gets the value of the containerType property.

Returns:
possible object is String

setContainerType

public void setContainerType(java.lang.String value)
Sets the value of the containerType property.

Parameters:
value - allowed object is String

getRequiredRuntimeComponent

public java.util.List<java.lang.String> getRequiredRuntimeComponent()
Gets the value of the requiredRuntimeComponent property.

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


getAlgorithmParameters

public AlgorithmDescription.AlgorithmParameters getAlgorithmParameters()
Gets the value of the algorithmParameters property.

Returns:
possible object is AlgorithmDescription.AlgorithmParameters

setAlgorithmParameters

public void setAlgorithmParameters(AlgorithmDescription.AlgorithmParameters value)
Sets the value of the algorithmParameters property.

Parameters:
value - allowed object is AlgorithmDescription.AlgorithmParameters


Copyright © 2007-2011 52north.org. All Rights Reserved.