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 Summary
Modifier and TypeFieldDescriptionprotected TServiceSettingsNoDynEnum
protected TServiceSettingsEnum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cbName property.Gets the value of the datSet property.boolean
boolean
void
Sets the value of the cbName property.void
setDatSet
(TServiceSettingsEnum value) Sets the value of the datSet property.
-
Field Details
-
cbName
-
datSet
-
-
Constructor Details
-
TServiceSettings
public TServiceSettings()
-
-
Method Details
-
getCbName
Gets the value of the cbName property.- Returns:
- possible object is
TServiceSettingsNoDynEnum
-
setCbName
Sets the value of the cbName property.- Parameters:
value
- allowed object isTServiceSettingsNoDynEnum
-
isSetCbName
public boolean isSetCbName() -
getDatSet
Gets the value of the datSet property.- Returns:
- possible object is
TServiceSettingsEnum
-
setDatSet
Sets the value of the datSet property.- Parameters:
value
- allowed object isTServiceSettingsEnum
-
isSetDatSet
public boolean isSetDatSet()
-