|
||||||||||
| 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.AlgorithmParameters
public static class AlgorithmDescription.AlgorithmParameters
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 |
|---|
protected java.util.List<AlgorithmParameterType> parameter
protected java.lang.String separatorString
protected java.lang.Boolean sequential
| Constructor Detail |
|---|
public AlgorithmDescription.AlgorithmParameters()
| Method Detail |
|---|
public java.util.List<AlgorithmParameterType> getParameter()
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
public java.lang.String getSeparatorString()
Stringpublic void setSeparatorString(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isSequential()
Booleanpublic void setSequential(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||