Class TBitRateInMbPerSec
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBitRateInMbPerSec
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the multiplier property.getUnit()Gets the value of the unit property.getValue()Gets the value of the value property.booleanbooleanbooleanvoidsetMultiplier(String value) Sets the value of the multiplier property.voidSets the value of the unit property.voidsetValue(BigDecimal value) Sets the value of the value property.
-
Field Details
-
value
-
unit
-
multiplier
-
-
Constructor Details
-
TBitRateInMbPerSec
public TBitRateInMbPerSec()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
BigDecimal
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isBigDecimal
-
isSetValue
public boolean isSetValue() -
getUnit
Gets the value of the unit property.- Returns:
- possible object is
String
-
setUnit
Sets the value of the unit property.- Parameters:
value- allowed object isString
-
isSetUnit
public boolean isSetUnit() -
getMultiplier
Gets the value of the multiplier property.- Returns:
- possible object is
String
-
setMultiplier
Sets the value of the multiplier property.- Parameters:
value- allowed object isString
-
isSetMultiplier
public boolean isSetMultiplier()
-