Class BatteryDescriptor

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2

    public class BatteryDescriptor
    extends AbstractDeviceComponentDescriptor
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    For battery-powered devices, battery information can be contained in this object.

    Java class for BatteryDescriptor complex type.

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

     <complexType name="BatteryDescriptor">
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractDeviceComponentDescriptor">
           <sequence>
             <element name="CapacityFullCharge" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Measurement" minOccurs="0"/>
             <element name="CapacitySpecified" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Measurement" minOccurs="0"/>
             <element name="VoltageSpecified" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Measurement" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>