Class TDurationInSec

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TValueWithUnit
org.lfenergy.compas.scl2007b4.model.TDurationInSec

public class TDurationInSec extends TValueWithUnit

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>
 
  • Constructor Details

    • TDurationInSec

      public TDurationInSec()