Class VecBatterySpecification

All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, HasCustomProperties<VecCustomProperty>, HasDescription<VecAbstractLocalizedString>, HasIdentification, HasModifiableIdentification, Visitable, Serializable

public class VecBatterySpecification extends VecEEComponentSpecification implements Serializable, Visitable

Specification of the electrological aspects of a battery.

Java class for BatterySpecification complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="BatterySpecification">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}EEComponentSpecification">
       <sequence>
         <element name="U" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
         <element name="I" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
         <element name="ICool" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
         <element name="Capacity" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also: