Class TServiceSettings
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceSettings
- Direct Known Subclasses:
- TGSESettings,- TLogSettings,- TReportSettings,- TSMVSettings
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>
 - 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected TServiceSettingsNoDynEnumprotected TServiceSettingsEnum
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the cbName property.Gets the value of the datSet property.booleanbooleanvoidSets the value of the cbName property.voidsetDatSet(TServiceSettingsEnum value) Sets the value of the datSet property.
- 
Field Details- 
cbName
- 
datSet
 
- 
- 
Constructor Details- 
TServiceSettingspublic TServiceSettings()
 
- 
- 
Method Details- 
getCbNameGets the value of the cbName property.- Returns:
- possible object is
     TServiceSettingsNoDynEnum
 
- 
setCbNameSets the value of the cbName property.- Parameters:
- value- allowed object is- TServiceSettingsNoDynEnum
 
- 
isSetCbNamepublic boolean isSetCbName()
- 
getDatSetGets the value of the datSet property.- Returns:
- possible object is
     TServiceSettingsEnum
 
- 
setDatSetSets the value of the datSet property.- Parameters:
- value- allowed object is- TServiceSettingsEnum
 
- 
isSetDatSetpublic boolean isSetDatSet()
 
-