Class TClientServices

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TClientServices

public class TClientServices extends Object

Java class for tClientServices complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tClientServices">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TimeSyncProt" type="{http://www.iec.ch/61850/2003/SCL}tTimeSyncProt" minOccurs="0"/>
         <element name="McSecurity" type="{http://www.iec.ch/61850/2003/SCL}tMcSecurity" minOccurs="0"/>
       </sequence>
       <attribute name="goose" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="gsse" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="bufReport" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="unbufReport" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="readLog" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="sv" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="supportsLdName" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="maxAttributes">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt">
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="maxReports">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt">
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="maxGOOSE">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt">
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="maxSMV">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt">
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="rGOOSE" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="rSV" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="noIctBinding" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • timeSyncProt

      protected TTimeSyncProt timeSyncProt
    • mcSecurity

      protected TMcSecurity mcSecurity
    • goose

      protected Boolean goose
    • gsse

      protected Boolean gsse
    • bufReport

      protected Boolean bufReport
    • unbufReport

      protected Boolean unbufReport
    • readLog

      protected Boolean readLog
    • sv

      protected Boolean sv
    • supportsLdName

      protected Boolean supportsLdName
    • maxAttributes

      protected Long maxAttributes
    • maxReports

      protected Long maxReports
    • maxGOOSE

      protected Long maxGOOSE
    • maxSMV

      protected Long maxSMV
    • rgoose

      protected Boolean rgoose
    • rsv

      protected Boolean rsv
    • noIctBinding

      protected Boolean noIctBinding
  • Constructor Details

    • TClientServices

      public TClientServices()
  • Method Details

    • getTimeSyncProt

      public TTimeSyncProt getTimeSyncProt()
      Gets the value of the timeSyncProt property.
      Returns:
      possible object is TTimeSyncProt
    • setTimeSyncProt

      public void setTimeSyncProt(TTimeSyncProt value)
      Sets the value of the timeSyncProt property.
      Parameters:
      value - allowed object is TTimeSyncProt
    • isSetTimeSyncProt

      public boolean isSetTimeSyncProt()
    • 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()
    • isGoose

      public boolean isGoose()
      Gets the value of the goose property.
      Returns:
      possible object is Boolean
    • setGoose

      public void setGoose(boolean value)
      Sets the value of the goose property.
      Parameters:
      value - allowed object is Boolean
    • isSetGoose

      public boolean isSetGoose()
    • unsetGoose

      public void unsetGoose()
    • isGsse

      public boolean isGsse()
      Gets the value of the gsse property.
      Returns:
      possible object is Boolean
    • setGsse

      public void setGsse(boolean value)
      Sets the value of the gsse property.
      Parameters:
      value - allowed object is Boolean
    • isSetGsse

      public boolean isSetGsse()
    • unsetGsse

      public void unsetGsse()
    • isBufReport

      public boolean isBufReport()
      Gets the value of the bufReport property.
      Returns:
      possible object is Boolean
    • setBufReport

      public void setBufReport(boolean value)
      Sets the value of the bufReport property.
      Parameters:
      value - allowed object is Boolean
    • isSetBufReport

      public boolean isSetBufReport()
    • unsetBufReport

      public void unsetBufReport()
    • isUnbufReport

      public boolean isUnbufReport()
      Gets the value of the unbufReport property.
      Returns:
      possible object is Boolean
    • setUnbufReport

      public void setUnbufReport(boolean value)
      Sets the value of the unbufReport property.
      Parameters:
      value - allowed object is Boolean
    • isSetUnbufReport

      public boolean isSetUnbufReport()
    • unsetUnbufReport

      public void unsetUnbufReport()
    • isReadLog

      public boolean isReadLog()
      Gets the value of the readLog property.
      Returns:
      possible object is Boolean
    • setReadLog

      public void setReadLog(boolean value)
      Sets the value of the readLog property.
      Parameters:
      value - allowed object is Boolean
    • isSetReadLog

      public boolean isSetReadLog()
    • unsetReadLog

      public void unsetReadLog()
    • isSv

      public boolean isSv()
      Gets the value of the sv property.
      Returns:
      possible object is Boolean
    • setSv

      public void setSv(boolean value)
      Sets the value of the sv property.
      Parameters:
      value - allowed object is Boolean
    • isSetSv

      public boolean isSetSv()
    • unsetSv

      public void unsetSv()
    • isSupportsLdName

      public boolean isSupportsLdName()
      Gets the value of the supportsLdName property.
      Returns:
      possible object is Boolean
    • setSupportsLdName

      public void setSupportsLdName(boolean value)
      Sets the value of the supportsLdName property.
      Parameters:
      value - allowed object is Boolean
    • isSetSupportsLdName

      public boolean isSetSupportsLdName()
    • unsetSupportsLdName

      public void unsetSupportsLdName()
    • getMaxAttributes

      public long getMaxAttributes()
      Gets the value of the maxAttributes property.
      Returns:
      possible object is Long
    • setMaxAttributes

      public void setMaxAttributes(long value)
      Sets the value of the maxAttributes property.
      Parameters:
      value - allowed object is Long
    • isSetMaxAttributes

      public boolean isSetMaxAttributes()
    • unsetMaxAttributes

      public void unsetMaxAttributes()
    • getMaxReports

      public long getMaxReports()
      Gets the value of the maxReports property.
      Returns:
      possible object is Long
    • setMaxReports

      public void setMaxReports(long value)
      Sets the value of the maxReports property.
      Parameters:
      value - allowed object is Long
    • isSetMaxReports

      public boolean isSetMaxReports()
    • unsetMaxReports

      public void unsetMaxReports()
    • getMaxGOOSE

      public long getMaxGOOSE()
      Gets the value of the maxGOOSE property.
      Returns:
      possible object is Long
    • setMaxGOOSE

      public void setMaxGOOSE(long value)
      Sets the value of the maxGOOSE property.
      Parameters:
      value - allowed object is Long
    • isSetMaxGOOSE

      public boolean isSetMaxGOOSE()
    • unsetMaxGOOSE

      public void unsetMaxGOOSE()
    • getMaxSMV

      public long getMaxSMV()
      Gets the value of the maxSMV property.
      Returns:
      possible object is Long
    • setMaxSMV

      public void setMaxSMV(long value)
      Sets the value of the maxSMV property.
      Parameters:
      value - allowed object is Long
    • isSetMaxSMV

      public boolean isSetMaxSMV()
    • unsetMaxSMV

      public void unsetMaxSMV()
    • isRGOOSE

      public boolean isRGOOSE()
      Gets the value of the rgoose property.
      Returns:
      possible object is Boolean
    • setRGOOSE

      public void setRGOOSE(boolean value)
      Sets the value of the rgoose property.
      Parameters:
      value - allowed object is Boolean
    • isSetRGOOSE

      public boolean isSetRGOOSE()
    • unsetRGOOSE

      public void unsetRGOOSE()
    • isRSV

      public boolean isRSV()
      Gets the value of the rsv property.
      Returns:
      possible object is Boolean
    • setRSV

      public void setRSV(boolean value)
      Sets the value of the rsv property.
      Parameters:
      value - allowed object is Boolean
    • isSetRSV

      public boolean isSetRSV()
    • unsetRSV

      public void unsetRSV()
    • isNoIctBinding

      public boolean isNoIctBinding()
      Gets the value of the noIctBinding property.
      Returns:
      possible object is Boolean
    • setNoIctBinding

      public void setNoIctBinding(boolean value)
      Sets the value of the noIctBinding property.
      Parameters:
      value - allowed object is Boolean
    • isSetNoIctBinding

      public boolean isSetNoIctBinding()
    • unsetNoIctBinding

      public void unsetNoIctBinding()