public class SettingsStatusType extends DataThingType
Java class for SettingsStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SettingsStatusType">
<complexContent>
<extension base="{}DataThingType">
<sequence>
<element name="AngleUnitName" type="{}AngleUnitEnumType" minOccurs="0"/>
<element name="EndEffectorParameterSetting" type="{}ParameterSettingType" maxOccurs="unbounded" minOccurs="0"/>
<element name="EndEffectorSetting" type="{}FractionType" minOccurs="0"/>
<element name="ForceUnitName" type="{}ForceUnitEnumType" minOccurs="0"/>
<element name="JointLimits" type="{}JointLimitType" maxOccurs="unbounded" minOccurs="0"/>
<element name="IntermediatePoseTolerance" type="{}PoseToleranceType" minOccurs="0"/>
<element name="LengthUnitName" type="{}LengthUnitEnumType" minOccurs="0"/>
<element name="MaxCartesianLimit" type="{}PointType" minOccurs="0"/>
<element name="MinCartesianLimit" type="{}PointType" minOccurs="0"/>
<element name="MotionCoordinated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="PoseTolerance" type="{}PoseToleranceType" minOccurs="0"/>
<element name="RobotParameterSetting" type="{}ParameterSettingType" maxOccurs="unbounded" minOccurs="0"/>
<element name="RotAccelAbsolute" type="{}RotAccelAbsoluteType" minOccurs="0"/>
<element name="RotAccelRelative" type="{}RotAccelRelativeType" minOccurs="0"/>
<element name="RotSpeedAbsolute" type="{}RotSpeedAbsoluteType" minOccurs="0"/>
<element name="RotSpeedRelative" type="{}RotSpeedRelativeType" minOccurs="0"/>
<element name="TorqueUnitName" type="{}TorqueUnitEnumType" minOccurs="0"/>
<element name="TransAccelAbsolute" type="{}TransAccelAbsoluteType" minOccurs="0"/>
<element name="TransAccelRelative" type="{}TransAccelRelativeType" minOccurs="0"/>
<element name="TransSpeedAbsolute" type="{}TransSpeedAbsoluteType" minOccurs="0"/>
<element name="TransSpeedRelative" type="{}TransSpeedRelativeType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
name| Constructor and Description |
|---|
SettingsStatusType() |
| Modifier and Type | Method and Description |
|---|---|
AngleUnitEnumType |
getAngleUnitName()
Gets the value of the angleUnitName property.
|
List<ParameterSettingType> |
getEndEffectorParameterSetting()
Gets the value of the endEffectorParameterSetting property.
|
Double |
getEndEffectorSetting()
Gets the value of the endEffectorSetting property.
|
ForceUnitEnumType |
getForceUnitName()
Gets the value of the forceUnitName property.
|
PoseToleranceType |
getIntermediatePoseTolerance()
Gets the value of the intermediatePoseTolerance property.
|
List<JointLimitType> |
getJointLimits()
Gets the value of the jointLimits property.
|
LengthUnitEnumType |
getLengthUnitName()
Gets the value of the lengthUnitName property.
|
PointType |
getMaxCartesianLimit()
Gets the value of the maxCartesianLimit property.
|
PointType |
getMinCartesianLimit()
Gets the value of the minCartesianLimit property.
|
PoseToleranceType |
getPoseTolerance()
Gets the value of the poseTolerance property.
|
List<ParameterSettingType> |
getRobotParameterSetting()
Gets the value of the robotParameterSetting property.
|
RotAccelAbsoluteType |
getRotAccelAbsolute()
Gets the value of the rotAccelAbsolute property.
|
RotAccelRelativeType |
getRotAccelRelative()
Gets the value of the rotAccelRelative property.
|
RotSpeedAbsoluteType |
getRotSpeedAbsolute()
Gets the value of the rotSpeedAbsolute property.
|
RotSpeedRelativeType |
getRotSpeedRelative()
Gets the value of the rotSpeedRelative property.
|
TorqueUnitEnumType |
getTorqueUnitName()
Gets the value of the torqueUnitName property.
|
TransAccelAbsoluteType |
getTransAccelAbsolute()
Gets the value of the transAccelAbsolute property.
|
TransAccelRelativeType |
getTransAccelRelative()
Gets the value of the transAccelRelative property.
|
TransSpeedAbsoluteType |
getTransSpeedAbsolute()
Gets the value of the transSpeedAbsolute property.
|
TransSpeedRelativeType |
getTransSpeedRelative()
Gets the value of the transSpeedRelative property.
|
Boolean |
isMotionCoordinated()
Gets the value of the motionCoordinated property.
|
void |
setAngleUnitName(AngleUnitEnumType value)
Sets the value of the angleUnitName property.
|
void |
setEndEffectorSetting(Double value)
Sets the value of the endEffectorSetting property.
|
void |
setForceUnitName(ForceUnitEnumType value)
Sets the value of the forceUnitName property.
|
void |
setIntermediatePoseTolerance(PoseToleranceType value)
Sets the value of the intermediatePoseTolerance property.
|
void |
setLengthUnitName(LengthUnitEnumType value)
Sets the value of the lengthUnitName property.
|
void |
setMaxCartesianLimit(PointType value)
Sets the value of the maxCartesianLimit property.
|
void |
setMinCartesianLimit(PointType value)
Sets the value of the minCartesianLimit property.
|
void |
setMotionCoordinated(Boolean value)
Sets the value of the motionCoordinated property.
|
void |
setPoseTolerance(PoseToleranceType value)
Sets the value of the poseTolerance property.
|
void |
setRotAccelAbsolute(RotAccelAbsoluteType value)
Sets the value of the rotAccelAbsolute property.
|
void |
setRotAccelRelative(RotAccelRelativeType value)
Sets the value of the rotAccelRelative property.
|
void |
setRotSpeedAbsolute(RotSpeedAbsoluteType value)
Sets the value of the rotSpeedAbsolute property.
|
void |
setRotSpeedRelative(RotSpeedRelativeType value)
Sets the value of the rotSpeedRelative property.
|
void |
setTorqueUnitName(TorqueUnitEnumType value)
Sets the value of the torqueUnitName property.
|
void |
setTransAccelAbsolute(TransAccelAbsoluteType value)
Sets the value of the transAccelAbsolute property.
|
void |
setTransAccelRelative(TransAccelRelativeType value)
Sets the value of the transAccelRelative property.
|
void |
setTransSpeedAbsolute(TransSpeedAbsoluteType value)
Sets the value of the transSpeedAbsolute property.
|
void |
setTransSpeedRelative(TransSpeedRelativeType value)
Sets the value of the transSpeedRelative property.
|
getName, setNameprotected AngleUnitEnumType angleUnitName
protected List<ParameterSettingType> endEffectorParameterSetting
protected Double endEffectorSetting
protected ForceUnitEnumType forceUnitName
protected List<JointLimitType> jointLimits
protected PoseToleranceType intermediatePoseTolerance
protected LengthUnitEnumType lengthUnitName
protected PointType maxCartesianLimit
protected PointType minCartesianLimit
protected Boolean motionCoordinated
protected PoseToleranceType poseTolerance
protected List<ParameterSettingType> robotParameterSetting
protected RotAccelAbsoluteType rotAccelAbsolute
protected RotAccelRelativeType rotAccelRelative
protected RotSpeedAbsoluteType rotSpeedAbsolute
protected RotSpeedRelativeType rotSpeedRelative
protected TorqueUnitEnumType torqueUnitName
protected TransAccelAbsoluteType transAccelAbsolute
protected TransAccelRelativeType transAccelRelative
protected TransSpeedAbsoluteType transSpeedAbsolute
protected TransSpeedRelativeType transSpeedRelative
public AngleUnitEnumType getAngleUnitName()
AngleUnitEnumTypepublic void setAngleUnitName(AngleUnitEnumType value)
value - allowed object is
AngleUnitEnumTypepublic List<ParameterSettingType> getEndEffectorParameterSetting()
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 endEffectorParameterSetting property.
For example, to add a new item, do as follows:
getEndEffectorParameterSetting().add(newItem);
Objects of the following type(s) are allowed in the list
ParameterSettingType
public Double getEndEffectorSetting()
Doublepublic void setEndEffectorSetting(Double value)
value - allowed object is
Doublepublic ForceUnitEnumType getForceUnitName()
ForceUnitEnumTypepublic void setForceUnitName(ForceUnitEnumType value)
value - allowed object is
ForceUnitEnumTypepublic List<JointLimitType> getJointLimits()
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 jointLimits property.
For example, to add a new item, do as follows:
getJointLimits().add(newItem);
Objects of the following type(s) are allowed in the list
JointLimitType
public PoseToleranceType getIntermediatePoseTolerance()
PoseToleranceTypepublic void setIntermediatePoseTolerance(PoseToleranceType value)
value - allowed object is
PoseToleranceTypepublic LengthUnitEnumType getLengthUnitName()
LengthUnitEnumTypepublic void setLengthUnitName(LengthUnitEnumType value)
value - allowed object is
LengthUnitEnumTypepublic PointType getMaxCartesianLimit()
PointTypepublic void setMaxCartesianLimit(PointType value)
value - allowed object is
PointTypepublic PointType getMinCartesianLimit()
PointTypepublic void setMinCartesianLimit(PointType value)
value - allowed object is
PointTypepublic Boolean isMotionCoordinated()
Booleanpublic void setMotionCoordinated(Boolean value)
value - allowed object is
Booleanpublic PoseToleranceType getPoseTolerance()
PoseToleranceTypepublic void setPoseTolerance(PoseToleranceType value)
value - allowed object is
PoseToleranceTypepublic List<ParameterSettingType> getRobotParameterSetting()
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 robotParameterSetting property.
For example, to add a new item, do as follows:
getRobotParameterSetting().add(newItem);
Objects of the following type(s) are allowed in the list
ParameterSettingType
public RotAccelAbsoluteType getRotAccelAbsolute()
RotAccelAbsoluteTypepublic void setRotAccelAbsolute(RotAccelAbsoluteType value)
value - allowed object is
RotAccelAbsoluteTypepublic RotAccelRelativeType getRotAccelRelative()
RotAccelRelativeTypepublic void setRotAccelRelative(RotAccelRelativeType value)
value - allowed object is
RotAccelRelativeTypepublic RotSpeedAbsoluteType getRotSpeedAbsolute()
RotSpeedAbsoluteTypepublic void setRotSpeedAbsolute(RotSpeedAbsoluteType value)
value - allowed object is
RotSpeedAbsoluteTypepublic RotSpeedRelativeType getRotSpeedRelative()
RotSpeedRelativeTypepublic void setRotSpeedRelative(RotSpeedRelativeType value)
value - allowed object is
RotSpeedRelativeTypepublic TorqueUnitEnumType getTorqueUnitName()
TorqueUnitEnumTypepublic void setTorqueUnitName(TorqueUnitEnumType value)
value - allowed object is
TorqueUnitEnumTypepublic TransAccelAbsoluteType getTransAccelAbsolute()
TransAccelAbsoluteTypepublic void setTransAccelAbsolute(TransAccelAbsoluteType value)
value - allowed object is
TransAccelAbsoluteTypepublic TransAccelRelativeType getTransAccelRelative()
TransAccelRelativeTypepublic void setTransAccelRelative(TransAccelRelativeType value)
value - allowed object is
TransAccelRelativeTypepublic TransSpeedAbsoluteType getTransSpeedAbsolute()
TransSpeedAbsoluteTypepublic void setTransSpeedAbsolute(TransSpeedAbsoluteType value)
value - allowed object is
TransSpeedAbsoluteTypepublic TransSpeedRelativeType getTransSpeedRelative()
TransSpeedRelativeTypepublic void setTransSpeedRelative(TransSpeedRelativeType value)
value - allowed object is
TransSpeedRelativeTypeCopyright © 2018. All rights reserved.