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
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Longprotected longprotected Booleanprotected TReportControl.OptFieldsprotected TRptEnabledprotected StringFields 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.longGets 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.booleanGets the value of the buffered property.booleanGets the value of the indexed property.booleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetBuffered(boolean value) Sets the value of the buffered property.voidsetBufTime(long value) Sets the value of the bufTime property.voidsetConfRev(long value) Sets the value of the confRev property.voidsetIndexed(boolean value) Sets the value of the indexed property.voidSets the value of the optFields property.voidsetRptEnabled(TRptEnabled value) Sets the value of the rptEnabled property.voidSets the value of the rptID property.voidvoidvoidMethods 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
-
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()
-