java.lang.Object
com.foursoft.harness.vec.v113.VecUnit
com.foursoft.harness.vec.v113.VecIECUnit
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,Visitable,Serializable
The IECUnit class can define quantities in the terms of the IEC-Unit-System by specifying the corresponding IEC prefix (optional) and an IEC unit name.
Java class for IECUnit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IECUnit">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}Unit">
<sequence>
<element name="IecUnitName" type="{http://www.prostep.org/ecad-if/2011/vec}IECUnitName"/>
<element name="IecPrefix" type="{http://www.prostep.org/ecad-if/2011/vec}IECPrefix" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecIECPrefixSpecifies the prefix of the IEC unit.protected VecIECUnitNameSpecifies the name of the IEC unit. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RGets the value of the iecPrefix property.Gets the value of the iecUnitName property.voidsetIecPrefix(VecIECPrefix value) Sets the value of the iecPrefix property.voidsetIecUnitName(VecIECUnitName value) Sets the value of the iecUnitName property.Methods inherited from class com.foursoft.harness.vec.v113.VecUnit
getExponent, getParentVecContent, getRefBuildingBlockSpecification2D, getRefBuildingBlockSpecification3D, getRefCompositeUnit, getRefDimension, getRefValueWithUnit, getXmlId, setExponent, setXmlId, toString
-
Field Details
-
iecUnitName
Specifies the name of the IEC unit.
-
iecPrefix
Specifies the prefix of the IEC unit.
-
-
Constructor Details
-
VecIECUnit
public VecIECUnit()
-
-
Method Details
-
getIecUnitName
Gets the value of the iecUnitName property.Specifies the name of the IEC unit.
- Returns:
- possible object is
VecIECUnitName
-
setIecUnitName
Sets the value of the iecUnitName property.- Parameters:
value- allowed object isVecIECUnitName- See Also:
-
getIecPrefix
Gets the value of the iecPrefix property.Specifies the prefix of the IEC unit.
- Returns:
- possible object is
VecIECPrefix
-
setIecPrefix
Sets the value of the iecPrefix property.- Parameters:
value- allowed object isVecIECPrefix- See Also:
-
accept
-