Class TLogSettings
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceSettings
org.lfenergy.compas.scl2007b4.model.TLogSettings
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>
-
Field Summary
Modifier and TypeFieldDescriptionprotected TServiceSettingsEnum
protected TServiceSettingsEnum
protected TServiceSettingsEnum
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TServiceSettings
cbName, datSet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the intgPd property.Gets the value of the logEna property.Gets the value of the trgOps property.boolean
boolean
boolean
void
setIntgPd
(TServiceSettingsEnum value) Sets the value of the intgPd property.void
setLogEna
(TServiceSettingsEnum value) Sets the value of the logEna property.void
setTrgOps
(TServiceSettingsEnum value) Sets the value of the trgOps property.Methods inherited from class org.lfenergy.compas.scl2007b4.model.TServiceSettings
getCbName, getDatSet, isSetCbName, isSetDatSet, setCbName, setDatSet
-
Field Details
-
logEna
-
trgOps
-
intgPd
-
-
Constructor Details
-
TLogSettings
public TLogSettings()
-
-
Method Details
-
getLogEna
Gets the value of the logEna property.- Returns:
- possible object is
TServiceSettingsEnum
-
setLogEna
Sets the value of the logEna property.- Parameters:
value
- allowed object isTServiceSettingsEnum
-
isSetLogEna
public boolean isSetLogEna() -
getTrgOps
Gets the value of the trgOps property.- Returns:
- possible object is
TServiceSettingsEnum
-
setTrgOps
Sets the value of the trgOps property.- Parameters:
value
- allowed object isTServiceSettingsEnum
-
isSetTrgOps
public boolean isSetTrgOps() -
getIntgPd
Gets the value of the intgPd property.- Returns:
- possible object is
TServiceSettingsEnum
-
setIntgPd
Sets the value of the intgPd property.- Parameters:
value
- allowed object isTServiceSettingsEnum
-
isSetIntgPd
public boolean isSetIntgPd()
-