Class TSMVSettings
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceSettings
org.lfenergy.compas.scl2007b4.model.TSMVSettings
Java class for tSMVSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tSMVSettings"> <complexContent> <extension base="{http://www.iec.ch/61850/2003/SCL}tServiceSettings"> <sequence> <choice maxOccurs="unbounded"> <element name="SmpRate"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt"> <minExclusive value="0"/> </restriction> </simpleType> </element> <element name="SamplesPerSec"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt"> <minExclusive value="0"/> </restriction> </simpleType> </element> <element name="SecPerSamples"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt"> <minExclusive value="0"/> </restriction> </simpleType> </element> </choice> <element name="McSecurity" type="{http://www.iec.ch/61850/2003/SCL}tMcSecurity" minOccurs="0"/> </sequence> <attribute name="svID" type="{http://www.iec.ch/61850/2003/SCL}tServiceSettingsEnum" default="Fix" /> <attribute name="optFields" type="{http://www.iec.ch/61850/2003/SCL}tServiceSettingsEnum" default="Fix" /> <attribute name="smpRate" type="{http://www.iec.ch/61850/2003/SCL}tServiceSettingsEnum" default="Fix" /> <attribute name="samplesPerSec" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="pdcTimeStamp" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="synchSrcId" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="nofASDU" type="{http://www.iec.ch/61850/2003/SCL}tServiceSettingsNoDynEnum" default="Fix" /> <attribute name="kdaParticipant" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected TMcSecurity
protected TServiceSettingsNoDynEnum
protected TServiceSettingsEnum
protected Boolean
protected Boolean
protected TServiceSettingsEnum
protected TServiceSettingsEnum
protected Boolean
Fields inherited from class org.lfenergy.compas.scl2007b4.model.TServiceSettings
cbName, datSet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the mcSecurity property.Gets the value of the nofASDU property.Gets the value of the optFields property.Gets the value of the smpRate property.Gets the value of the smpRateOrSamplesPerSecOrSecPerSamples property.getSvID()
Gets the value of the svID property.boolean
Gets the value of the kdaParticipant property.boolean
Gets the value of the pdcTimeStamp property.boolean
Gets the value of the samplesPerSec property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
Gets the value of the synchSrcId property.void
setKdaParticipant
(boolean value) Sets the value of the kdaParticipant property.void
setMcSecurity
(TMcSecurity value) Sets the value of the mcSecurity property.void
Sets the value of the nofASDU property.void
setOptFields
(TServiceSettingsEnum value) Sets the value of the optFields property.void
setPdcTimeStamp
(boolean value) Sets the value of the pdcTimeStamp property.void
setSamplesPerSec
(boolean value) Sets the value of the samplesPerSec property.void
setSmpRate
(TServiceSettingsEnum value) Sets the value of the smpRate property.void
setSvID
(TServiceSettingsEnum value) Sets the value of the svID property.void
setSynchSrcId
(boolean value) Sets the value of the synchSrcId property.void
void
void
void
void
Methods inherited from class org.lfenergy.compas.scl2007b4.model.TServiceSettings
getCbName, getDatSet, isSetCbName, isSetDatSet, setCbName, setDatSet
-
Field Details
-
smpRateOrSamplesPerSecOrSecPerSamples
-
mcSecurity
-
svID
-
optFields
-
smpRate
-
samplesPerSec
-
pdcTimeStamp
-
synchSrcId
-
nofASDU
-
kdaParticipant
-
-
Constructor Details
-
TSMVSettings
public TSMVSettings()
-
-
Method Details
-
getSmpRateOrSamplesPerSecOrSecPerSamples
Gets the value of the smpRateOrSamplesPerSecOrSecPerSamples property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the smpRateOrSamplesPerSecOrSecPerSamples property.For example, to add a new item, do as follows:
getSmpRateOrSamplesPerSecOrSecPerSamples().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
Long
>
JAXBElement
<
Long
>
JAXBElement
<
Long
>
-
isSetSmpRateOrSamplesPerSecOrSecPerSamples
public boolean isSetSmpRateOrSamplesPerSecOrSecPerSamples() -
unsetSmpRateOrSamplesPerSecOrSecPerSamples
public void unsetSmpRateOrSamplesPerSecOrSecPerSamples() -
getMcSecurity
Gets the value of the mcSecurity property.- Returns:
- possible object is
TMcSecurity
-
setMcSecurity
Sets the value of the mcSecurity property.- Parameters:
value
- allowed object isTMcSecurity
-
isSetMcSecurity
public boolean isSetMcSecurity() -
getSvID
Gets the value of the svID property.- Returns:
- possible object is
TServiceSettingsEnum
-
setSvID
Sets the value of the svID property.- Parameters:
value
- allowed object isTServiceSettingsEnum
-
isSetSvID
public boolean isSetSvID() -
getOptFields
Gets the value of the optFields property.- Returns:
- possible object is
TServiceSettingsEnum
-
setOptFields
Sets the value of the optFields property.- Parameters:
value
- allowed object isTServiceSettingsEnum
-
isSetOptFields
public boolean isSetOptFields() -
getSmpRate
Gets the value of the smpRate property.- Returns:
- possible object is
TServiceSettingsEnum
-
setSmpRate
Sets the value of the smpRate property.- Parameters:
value
- allowed object isTServiceSettingsEnum
-
isSetSmpRate
public boolean isSetSmpRate() -
isSamplesPerSec
public boolean isSamplesPerSec()Gets the value of the samplesPerSec property.- Returns:
- possible object is
Boolean
-
setSamplesPerSec
public void setSamplesPerSec(boolean value) Sets the value of the samplesPerSec property.- Parameters:
value
- allowed object isBoolean
-
isSetSamplesPerSec
public boolean isSetSamplesPerSec() -
unsetSamplesPerSec
public void unsetSamplesPerSec() -
isPdcTimeStamp
public boolean isPdcTimeStamp()Gets the value of the pdcTimeStamp property.- Returns:
- possible object is
Boolean
-
setPdcTimeStamp
public void setPdcTimeStamp(boolean value) Sets the value of the pdcTimeStamp property.- Parameters:
value
- allowed object isBoolean
-
isSetPdcTimeStamp
public boolean isSetPdcTimeStamp() -
unsetPdcTimeStamp
public void unsetPdcTimeStamp() -
isSynchSrcId
public boolean isSynchSrcId()Gets the value of the synchSrcId property.- Returns:
- possible object is
Boolean
-
setSynchSrcId
public void setSynchSrcId(boolean value) Sets the value of the synchSrcId property.- Parameters:
value
- allowed object isBoolean
-
isSetSynchSrcId
public boolean isSetSynchSrcId() -
unsetSynchSrcId
public void unsetSynchSrcId() -
getNofASDU
Gets the value of the nofASDU property.- Returns:
- possible object is
TServiceSettingsNoDynEnum
-
setNofASDU
Sets the value of the nofASDU property.- Parameters:
value
- allowed object isTServiceSettingsNoDynEnum
-
isSetNofASDU
public boolean isSetNofASDU() -
isKdaParticipant
public boolean isKdaParticipant()Gets the value of the kdaParticipant property.- Returns:
- possible object is
Boolean
-
setKdaParticipant
public void setKdaParticipant(boolean value) Sets the value of the kdaParticipant property.- Parameters:
value
- allowed object isBoolean
-
isSetKdaParticipant
public boolean isSetKdaParticipant() -
unsetKdaParticipant
public void unsetKdaParticipant()
-