Class TTimeSyncProt

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceYesNo
org.lfenergy.compas.scl2007b4.model.TTimeSyncProt

public class TTimeSyncProt extends TServiceYesNo

Java class for tTimeSyncProt complex type.

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

 <complexType name="tTimeSyncProt">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tServiceYesNo">
       <attribute name="sntp" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="iec61850_9_3" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="c37_238" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="other" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TTimeSyncProt

      public TTimeSyncProt()
  • Method Details

    • isSntp

      public boolean isSntp()
      Gets the value of the sntp property.
      Returns:
      possible object is Boolean
    • setSntp

      public void setSntp(boolean value)
      Sets the value of the sntp property.
      Parameters:
      value - allowed object is Boolean
    • isSetSntp

      public boolean isSetSntp()
    • unsetSntp

      public void unsetSntp()
    • isIec6185093

      public boolean isIec6185093()
      Gets the value of the iec6185093 property.
      Returns:
      possible object is Boolean
    • setIec6185093

      public void setIec6185093(boolean value)
      Sets the value of the iec6185093 property.
      Parameters:
      value - allowed object is Boolean
    • isSetIec6185093

      public boolean isSetIec6185093()
    • unsetIec6185093

      public void unsetIec6185093()
    • isC37238

      public boolean isC37238()
      Gets the value of the c37238 property.
      Returns:
      possible object is Boolean
    • setC37238

      public void setC37238(boolean value)
      Sets the value of the c37238 property.
      Parameters:
      value - allowed object is Boolean
    • isSetC37238

      public boolean isSetC37238()
    • unsetC37238

      public void unsetC37238()
    • isOther

      public boolean isOther()
      Gets the value of the other property.
      Returns:
      possible object is Boolean
    • setOther

      public void setOther(boolean value)
      Sets the value of the other property.
      Parameters:
      value - allowed object is Boolean
    • isSetOther

      public boolean isSetOther()
    • unsetOther

      public void unsetOther()