java.lang.Object
com.foursoft.harness.vec.v113.VecUnit
com.foursoft.harness.vec.v113.VecSIUnit
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,Visitable,Serializable
The SIUnit class can define quantities in the terms of the SI-Unit-System by specifying the corresponding SI prefix (optional) and a SI unit name. The usage of SI units must be the preferred way of expressing units, since these units can be easily translated into other SI units.
Java class for SIUnit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SIUnit">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}Unit">
<sequence>
<element name="SiUnitName" type="{http://www.prostep.org/ecad-if/2011/vec}SiUnitName"/>
<element name="SiPrefix" type="{http://www.prostep.org/ecad-if/2011/vec}SiPrefix" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecSiPrefixSpecifies the prefix of the SI unit (e.g.protected VecSiUnitNameSpecifies the name of SI unit (e.g. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RGets the value of the siPrefix property.Gets the value of the siUnitName property.voidsetSiPrefix(VecSiPrefix value) Sets the value of the siPrefix property.voidsetSiUnitName(VecSiUnitName value) Sets the value of the siUnitName property.Methods inherited from class com.foursoft.harness.vec.v113.VecUnit
getExponent, getParentVecContent, getRefBuildingBlockSpecification2D, getRefBuildingBlockSpecification3D, getRefCompositeUnit, getRefDimension, getRefValueWithUnit, getXmlId, setExponent, setXmlId, toString
-
Field Details
-
siUnitName
Specifies the name of SI unit (e.g. metre, second,...)
-
siPrefix
Specifies the prefix of the SI unit (e.g. milli, centi, mirco,...)
-
-
Constructor Details
-
VecSIUnit
public VecSIUnit()
-
-
Method Details
-
getSiUnitName
Gets the value of the siUnitName property.Specifies the name of SI unit (e.g. metre, second,...)
- Returns:
- possible object is
VecSiUnitName
-
setSiUnitName
Sets the value of the siUnitName property.- Parameters:
value- allowed object isVecSiUnitName- See Also:
-
getSiPrefix
Gets the value of the siPrefix property.Specifies the prefix of the SI unit (e.g. milli, centi, mirco,...)
- Returns:
- possible object is
VecSiPrefix
-
setSiPrefix
Sets the value of the siPrefix property.- Parameters:
value- allowed object isVecSiPrefix- See Also:
-
accept
-