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
Modifier and TypeFieldDescriptionprotected Long
protected String
protected String
protected Boolean
protected String
protected String
protected Boolean
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TControlWithTriggerOpt
intgPd, trgOps
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
Gets 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.boolean
isLogEna()
Gets the value of the logEna property.boolean
Gets the value of the reasonCode property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setBufTime
(long value) Sets the value of the bufTime property.void
Sets the value of the ldInst property.void
Sets the value of the lnInst property.void
setLogEna
(boolean value) Sets the value of the logEna property.void
setLogName
(String value) Sets the value of the logName property.void
Sets the value of the prefix property.void
setReasonCode
(boolean value) Sets the value of the reasonCode property.void
void
void
void
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TControlWithTriggerOpt
getIntgPd, getTrgOps, isSetIntgPd, isSetTrgOps, setIntgPd, setTrgOps, unsetIntgPd
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TControl
getDatSet, getName, isSetDatSet, isSetName, setDatSet, setName
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TUnNaming
getDesc, isSetDesc, setDesc
Methods 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
set
method 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()
-