Class TDurationInMilliSec
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TDurationInMilliSec
Java class for tDurationInMilliSec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDurationInMilliSec"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>decimal"> <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}token" fixed="s" /> <attribute name="multiplier" type="{http://www.iec.ch/61850/2003/SCL}tUnitMultiplierEnum" fixed="m" /> </extension> </simpleContent> </complexType>
-
Field Summary
-
Constructor Summary
-
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.boolean
boolean
boolean
void
setMultiplier
(String value) Sets the value of the multiplier property.void
Sets the value of the unit property.void
setValue
(BigDecimal value) Sets the value of the value property.
-
Field Details
-
value
-
unit
-
multiplier
-
-
Constructor Details
-
TDurationInMilliSec
public TDurationInMilliSec()
-
-
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()
-