Class TControlWithTriggerOpt
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
- Direct Known Subclasses:
TLogControl
,TReportControl
Java class for tControlWithTriggerOpt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tControlWithTriggerOpt"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tControl"> <sequence> <element name="TrgOps" type="{http://www.iec.ch/61850/2003/SCL}tTrgOps" minOccurs="0"/> </sequence> <attribute name="intgPd" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
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 intgPd property.Gets the value of the trgOps property.boolean
boolean
void
setIntgPd
(long value) Sets the value of the intgPd property.void
Sets the value of the trgOps property.void
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
-
trgOps
-
intgPd
-
-
Constructor Details
-
TControlWithTriggerOpt
public TControlWithTriggerOpt()
-
-
Method Details
-
getTrgOps
Gets the value of the trgOps property.- Returns:
- possible object is
TTrgOps
-
setTrgOps
Sets the value of the trgOps property.- Parameters:
value
- allowed object isTTrgOps
-
isSetTrgOps
public boolean isSetTrgOps() -
getIntgPd
public long getIntgPd()Gets the value of the intgPd property.- Returns:
- possible object is
Long
-
setIntgPd
public void setIntgPd(long value) Sets the value of the intgPd property.- Parameters:
value
- allowed object isLong
-
isSetIntgPd
public boolean isSetIntgPd() -
unsetIntgPd
public void unsetIntgPd()
-