java.lang.Object
com.foursoft.harness.vec.v113.VecUnit
com.foursoft.harness.vec.v113.VecOtherUnit
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,Visitable,Serializable
The OtherUnit class can be used to define a unit, which is necessary in the context of data exchange but not contained in the standard systems (e.g. Piece).
Java class for OtherUnit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtherUnit">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}Unit">
<sequence>
<element name="OtherUnitName" type="{http://www.prostep.org/ecad-if/2011/vec}OtherUnitName"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RGets the value of the otherUnitName property.voidsetOtherUnitName(VecOtherUnitName value) Sets the value of the otherUnitName property.Methods inherited from class com.foursoft.harness.vec.v113.VecUnit
getExponent, getParentVecContent, getRefBuildingBlockSpecification2D, getRefBuildingBlockSpecification3D, getRefCompositeUnit, getRefDimension, getRefValueWithUnit, getXmlId, setExponent, setXmlId, toString
-
Field Details
-
otherUnitName
Specifies the name of the unit.
-
-
Constructor Details
-
VecOtherUnit
public VecOtherUnit()
-
-
Method Details
-
getOtherUnitName
Gets the value of the otherUnitName property.Specifies the name of the unit.
- Returns:
- possible object is
VecOtherUnitName
-
setOtherUnitName
Sets the value of the otherUnitName property.- Parameters:
value- allowed object isVecOtherUnitName- See Also:
-
accept
-