public class BatteryDescriptor extends AbstractDeviceComponentDescriptor
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>
AbstractDeviceComponentDescriptor.ProductionSpecification| Modifier and Type | Field and Description |
|---|---|
protected Measurement |
capacityFullCharge |
protected Measurement |
capacitySpecified |
protected Measurement |
voltageSpecified |
productionSpecificationdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
BatteryDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
Measurement |
getCapacityFullCharge()
Gets the value of the capacityFullCharge property.
|
Measurement |
getCapacitySpecified()
Gets the value of the capacitySpecified property.
|
Measurement |
getVoltageSpecified()
Gets the value of the voltageSpecified property.
|
int |
hashCode() |
void |
setCapacityFullCharge(Measurement value)
Sets the value of the capacityFullCharge property.
|
void |
setCapacitySpecified(Measurement value)
Sets the value of the capacitySpecified property.
|
void |
setVoltageSpecified(Measurement value)
Sets the value of the voltageSpecified property.
|
java.lang.String |
toString() |
getProductionSpecification, setProductionSpecificationgetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected Measurement capacityFullCharge
protected Measurement capacitySpecified
protected Measurement voltageSpecified
public Measurement getCapacityFullCharge()
Measurementpublic void setCapacityFullCharge(Measurement value)
value - allowed object is
Measurementpublic Measurement getCapacitySpecified()
Measurementpublic void setCapacitySpecified(Measurement value)
value - allowed object is
Measurementpublic Measurement getVoltageSpecified()
Measurementpublic void setVoltageSpecified(Measurement value)
value - allowed object is
Measurementpublic java.lang.String toString()
toString in class AbstractDeviceComponentDescriptorpublic boolean equals(java.lang.Object that)
equals in class AbstractDeviceComponentDescriptorpublic int hashCode()
hashCode in class AbstractDeviceComponentDescriptor