Class TSampledValueControl.SmvOpts
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TSampledValueControl.SmvOpts
- Enclosing class:
- TSampledValueControl
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}agSmvOpts"/> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the dataSet property.boolean
Gets the value of the refreshTime property.boolean
Gets the value of the sampleRate property.boolean
Gets the value of the sampleSynchronized property.boolean
Gets the value of the security property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
Gets the value of the synchSourceId property.boolean
Gets the value of the timestamp property.void
setDataSet
(boolean value) Sets the value of the dataSet property.void
setRefreshTime
(boolean value) Sets the value of the refreshTime property.void
setSampleRate
(boolean value) Sets the value of the sampleRate property.void
setSampleSynchronized
(boolean value) Sets the value of the sampleSynchronized property.void
setSecurity
(boolean value) Sets the value of the security property.void
setSynchSourceId
(boolean value) Sets the value of the synchSourceId property.void
setTimestamp
(boolean value) Sets the value of the timestamp property.void
void
void
void
void
void
void
-
Field Details
-
refreshTime
-
sampleSynchronized
-
sampleRate
-
dataSet
-
security
-
timestamp
-
synchSourceId
-
-
Constructor Details
-
SmvOpts
public SmvOpts()
-
-
Method Details
-
isRefreshTime
public boolean isRefreshTime()Gets the value of the refreshTime property.- Returns:
- possible object is
Boolean
-
setRefreshTime
public void setRefreshTime(boolean value) Sets the value of the refreshTime property.- Parameters:
value
- allowed object isBoolean
-
isSetRefreshTime
public boolean isSetRefreshTime() -
unsetRefreshTime
public void unsetRefreshTime() -
isSampleSynchronized
public boolean isSampleSynchronized()Gets the value of the sampleSynchronized property.- Returns:
- possible object is
Boolean
-
setSampleSynchronized
public void setSampleSynchronized(boolean value) Sets the value of the sampleSynchronized property.- Parameters:
value
- allowed object isBoolean
-
isSetSampleSynchronized
public boolean isSetSampleSynchronized() -
unsetSampleSynchronized
public void unsetSampleSynchronized() -
isSampleRate
public boolean isSampleRate()Gets the value of the sampleRate property.- Returns:
- possible object is
Boolean
-
setSampleRate
public void setSampleRate(boolean value) Sets the value of the sampleRate property.- Parameters:
value
- allowed object isBoolean
-
isSetSampleRate
public boolean isSetSampleRate() -
unsetSampleRate
public void unsetSampleRate() -
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() -
isSecurity
public boolean isSecurity()Gets the value of the security property.- Returns:
- possible object is
Boolean
-
setSecurity
public void setSecurity(boolean value) Sets the value of the security property.- Parameters:
value
- allowed object isBoolean
-
isSetSecurity
public boolean isSetSecurity() -
unsetSecurity
public void unsetSecurity() -
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() -
isSynchSourceId
public boolean isSynchSourceId()Gets the value of the synchSourceId property.- Returns:
- possible object is
Boolean
-
setSynchSourceId
public void setSynchSourceId(boolean value) Sets the value of the synchSourceId property.- Parameters:
value
- allowed object isBoolean
-
isSetSynchSourceId
public boolean isSetSynchSourceId() -
unsetSynchSourceId
public void unsetSynchSourceId()
-