Class ElectricalType


  • 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>
     
    • 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