public class ElectricalType extends Object
Java class for ElectricalType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElectricalType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="maxTotalCurrent" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="maxMotorCurrent" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="maxVoltage" type="{http://www.w3.org/2001/XMLSchema}decimal" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
maxMotorCurrent |
protected BigDecimal |
maxTotalCurrent |
protected BigDecimal |
maxVoltage |
| Constructor and Description |
|---|
ElectricalType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
BigDecimal |
getMaxMotorCurrent()
Gets the value of the maxMotorCurrent property.
|
BigDecimal |
getMaxTotalCurrent()
Gets the value of the maxTotalCurrent property.
|
BigDecimal |
getMaxVoltage()
Gets the value of the maxVoltage property.
|
int |
hashCode() |
void |
setMaxMotorCurrent(BigDecimal value)
Sets the value of the maxMotorCurrent property.
|
void |
setMaxTotalCurrent(BigDecimal value)
Sets the value of the maxTotalCurrent property.
|
void |
setMaxVoltage(BigDecimal value)
Sets the value of the maxVoltage property.
|
String |
toString() |
ElectricalType |
withMaxMotorCurrent(BigDecimal value) |
ElectricalType |
withMaxTotalCurrent(BigDecimal value) |
ElectricalType |
withMaxVoltage(BigDecimal value) |
protected BigDecimal maxTotalCurrent
protected BigDecimal maxMotorCurrent
protected BigDecimal maxVoltage
public BigDecimal getMaxTotalCurrent()
BigDecimalpublic void setMaxTotalCurrent(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getMaxMotorCurrent()
BigDecimalpublic void setMaxMotorCurrent(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getMaxVoltage()
BigDecimalpublic void setMaxVoltage(BigDecimal value)
value - allowed object is
BigDecimalpublic ElectricalType withMaxTotalCurrent(BigDecimal value)
public ElectricalType withMaxMotorCurrent(BigDecimal value)
public ElectricalType withMaxVoltage(BigDecimal value)
Copyright © 2018. All rights reserved.