Class ElectricalType

java.lang.Object
org.bidib.jbidibc.decoder.schema.decoder.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>
 
  • Field Details

    • maxTotalCurrent

      protected BigDecimal maxTotalCurrent
    • maxMotorCurrent

      protected BigDecimal maxMotorCurrent
    • maxVoltage

      protected BigDecimal maxVoltage
  • Constructor Details

    • ElectricalType

      public ElectricalType()
  • Method Details

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

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • withMaxTotalCurrent

      public ElectricalType withMaxTotalCurrent(BigDecimal value)
    • withMaxMotorCurrent

      public ElectricalType withMaxMotorCurrent(BigDecimal value)
    • withMaxVoltage

      public ElectricalType withMaxVoltage(BigDecimal value)