java.lang.Object
com.foursoft.harness.vec.v113.VecUnit
com.foursoft.harness.vec.v113.VecUSUnit
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,Visitable,Serializable
The USUnit class can define quantities in the terms of the US-Unit-System by specifying the corresponding US unit name. The US Unit System is quite similar to the imperial unit system, however some units are defined slightly different.
Java class for USUnit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="USUnit">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}Unit">
<sequence>
<element name="UsUnitName" type="{http://www.prostep.org/ecad-if/2011/vec}USUnitName"/>
</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 usUnitName property.voidsetUsUnitName(VecUSUnitName value) Sets the value of the usUnitName property.Methods inherited from class com.foursoft.harness.vec.v113.VecUnit
getExponent, getParentVecContent, getRefBuildingBlockSpecification2D, getRefBuildingBlockSpecification3D, getRefCompositeUnit, getRefDimension, getRefValueWithUnit, getXmlId, setExponent, setXmlId, toString
-
Field Details
-
usUnitName
Specifies the name of theUSUnit.
-
-
Constructor Details
-
VecUSUnit
public VecUSUnit()
-
-
Method Details
-
getUsUnitName
Gets the value of the usUnitName property.Specifies the name of theUSUnit.
- Returns:
- possible object is
VecUSUnitName
-
setUsUnitName
Sets the value of the usUnitName property.- Parameters:
value- allowed object isVecUSUnitName- See Also:
-
accept
-