public class ServiceParameterGroup extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected List<ServiceParameterOrRepeater> | 
_parameters
The group's parameters. 
 | 
| Constructor and Description | 
|---|
ServiceParameterGroup()
Build a new service parameter group. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(ServiceParameterOrRepeater parameter)
Add a parameter to the group. 
 | 
List<ServiceParameterOrRepeater> | 
getParameters()
Get the group's parameters. 
 | 
void | 
setParameters(List<ServiceParameterOrRepeater> parameters)
Set the group's parameters. 
 | 
protected List<ServiceParameterOrRepeater> _parameters
public ServiceParameterGroup()
public List<ServiceParameterOrRepeater> getParameters()
public void setParameters(List<ServiceParameterOrRepeater> parameters)
parameters - the group's parameters.public void add(ServiceParameterOrRepeater parameter)
parameter - the parameter to add.