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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
TDurationInMilliSecpublic TDurationInMilliSec()
 
- 
- 
Method Details- 
getValueGets the value of the value property.- Returns:
- possible object is
     BigDecimal
 
- 
setValueSets the value of the value property.- Parameters:
- value- allowed object is- BigDecimal
 
- 
isSetValuepublic boolean isSetValue()
- 
getUnitGets the value of the unit property.- Returns:
- possible object is
     String
 
- 
setUnitSets the value of the unit property.- Parameters:
- value- allowed object is- String
 
- 
isSetUnitpublic boolean isSetUnit()
- 
getMultiplierGets the value of the multiplier property.- Returns:
- possible object is
     String
 
- 
setMultiplierSets the value of the multiplier property.- Parameters:
- value- allowed object is- String
 
- 
isSetMultiplierpublic boolean isSetMultiplier()
 
-