Class TDurationInSec
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TValueWithUnit
org.lfenergy.compas.scl2007b4.model.TDurationInSec
Java class for tDurationInSec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDurationInSec"> <simpleContent> <restriction base="<http://www.iec.ch/61850/2003/SCL>tValueWithUnit"> <attribute name="unit" use="required" type="{http://www.w3.org/2001/XMLSchema}token" fixed="s" /> <attribute name="multiplier" type="{http://www.iec.ch/61850/2003/SCL}tUnitMultiplierEnum" default="" /> </restriction> </simpleContent> </complexType>
-
Field Summary
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TValueWithUnit
multiplier, unit, value
-
Constructor Summary
-
Method Summary
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TValueWithUnit
getMultiplier, getUnit, getValue, isSetMultiplier, isSetUnit, isSetValue, setMultiplier, setUnit, setValue
-
Constructor Details
-
TDurationInSec
public TDurationInSec()
-