public class SetEndEffectorParametersType extends MiddleCommandType
Java class for SetEndEffectorParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetEndEffectorParametersType">
<complexContent>
<extension base="{}MiddleCommandType">
<sequence>
<element name="ParameterSetting" type="{}ParameterSettingType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ParameterSettingType> |
parameterSetting |
commandIDname| Constructor and Description |
|---|
SetEndEffectorParametersType() |
| Modifier and Type | Method and Description |
|---|---|
List<ParameterSettingType> |
getParameterSetting()
Gets the value of the parameterSetting property.
|
getCommandID, setCommandIDgetName, setNameprotected List<ParameterSettingType> parameterSetting
public List<ParameterSettingType> getParameterSetting()
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 parameterSetting property.
For example, to add a new item, do as follows:
getParameterSetting().add(newItem);
Objects of the following type(s) are allowed in the list
ParameterSettingType
Copyright © 2017. All rights reserved.