Class TBitRateInMbPerSec

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBitRateInMbPerSec

public class TBitRateInMbPerSec extends Object

Java class for tBitRateInMbPerSec complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tBitRateInMbPerSec">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>decimal">
       <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="b/s" />
       <attribute name="multiplier" type="{http://www.iec.ch/61850/2003/SCL}tUnitMultiplierEnum" fixed="M" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TBitRateInMbPerSec

      public TBitRateInMbPerSec()
  • Method Details

    • getValue

      public BigDecimal getValue()
      Gets the value of the value property.
      Returns:
      possible object is BigDecimal
    • setValue

      public void setValue(BigDecimal value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is BigDecimal
    • isSetValue

      public boolean isSetValue()
    • getUnit

      public String getUnit()
      Gets the value of the unit property.
      Returns:
      possible object is String
    • setUnit

      public void setUnit(String value)
      Sets the value of the unit property.
      Parameters:
      value - allowed object is String
    • isSetUnit

      public boolean isSetUnit()
    • getMultiplier

      public String getMultiplier()
      Gets the value of the multiplier property.
      Returns:
      possible object is String
    • setMultiplier

      public void setMultiplier(String value)
      Sets the value of the multiplier property.
      Parameters:
      value - allowed object is String
    • isSetMultiplier

      public boolean isSetMultiplier()