public class WrenchType extends DataThingType
Java class for WrenchType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WrenchType">
<complexContent>
<extension base="{}DataThingType">
<sequence>
<element name="Force" type="{}VectorType"/>
<element name="Moment" type="{}VectorType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VectorType |
force |
protected VectorType |
moment |
name| Constructor and Description |
|---|
WrenchType() |
| Modifier and Type | Method and Description |
|---|---|
VectorType |
getForce()
Gets the value of the force property.
|
VectorType |
getMoment()
Gets the value of the moment property.
|
void |
setForce(VectorType value)
Sets the value of the force property.
|
void |
setMoment(VectorType value)
Sets the value of the moment property.
|
getName, setNameprotected VectorType force
protected VectorType moment
public VectorType getForce()
VectorTypepublic void setForce(VectorType value)
value - allowed object is
VectorTypepublic VectorType getMoment()
VectorTypepublic void setMoment(VectorType value)
value - allowed object is
VectorTypeCopyright © 2018. All rights reserved.