java.lang.Object
com.foursoft.harness.vec.v113.VecUnit
com.foursoft.harness.vec.v113.VecImperialUnit
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,Visitable,Serializable
The ImperialUnit class can define quantities in the terms of the Imperial-Unit-System by specifying the corresponding Imperial unit name.
Java class for ImperialUnit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImperialUnit">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}Unit">
<sequence>
<element name="ImperialUnitName" type="{http://www.prostep.org/ecad-if/2011/vec}ImperialUnitName"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecImperialUnitNameSpecifies the name of the imperial unit. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RGets the value of the imperialUnitName property.voidSets the value of the imperialUnitName property.Methods inherited from class com.foursoft.harness.vec.v113.VecUnit
getExponent, getParentVecContent, getRefBuildingBlockSpecification2D, getRefBuildingBlockSpecification3D, getRefCompositeUnit, getRefDimension, getRefValueWithUnit, getXmlId, setExponent, setXmlId, toString
-
Field Details
-
imperialUnitName
Specifies the name of the imperial unit.
-
-
Constructor Details
-
VecImperialUnit
public VecImperialUnit()
-
-
Method Details
-
getImperialUnitName
Gets the value of the imperialUnitName property.Specifies the name of the imperial unit.
- Returns:
- possible object is
VecImperialUnitName
-
setImperialUnitName
Sets the value of the imperialUnitName property.- Parameters:
value- allowed object isVecImperialUnitName- See Also:
-
accept
-