|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.n52.wps.server.feed.movingcode.AlgorithmParameterType
public class AlgorithmParameterType
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 |
|---|
protected java.lang.String prefixString
protected java.lang.String suffixString
protected java.lang.String separatorString
protected java.math.BigInteger positionID
protected java.lang.String stringID
protected java.lang.String wpsInputID
protected java.lang.String wpsOutputID
| Constructor Detail |
|---|
public AlgorithmParameterType()
| Method Detail |
|---|
public java.lang.String getPrefixString()
Stringpublic void setPrefixString(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSuffixString()
Stringpublic void setSuffixString(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSeparatorString()
Stringpublic void setSeparatorString(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getPositionID()
BigIntegerpublic void setPositionID(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getStringID()
Stringpublic void setStringID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWpsInputID()
Stringpublic void setWpsInputID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWpsOutputID()
Stringpublic void setWpsOutputID(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||