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

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

public class AlgorithmParameterType
extends java.lang.Object

Structure for a parameter description.

Java class for AlgorithmParameterType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AlgorithmParameterType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="prefixString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="suffixString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="separatorString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <choice>
           <element name="positionID" type="{}PositionIDType"/>
           <element name="stringID" type="{}StringIDType"/>
         </choice>
         <element name="wpsInputID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="wpsOutputID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger positionID
           
protected  java.lang.String prefixString
           
protected  java.lang.String separatorString
           
protected  java.lang.String stringID
           
protected  java.lang.String suffixString
           
protected  java.lang.String wpsInputID
           
protected  java.lang.String wpsOutputID
           
 
Constructor Summary
AlgorithmParameterType()
           
 
Method Summary
 java.math.BigInteger getPositionID()
          Gets the value of the positionID property.
 java.lang.String getPrefixString()
          Gets the value of the prefixString property.
 java.lang.String getSeparatorString()
          Gets the value of the separatorString property.
 java.lang.String getStringID()
          Gets the value of the stringID property.
 java.lang.String getSuffixString()
          Gets the value of the suffixString property.
 java.lang.String getWpsInputID()
          Gets the value of the wpsInputID property.
 java.lang.String getWpsOutputID()
          Gets the value of the wpsOutputID property.
 void setPositionID(java.math.BigInteger value)
          Sets the value of the positionID property.
 void setPrefixString(java.lang.String value)
          Sets the value of the prefixString property.
 void setSeparatorString(java.lang.String value)
          Sets the value of the separatorString property.
 void setStringID(java.lang.String value)
          Sets the value of the stringID property.
 void setSuffixString(java.lang.String value)
          Sets the value of the suffixString property.
 void setWpsInputID(java.lang.String value)
          Sets the value of the wpsInputID property.
 void setWpsOutputID(java.lang.String value)
          Sets the value of the wpsOutputID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefixString

protected java.lang.String prefixString

suffixString

protected java.lang.String suffixString

separatorString

protected java.lang.String separatorString

positionID

protected java.math.BigInteger positionID

stringID

protected java.lang.String stringID

wpsInputID

protected java.lang.String wpsInputID

wpsOutputID

protected java.lang.String wpsOutputID
Constructor Detail

AlgorithmParameterType

public AlgorithmParameterType()
Method Detail

getPrefixString

public java.lang.String getPrefixString()
Gets the value of the prefixString property.

Returns:
possible object is String

setPrefixString

public void setPrefixString(java.lang.String value)
Sets the value of the prefixString property.

Parameters:
value - allowed object is String

getSuffixString

public java.lang.String getSuffixString()
Gets the value of the suffixString property.

Returns:
possible object is String

setSuffixString

public void setSuffixString(java.lang.String value)
Sets the value of the suffixString property.

Parameters:
value - allowed object is String

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

getPositionID

public java.math.BigInteger getPositionID()
Gets the value of the positionID property.

Returns:
possible object is BigInteger

setPositionID

public void setPositionID(java.math.BigInteger value)
Sets the value of the positionID property.

Parameters:
value - allowed object is BigInteger

getStringID

public java.lang.String getStringID()
Gets the value of the stringID property.

Returns:
possible object is String

setStringID

public void setStringID(java.lang.String value)
Sets the value of the stringID property.

Parameters:
value - allowed object is String

getWpsInputID

public java.lang.String getWpsInputID()
Gets the value of the wpsInputID property.

Returns:
possible object is String

setWpsInputID

public void setWpsInputID(java.lang.String value)
Sets the value of the wpsInputID property.

Parameters:
value - allowed object is String

getWpsOutputID

public java.lang.String getWpsOutputID()
Gets the value of the wpsOutputID property.

Returns:
possible object is String

setWpsOutputID

public void setWpsOutputID(java.lang.String value)
Sets the value of the wpsOutputID property.

Parameters:
value - allowed object is String


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