Class TServiceSettings

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceSettings
Direct Known Subclasses:
TGSESettings, TLogSettings, TReportSettings, TSMVSettings

public abstract class TServiceSettings extends Object

Java class for tServiceSettings complex type.

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

 <complexType name="tServiceSettings">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="cbName" type="{http://www.iec.ch/61850/2003/SCL}tServiceSettingsNoDynEnum" default="Fix" />
       <attribute name="datSet" type="{http://www.iec.ch/61850/2003/SCL}tServiceSettingsEnum" default="Fix" />
     </restriction>
   </complexContent>
 </complexType>