Class TLogSettings

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceSettings
org.lfenergy.compas.scl2007b4.model.TLogSettings

public class TLogSettings extends TServiceSettings

Java class for tLogSettings complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tLogSettings">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tServiceSettings">
       <attribute name="logEna" type="{http://www.iec.ch/61850/2003/SCL}tServiceSettingsEnum" default="Fix" />
       <attribute name="trgOps" type="{http://www.iec.ch/61850/2003/SCL}tServiceSettingsEnum" default="Fix" />
       <attribute name="intgPd" type="{http://www.iec.ch/61850/2003/SCL}tServiceSettingsEnum" default="Fix" />
     </extension>
   </complexContent>
 </complexType>