Class TReportControl
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.TReportControl
Java class for tReportControl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tReportControl"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tControlWithTriggerOpt"> <sequence> <element name="OptFields"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{http://www.iec.ch/61850/2003/SCL}agOptFields"/> </restriction> </complexContent> </complexType> </element> <element name="RptEnabled" type="{http://www.iec.ch/61850/2003/SCL}tRptEnabled" minOccurs="0"/> </sequence> <attribute name="rptID" type="{http://www.iec.ch/61850/2003/SCL}tMessageID" /> <attribute name="confRev" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="buffered" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="bufTime" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" /> <attribute name="indexed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected Long
protected long
protected Boolean
protected TReportControl.OptFields
protected TRptEnabled
protected String
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.long
Gets the value of the confRev property.Gets the value of the optFields property.Gets the value of the rptEnabled property.getRptID()
Gets the value of the rptID property.boolean
Gets the value of the buffered property.boolean
Gets the value of the indexed property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setBuffered
(boolean value) Sets the value of the buffered property.void
setBufTime
(long value) Sets the value of the bufTime property.void
setConfRev
(long value) Sets the value of the confRev property.void
setIndexed
(boolean value) Sets the value of the indexed property.void
Sets the value of the optFields property.void
setRptEnabled
(TRptEnabled value) Sets the value of the rptEnabled property.void
Sets the value of the rptID property.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
-
optFields
-
rptEnabled
-
rptID
-
confRev
protected long confRev -
buffered
-
bufTime
-
indexed
-
-
Constructor Details
-
TReportControl
public TReportControl()
-
-
Method Details
-
getOptFields
Gets the value of the optFields property.- Returns:
- possible object is
TReportControl.OptFields
-
setOptFields
Sets the value of the optFields property.- Parameters:
value
- allowed object isTReportControl.OptFields
-
isSetOptFields
public boolean isSetOptFields() -
getRptEnabled
Gets the value of the rptEnabled property.- Returns:
- possible object is
TRptEnabled
-
setRptEnabled
Sets the value of the rptEnabled property.- Parameters:
value
- allowed object isTRptEnabled
-
isSetRptEnabled
public boolean isSetRptEnabled() -
getRptID
Gets the value of the rptID property.- Returns:
- possible object is
String
-
setRptID
Sets the value of the rptID property.- Parameters:
value
- allowed object isString
-
isSetRptID
public boolean isSetRptID() -
getConfRev
public long getConfRev()Gets the value of the confRev property. -
setConfRev
public void setConfRev(long value) Sets the value of the confRev property. -
isSetConfRev
public boolean isSetConfRev() -
isBuffered
public boolean isBuffered()Gets the value of the buffered property.- Returns:
- possible object is
Boolean
-
setBuffered
public void setBuffered(boolean value) Sets the value of the buffered property.- Parameters:
value
- allowed object isBoolean
-
isSetBuffered
public boolean isSetBuffered() -
unsetBuffered
public void unsetBuffered() -
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() -
isIndexed
public boolean isIndexed()Gets the value of the indexed property.- Returns:
- possible object is
Boolean
-
setIndexed
public void setIndexed(boolean value) Sets the value of the indexed property.- Parameters:
value
- allowed object isBoolean
-
isSetIndexed
public boolean isSetIndexed() -
unsetIndexed
public void unsetIndexed()
-