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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the dataSet property.booleanGets the value of the refreshTime property.booleanGets the value of the sampleRate property.booleanGets the value of the sampleSynchronized property.booleanGets the value of the security property.booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanGets the value of the synchSourceId property.booleanGets the value of the timestamp property.voidsetDataSet(boolean value) Sets the value of the dataSet property.voidsetRefreshTime(boolean value) Sets the value of the refreshTime property.voidsetSampleRate(boolean value) Sets the value of the sampleRate property.voidsetSampleSynchronized(boolean value) Sets the value of the sampleSynchronized property.voidsetSecurity(boolean value) Sets the value of the security property.voidsetSynchSourceId(boolean value) Sets the value of the synchSourceId property.voidsetTimestamp(boolean value) Sets the value of the timestamp property.voidvoidvoidvoidvoidvoidvoid
-
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()
-