Class 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> &lt;complexType name="ElectricalType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;attribute name="maxTotalCurrent" type="{http://www.w3.org/2001/XMLSchema}decimal" /&gt; &lt;attribute name="maxMotorCurrent" type="{http://www.w3.org/2001/XMLSchema}decimal" /&gt; &lt;attribute name="maxVoltage" type="{http://www.w3.org/2001/XMLSchema}decimal" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • ElectricalType

        public ElectricalType()
    • 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 is BigDecimal
      • 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 is BigDecimal
      • 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 is BigDecimal
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object