Class TGSE
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TBaseElement
org.lfenergy.compas.scl2007b4.model.TUnNaming
org.lfenergy.compas.scl2007b4.model.TControlBlock
org.lfenergy.compas.scl2007b4.model.TGSE
Java class for tGSE complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tGSE"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tControlBlock"> <sequence> <element name="MinTime" type="{http://www.iec.ch/61850/2003/SCL}tDurationInMilliSec" minOccurs="0"/> <element name="MaxTime" type="{http://www.iec.ch/61850/2003/SCL}tDurationInMilliSec" minOccurs="0"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TControlBlock
address, cbName, ldInst
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TBaseElement
_private, any, text
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the maxTime property.Gets the value of the minTime property.boolean
boolean
void
setMaxTime
(TDurationInMilliSec value) Sets the value of the maxTime property.void
setMinTime
(TDurationInMilliSec value) Sets the value of the minTime property.Methods inherited from class org.lfenergy.compas.scl2007b4.model.TControlBlock
getAddress, getCbName, getLdInst, isSetAddress, isSetCbName, isSetLdInst, setAddress, setCbName, setLdInst
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
-
minTime
-
maxTime
-
-
Constructor Details
-
TGSE
public TGSE()
-
-
Method Details
-
getMinTime
Gets the value of the minTime property.- Returns:
- possible object is
TDurationInMilliSec
-
setMinTime
Sets the value of the minTime property.- Parameters:
value
- allowed object isTDurationInMilliSec
-
isSetMinTime
public boolean isSetMinTime() -
getMaxTime
Gets the value of the maxTime property.- Returns:
- possible object is
TDurationInMilliSec
-
setMaxTime
Sets the value of the maxTime property.- Parameters:
value
- allowed object isTDurationInMilliSec
-
isSetMaxTime
public boolean isSetMaxTime()
-