Class TGSESettings
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceSettings
org.lfenergy.compas.scl2007b4.model.TGSESettings
Java class for tGSESettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tGSESettings">
<complexContent>
<extension base="{http://www.iec.ch/61850/2003/SCL}tServiceSettings">
<sequence>
<element name="McSecurity" type="{http://www.iec.ch/61850/2003/SCL}tMcSecurity" minOccurs="0"/>
</sequence>
<attribute name="appID" type="{http://www.iec.ch/61850/2003/SCL}tServiceSettingsEnum" default="Fix" />
<attribute name="dataLabel" type="{http://www.iec.ch/61850/2003/SCL}tServiceSettingsEnum" default="Fix" />
<attribute name="kdaParticipant" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TServiceSettingsEnumprotected TServiceSettingsEnumprotected Booleanprotected TMcSecurityFields inherited from class org.lfenergy.compas.scl2007b4.model.TServiceSettings
cbName, datSet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAppID()Gets the value of the appID property.Gets the value of the dataLabel property.Gets the value of the mcSecurity property.booleanGets the value of the kdaParticipant property.booleanbooleanbooleanbooleanvoidsetAppID(TServiceSettingsEnum value) Sets the value of the appID property.voidsetDataLabel(TServiceSettingsEnum value) Sets the value of the dataLabel property.voidsetKdaParticipant(boolean value) Sets the value of the kdaParticipant property.voidsetMcSecurity(TMcSecurity value) Sets the value of the mcSecurity property.voidMethods inherited from class org.lfenergy.compas.scl2007b4.model.TServiceSettings
getCbName, getDatSet, isSetCbName, isSetDatSet, setCbName, setDatSet
-
Field Details
-
mcSecurity
-
appID
-
dataLabel
-
kdaParticipant
-
-
Constructor Details
-
TGSESettings
public TGSESettings()
-
-
Method Details
-
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() -
getAppID
Gets the value of the appID property.- Returns:
- possible object is
TServiceSettingsEnum
-
setAppID
Sets the value of the appID property.- Parameters:
value- allowed object isTServiceSettingsEnum
-
isSetAppID
public boolean isSetAppID() -
getDataLabel
Gets the value of the dataLabel property.- Returns:
- possible object is
TServiceSettingsEnum
-
setDataLabel
Sets the value of the dataLabel property.- Parameters:
value- allowed object isTServiceSettingsEnum
-
isSetDataLabel
public boolean isSetDataLabel() -
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()
-