Class TServer.Authentication

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServer.Authentication
Enclosing class:
TServer

public static class TServer.Authentication extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{http://www.iec.ch/61850/2003/SCL}agAuthentication"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • none

      protected Boolean none
    • password

      protected Boolean password
    • weak

      protected Boolean weak
    • strong

      protected Boolean strong
    • certificate

      protected Boolean certificate
  • Constructor Details

    • Authentication

      public Authentication()
  • Method Details

    • isNone

      public boolean isNone()
      Gets the value of the none property.
      Returns:
      possible object is Boolean
    • setNone

      public void setNone(boolean value)
      Sets the value of the none property.
      Parameters:
      value - allowed object is Boolean
    • isSetNone

      public boolean isSetNone()
    • unsetNone

      public void unsetNone()
    • isPassword

      public boolean isPassword()
      Gets the value of the password property.
      Returns:
      possible object is Boolean
    • setPassword

      public void setPassword(boolean value)
      Sets the value of the password property.
      Parameters:
      value - allowed object is Boolean
    • isSetPassword

      public boolean isSetPassword()
    • unsetPassword

      public void unsetPassword()
    • isWeak

      public boolean isWeak()
      Gets the value of the weak property.
      Returns:
      possible object is Boolean
    • setWeak

      public void setWeak(boolean value)
      Sets the value of the weak property.
      Parameters:
      value - allowed object is Boolean
    • isSetWeak

      public boolean isSetWeak()
    • unsetWeak

      public void unsetWeak()
    • isStrong

      public boolean isStrong()
      Gets the value of the strong property.
      Returns:
      possible object is Boolean
    • setStrong

      public void setStrong(boolean value)
      Sets the value of the strong property.
      Parameters:
      value - allowed object is Boolean
    • isSetStrong

      public boolean isSetStrong()
    • unsetStrong

      public void unsetStrong()
    • isCertificate

      public boolean isCertificate()
      Gets the value of the certificate property.
      Returns:
      possible object is Boolean
    • setCertificate

      public void setCertificate(boolean value)
      Sets the value of the certificate property.
      Parameters:
      value - allowed object is Boolean
    • isSetCertificate

      public boolean isSetCertificate()
    • unsetCertificate

      public void unsetCertificate()