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

java.lang.Object
  extended by org.n52.wps.server.feed.movingcode.AlgorithmDescription.AlgorithmParameters
Enclosing class:
AlgorithmDescription

public static class AlgorithmDescription.AlgorithmParameters
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="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>
 


Field Summary
protected  java.util.List<AlgorithmParameterType> parameter
           
protected  java.lang.String separatorString
           
protected  java.lang.Boolean sequential
           
 
Constructor Summary
AlgorithmDescription.AlgorithmParameters()
           
 
Method Summary
 java.util.List<AlgorithmParameterType> getParameter()
          Gets the value of the parameter property.
 java.lang.String getSeparatorString()
          Gets the value of the separatorString property.
 java.lang.Boolean isSequential()
          Gets the value of the sequential property.
 void setSeparatorString(java.lang.String value)
          Sets the value of the separatorString property.
 void setSequential(java.lang.Boolean value)
          Sets the value of the sequential property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameter

protected java.util.List<AlgorithmParameterType> parameter

separatorString

protected java.lang.String separatorString

sequential

protected java.lang.Boolean sequential
Constructor Detail

AlgorithmDescription.AlgorithmParameters

public AlgorithmDescription.AlgorithmParameters()
Method Detail

getParameter

public java.util.List<AlgorithmParameterType> getParameter()
Gets the value of the parameter 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 parameter property.

For example, to add a new item, do as follows:

    getParameter().add(newItem);
 

Objects of the following type(s) are allowed in the list AlgorithmParameterType


getSeparatorString

public java.lang.String getSeparatorString()
Gets the value of the separatorString property.

Returns:
possible object is String

setSeparatorString

public void setSeparatorString(java.lang.String value)
Sets the value of the separatorString property.

Parameters:
value - allowed object is String

isSequential

public java.lang.Boolean isSequential()
Gets the value of the sequential property.

Returns:
possible object is Boolean

setSequential

public void setSequential(java.lang.Boolean value)
Sets the value of the sequential property.

Parameters:
value - allowed object is Boolean


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