Class ElectricalType
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.decoder.ElectricalType
-
public class ElectricalType extends Object
<p>Java class for ElectricalType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected BigDecimalmaxMotorCurrentprotected BigDecimalmaxTotalCurrentprotected BigDecimalmaxVoltage
-
Constructor Summary
Constructors Constructor Description ElectricalType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)BigDecimalgetMaxMotorCurrent()Gets the value of the maxMotorCurrent property.BigDecimalgetMaxTotalCurrent()Gets the value of the maxTotalCurrent property.BigDecimalgetMaxVoltage()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.StringtoString()ElectricalTypewithMaxMotorCurrent(BigDecimal value)ElectricalTypewithMaxTotalCurrent(BigDecimal value)ElectricalTypewithMaxVoltage(BigDecimal value)
-
-
-
Field Detail
-
maxTotalCurrent
protected BigDecimal maxTotalCurrent
-
maxMotorCurrent
protected BigDecimal maxMotorCurrent
-
maxVoltage
protected BigDecimal maxVoltage
-
-
Method Detail
-
getMaxTotalCurrent
public BigDecimal getMaxTotalCurrent()
Gets the value of the maxTotalCurrent property.- Returns:
- possible object is
BigDecimal
-
setMaxTotalCurrent
public void setMaxTotalCurrent(BigDecimal value)
Sets the value of the maxTotalCurrent property.- Parameters:
value- allowed object isBigDecimal
-
getMaxMotorCurrent
public BigDecimal getMaxMotorCurrent()
Gets the value of the maxMotorCurrent property.- Returns:
- possible object is
BigDecimal
-
setMaxMotorCurrent
public void setMaxMotorCurrent(BigDecimal value)
Sets the value of the maxMotorCurrent property.- Parameters:
value- allowed object isBigDecimal
-
getMaxVoltage
public BigDecimal getMaxVoltage()
Gets the value of the maxVoltage property.- Returns:
- possible object is
BigDecimal
-
setMaxVoltage
public void setMaxVoltage(BigDecimal value)
Sets the value of the maxVoltage property.- Parameters:
value- allowed object isBigDecimal
-
withMaxTotalCurrent
public ElectricalType withMaxTotalCurrent(BigDecimal value)
-
withMaxMotorCurrent
public ElectricalType withMaxMotorCurrent(BigDecimal value)
-
withMaxVoltage
public ElectricalType withMaxVoltage(BigDecimal value)
-
-