Java class for Params complex type.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| methodParameters | list of methodParameters | element | 0/unbounded | Method parameter list. |
Example
<p----->
<methodParameters>
<acceptValues>...</acceptValues>
<parameterName>...</parameterName>
<parameterValues>...</parameterValues>
</methodParameters>
</p----->