Class ElectricalType
java.lang.Object
org.bidib.jbidibc.decoder.schema.decoder.ElectricalType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the maxMotorCurrent property.Gets the value of the maxTotalCurrent property.Gets the value of the maxVoltage property.inthashCode()voidsetMaxMotorCurrent(BigDecimal value) Sets the value of the maxMotorCurrent property.voidsetMaxTotalCurrent(BigDecimal value) Sets the value of the maxTotalCurrent property.voidsetMaxVoltage(BigDecimal value) Sets the value of the maxVoltage property.toString()withMaxMotorCurrent(BigDecimal value) withMaxTotalCurrent(BigDecimal value) withMaxVoltage(BigDecimal value)
-
Field Details
-
maxTotalCurrent
-
maxMotorCurrent
-
maxVoltage
-
-
Constructor Details
-
ElectricalType
public ElectricalType()
-
-
Method Details
-
getMaxTotalCurrent
Gets the value of the maxTotalCurrent property.- Returns:
- possible object is
BigDecimal
-
setMaxTotalCurrent
Sets the value of the maxTotalCurrent property.- Parameters:
value- allowed object isBigDecimal
-
getMaxMotorCurrent
Gets the value of the maxMotorCurrent property.- Returns:
- possible object is
BigDecimal
-
setMaxMotorCurrent
Sets the value of the maxMotorCurrent property.- Parameters:
value- allowed object isBigDecimal
-
getMaxVoltage
Gets the value of the maxVoltage property.- Returns:
- possible object is
BigDecimal
-
setMaxVoltage
Sets the value of the maxVoltage property.- Parameters:
value- allowed object isBigDecimal
-
toString
-
equals
-
hashCode
public int hashCode() -
withMaxTotalCurrent
-
withMaxMotorCurrent
-
withMaxVoltage
-