- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,Visitable,Serializable
Defines a unit as a composition of other units. The composition is done by multiplying the different other units. By this way combined units like kg/m can be formed.
Java class for CompositeUnit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompositeUnit">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}Unit">
<sequence>
<element name="Factors" type="{http://www.w3.org/2001/XMLSchema}IDREFS"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionReferences theUnitsthat are used as factors to create theCompositeUnit. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.foursoft.harness.vec.v113.VecUnit
getExponent, getParentVecContent, getRefBuildingBlockSpecification2D, getRefBuildingBlockSpecification3D, getRefCompositeUnit, getRefDimension, getRefValueWithUnit, getXmlId, setExponent, setXmlId, toString
-
Field Details
-
factors
References theUnitsthat are used as factors to create theCompositeUnit.
-
-
Constructor Details
-
VecCompositeUnit
public VecCompositeUnit()
-
-
Method Details
-
getFactors
Gets the value of the factors property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the factors property.For example, to add a new item, do as follows:
getFactors().add(newItem);Objects of the following type(s) are allowed in the list
ObjectReferences theUnitsthat are used as factors to create theCompositeUnit.
-
accept
-