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 SummaryFieldsModifier and TypeFieldDescriptionprotected Booleanprotected TMcSecurityprotected TServiceSettingsNoDynEnumprotected TServiceSettingsEnumprotected Booleanprotected Booleanprotected TServiceSettingsEnumprotected TServiceSettingsEnumprotected BooleanFields inherited from class org.lfenergy.compas.scl2007b4.model.TServiceSettingscbName, datSet
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.booleanGets the value of the kdaParticipant property.booleanGets the value of the pdcTimeStamp property.booleanGets the value of the samplesPerSec property.booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanGets the value of the synchSrcId property.voidsetKdaParticipant(boolean value) Sets the value of the kdaParticipant property.voidsetMcSecurity(TMcSecurity value) Sets the value of the mcSecurity property.voidSets the value of the nofASDU property.voidsetOptFields(TServiceSettingsEnum value) Sets the value of the optFields property.voidsetPdcTimeStamp(boolean value) Sets the value of the pdcTimeStamp property.voidsetSamplesPerSec(boolean value) Sets the value of the samplesPerSec property.voidsetSmpRate(TServiceSettingsEnum value) Sets the value of the smpRate property.voidsetSvID(TServiceSettingsEnum value) Sets the value of the svID property.voidsetSynchSrcId(boolean value) Sets the value of the synchSrcId property.voidvoidvoidvoidvoidMethods inherited from class org.lfenergy.compas.scl2007b4.model.TServiceSettingsgetCbName, getDatSet, isSetCbName, isSetDatSet, setCbName, setDatSet
- 
Field Details- 
smpRateOrSamplesPerSecOrSecPerSamples
- 
mcSecurity
- 
svID
- 
optFields
- 
smpRate
- 
samplesPerSec
- 
pdcTimeStamp
- 
synchSrcId
- 
nofASDU
- 
kdaParticipant
 
- 
- 
Constructor Details- 
TSMVSettingspublic TSMVSettings()
 
- 
- 
Method Details- 
getSmpRateOrSamplesPerSecOrSecPerSamplesGets 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 setmethod 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>
- 
isSetSmpRateOrSamplesPerSecOrSecPerSamplespublic boolean isSetSmpRateOrSamplesPerSecOrSecPerSamples()
- 
unsetSmpRateOrSamplesPerSecOrSecPerSamplespublic void unsetSmpRateOrSamplesPerSecOrSecPerSamples()
- 
getMcSecurityGets the value of the mcSecurity property.- Returns:
- possible object is
     TMcSecurity
 
- 
setMcSecuritySets the value of the mcSecurity property.- Parameters:
- value- allowed object is- TMcSecurity
 
- 
isSetMcSecuritypublic boolean isSetMcSecurity()
- 
getSvIDGets the value of the svID property.- Returns:
- possible object is
     TServiceSettingsEnum
 
- 
setSvIDSets the value of the svID property.- Parameters:
- value- allowed object is- TServiceSettingsEnum
 
- 
isSetSvIDpublic boolean isSetSvID()
- 
getOptFieldsGets the value of the optFields property.- Returns:
- possible object is
     TServiceSettingsEnum
 
- 
setOptFieldsSets the value of the optFields property.- Parameters:
- value- allowed object is- TServiceSettingsEnum
 
- 
isSetOptFieldspublic boolean isSetOptFields()
- 
getSmpRateGets the value of the smpRate property.- Returns:
- possible object is
     TServiceSettingsEnum
 
- 
setSmpRateSets the value of the smpRate property.- Parameters:
- value- allowed object is- TServiceSettingsEnum
 
- 
isSetSmpRatepublic boolean isSetSmpRate()
- 
isSamplesPerSecpublic boolean isSamplesPerSec()Gets the value of the samplesPerSec property.- Returns:
- possible object is
     Boolean
 
- 
setSamplesPerSecpublic void setSamplesPerSec(boolean value) Sets the value of the samplesPerSec property.- Parameters:
- value- allowed object is- Boolean
 
- 
isSetSamplesPerSecpublic boolean isSetSamplesPerSec()
- 
unsetSamplesPerSecpublic void unsetSamplesPerSec()
- 
isPdcTimeStamppublic boolean isPdcTimeStamp()Gets the value of the pdcTimeStamp property.- Returns:
- possible object is
     Boolean
 
- 
setPdcTimeStamppublic void setPdcTimeStamp(boolean value) Sets the value of the pdcTimeStamp property.- Parameters:
- value- allowed object is- Boolean
 
- 
isSetPdcTimeStamppublic boolean isSetPdcTimeStamp()
- 
unsetPdcTimeStamppublic void unsetPdcTimeStamp()
- 
isSynchSrcIdpublic boolean isSynchSrcId()Gets the value of the synchSrcId property.- Returns:
- possible object is
     Boolean
 
- 
setSynchSrcIdpublic void setSynchSrcId(boolean value) Sets the value of the synchSrcId property.- Parameters:
- value- allowed object is- Boolean
 
- 
isSetSynchSrcIdpublic boolean isSetSynchSrcId()
- 
unsetSynchSrcIdpublic void unsetSynchSrcId()
- 
getNofASDUGets the value of the nofASDU property.- Returns:
- possible object is
     TServiceSettingsNoDynEnum
 
- 
setNofASDUSets the value of the nofASDU property.- Parameters:
- value- allowed object is- TServiceSettingsNoDynEnum
 
- 
isSetNofASDUpublic boolean isSetNofASDU()
- 
isKdaParticipantpublic boolean isKdaParticipant()Gets the value of the kdaParticipant property.- Returns:
- possible object is
     Boolean
 
- 
setKdaParticipantpublic void setKdaParticipant(boolean value) Sets the value of the kdaParticipant property.- Parameters:
- value- allowed object is- Boolean
 
- 
isSetKdaParticipantpublic boolean isSetKdaParticipant()
- 
unsetKdaParticipantpublic void unsetKdaParticipant()
 
-