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
FieldsModifier and TypeFieldDescriptionprotected TServiceSettingsEnumprotected TServiceSettingsEnumprotected TServiceSettingsEnumFields inherited from class org.lfenergy.compas.scl2007b4.model.TServiceSettings
cbName, datSet -
Constructor Summary
Constructors -
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.booleanbooleanbooleanvoidsetIntgPd(TServiceSettingsEnum value) Sets the value of the intgPd property.voidsetLogEna(TServiceSettingsEnum value) Sets the value of the logEna property.voidsetTrgOps(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()
-