Class TLogControl
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TUnNaming
org.lfenergy.compas.scl2007b4.model.TControl
org.lfenergy.compas.scl2007b4.model.TControlWithTriggerOpt
org.lfenergy.compas.scl2007b4.model.TLogControl
Java class for tLogControl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tLogControl">
<complexContent>
<extension base="{http://www.iec.ch/61850/2003/SCL}tControlWithTriggerOpt">
<attribute name="ldInst" type="{http://www.iec.ch/61850/2003/SCL}tLDInst" />
<attribute name="prefix" type="{http://www.iec.ch/61850/2003/SCL}tPrefix" default="" />
<attribute name="lnClass" type="{http://www.iec.ch/61850/2003/SCL}tLNClassEnum" default="LLN0" />
<attribute name="lnInst" type="{http://www.iec.ch/61850/2003/SCL}tLNInst" />
<attribute name="logName" use="required" type="{http://www.iec.ch/61850/2003/SCL}tLogName" />
<attribute name="logEna" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="reasonCode" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="bufTime" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Longprotected Stringprotected Stringprotected Booleanprotected Stringprotected Stringprotected BooleanFields inherited from class org.lfenergy.compas.scl2007b4.model.TControlWithTriggerOpt
intgPd, trgOpsFields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGets the value of the bufTime property.Gets the value of the ldInst property.Gets the value of the lnClass property.Gets the value of the lnInst property.Gets the value of the logName property.Gets the value of the prefix property.booleanisLogEna()Gets the value of the logEna property.booleanGets the value of the reasonCode property.booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetBufTime(long value) Sets the value of the bufTime property.voidSets the value of the ldInst property.voidSets the value of the lnInst property.voidsetLogEna(boolean value) Sets the value of the logEna property.voidsetLogName(String value) Sets the value of the logName property.voidSets the value of the prefix property.voidsetReasonCode(boolean value) Sets the value of the reasonCode property.voidvoidvoidvoidMethods inherited from class org.lfenergy.compas.scl2007b4.model.TControlWithTriggerOpt
getIntgPd, getTrgOps, isSetIntgPd, isSetTrgOps, setIntgPd, setTrgOps, unsetIntgPdMethods inherited from class org.lfenergy.compas.scl2007b4.model.TControl
getDatSet, getName, isSetDatSet, isSetName, setDatSet, setNameMethods inherited from class org.lfenergy.compas.scl2007b4.model.TUnNaming
getDesc, isSetDesc, setDescMethods inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
getAny, getOtherAttributes, getPrivate, getText, isSetAny, isSetPrivate, isSetText, setText, unsetAny, unsetPrivate
-
Field Details
-
ldInst
-
prefix
-
lnClass
-
lnInst
-
logName
-
logEna
-
reasonCode
-
bufTime
-
-
Constructor Details
-
TLogControl
public TLogControl()
-
-
Method Details
-
getLdInst
Gets the value of the ldInst property.- Returns:
- possible object is
String
-
setLdInst
Sets the value of the ldInst property.- Parameters:
value- allowed object isString
-
isSetLdInst
public boolean isSetLdInst() -
getPrefix
Gets the value of the prefix property.- Returns:
- possible object is
String
-
setPrefix
Sets the value of the prefix property.- Parameters:
value- allowed object isString
-
isSetPrefix
public boolean isSetPrefix() -
getLnClass
Gets the value of the lnClass property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the lnClass property.For example, to add a new item, do as follows:
getLnClass().add(newItem);Objects of the following type(s) are allowed in the list
String -
isSetLnClass
public boolean isSetLnClass() -
unsetLnClass
public void unsetLnClass() -
getLnInst
Gets the value of the lnInst property.- Returns:
- possible object is
String
-
setLnInst
Sets the value of the lnInst property.- Parameters:
value- allowed object isString
-
isSetLnInst
public boolean isSetLnInst() -
getLogName
Gets the value of the logName property.- Returns:
- possible object is
String
-
setLogName
Sets the value of the logName property.- Parameters:
value- allowed object isString
-
isSetLogName
public boolean isSetLogName() -
isLogEna
public boolean isLogEna()Gets the value of the logEna property.- Returns:
- possible object is
Boolean
-
setLogEna
public void setLogEna(boolean value) Sets the value of the logEna property.- Parameters:
value- allowed object isBoolean
-
isSetLogEna
public boolean isSetLogEna() -
unsetLogEna
public void unsetLogEna() -
isReasonCode
public boolean isReasonCode()Gets the value of the reasonCode property.- Returns:
- possible object is
Boolean
-
setReasonCode
public void setReasonCode(boolean value) Sets the value of the reasonCode property.- Parameters:
value- allowed object isBoolean
-
isSetReasonCode
public boolean isSetReasonCode() -
unsetReasonCode
public void unsetReasonCode() -
getBufTime
public long getBufTime()Gets the value of the bufTime property.- Returns:
- possible object is
Long
-
setBufTime
public void setBufTime(long value) Sets the value of the bufTime property.- Parameters:
value- allowed object isLong
-
isSetBufTime
public boolean isSetBufTime() -
unsetBufTime
public void unsetBufTime()
-