Class TReportControl.OptFields
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TReportControl.OptFields
- Enclosing class:
- TReportControl
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{http://www.iec.ch/61850/2003/SCL}agOptFields"/> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the bufOvfl property.boolean
Gets the value of the configRef property.boolean
Gets the value of the dataRef property.boolean
Gets the value of the dataSet property.boolean
Gets the value of the entryID property.boolean
Gets the value of the reasonCode property.boolean
isSeqNum()
Gets the value of the seqNum property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
Gets the value of the timeStamp property.void
setBufOvfl
(boolean value) Sets the value of the bufOvfl property.void
setConfigRef
(boolean value) Sets the value of the configRef property.void
setDataRef
(boolean value) Sets the value of the dataRef property.void
setDataSet
(boolean value) Sets the value of the dataSet property.void
setEntryID
(boolean value) Sets the value of the entryID property.void
setReasonCode
(boolean value) Sets the value of the reasonCode property.void
setSeqNum
(boolean value) Sets the value of the seqNum property.void
setTimeStamp
(boolean value) Sets the value of the timeStamp property.void
void
void
void
void
void
void
void
-
Field Details
-
seqNum
-
timeStamp
-
dataSet
-
reasonCode
-
dataRef
-
entryID
-
configRef
-
bufOvfl
-
-
Constructor Details
-
OptFields
public OptFields()
-
-
Method Details
-
isSeqNum
public boolean isSeqNum()Gets the value of the seqNum property.- Returns:
- possible object is
Boolean
-
setSeqNum
public void setSeqNum(boolean value) Sets the value of the seqNum property.- Parameters:
value
- allowed object isBoolean
-
isSetSeqNum
public boolean isSetSeqNum() -
unsetSeqNum
public void unsetSeqNum() -
isTimeStamp
public boolean isTimeStamp()Gets the value of the timeStamp property.- Returns:
- possible object is
Boolean
-
setTimeStamp
public void setTimeStamp(boolean value) Sets the value of the timeStamp property.- Parameters:
value
- allowed object isBoolean
-
isSetTimeStamp
public boolean isSetTimeStamp() -
unsetTimeStamp
public void unsetTimeStamp() -
isDataSet
public boolean isDataSet()Gets the value of the dataSet property.- Returns:
- possible object is
Boolean
-
setDataSet
public void setDataSet(boolean value) Sets the value of the dataSet property.- Parameters:
value
- allowed object isBoolean
-
isSetDataSet
public boolean isSetDataSet() -
unsetDataSet
public void unsetDataSet() -
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() -
isDataRef
public boolean isDataRef()Gets the value of the dataRef property.- Returns:
- possible object is
Boolean
-
setDataRef
public void setDataRef(boolean value) Sets the value of the dataRef property.- Parameters:
value
- allowed object isBoolean
-
isSetDataRef
public boolean isSetDataRef() -
unsetDataRef
public void unsetDataRef() -
isEntryID
public boolean isEntryID()Gets the value of the entryID property.- Returns:
- possible object is
Boolean
-
setEntryID
public void setEntryID(boolean value) Sets the value of the entryID property.- Parameters:
value
- allowed object isBoolean
-
isSetEntryID
public boolean isSetEntryID() -
unsetEntryID
public void unsetEntryID() -
isConfigRef
public boolean isConfigRef()Gets the value of the configRef property.- Returns:
- possible object is
Boolean
-
setConfigRef
public void setConfigRef(boolean value) Sets the value of the configRef property.- Parameters:
value
- allowed object isBoolean
-
isSetConfigRef
public boolean isSetConfigRef() -
unsetConfigRef
public void unsetConfigRef() -
isBufOvfl
public boolean isBufOvfl()Gets the value of the bufOvfl property.- Returns:
- possible object is
Boolean
-
setBufOvfl
public void setBufOvfl(boolean value) Sets the value of the bufOvfl property.- Parameters:
value
- allowed object isBoolean
-
isSetBufOvfl
public boolean isSetBufOvfl() -
unsetBufOvfl
public void unsetBufOvfl()
-