Class TGSESettings

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceSettings
org.lfenergy.compas.scl2007b4.model.TGSESettings

public class TGSESettings extends TServiceSettings

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 Details

  • Constructor Details

    • TGSESettings

      public TGSESettings()
  • Method Details

    • getMcSecurity

      public TMcSecurity getMcSecurity()
      Gets the value of the mcSecurity property.
      Returns:
      possible object is TMcSecurity
    • setMcSecurity

      public void setMcSecurity(TMcSecurity value)
      Sets the value of the mcSecurity property.
      Parameters:
      value - allowed object is TMcSecurity
    • isSetMcSecurity

      public boolean isSetMcSecurity()
    • getAppID

      public TServiceSettingsEnum getAppID()
      Gets the value of the appID property.
      Returns:
      possible object is TServiceSettingsEnum
    • setAppID

      public void setAppID(TServiceSettingsEnum value)
      Sets the value of the appID property.
      Parameters:
      value - allowed object is TServiceSettingsEnum
    • isSetAppID

      public boolean isSetAppID()
    • getDataLabel

      public TServiceSettingsEnum getDataLabel()
      Gets the value of the dataLabel property.
      Returns:
      possible object is TServiceSettingsEnum
    • setDataLabel

      public void setDataLabel(TServiceSettingsEnum value)
      Sets the value of the dataLabel property.
      Parameters:
      value - allowed object is TServiceSettingsEnum
    • 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 is Boolean
    • isSetKdaParticipant

      public boolean isSetKdaParticipant()
    • unsetKdaParticipant

      public void unsetKdaParticipant()