Class TServer.Authentication
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServer.Authentication
- Enclosing class:
- TServer
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the certificate property.booleanisNone()Gets the value of the none property.booleanGets the value of the password property.booleanbooleanbooleanbooleanbooleanbooleanisStrong()Gets the value of the strong property.booleanisWeak()Gets the value of the weak property.voidsetCertificate(boolean value) Sets the value of the certificate property.voidsetNone(boolean value) Sets the value of the none property.voidsetPassword(boolean value) Sets the value of the password property.voidsetStrong(boolean value) Sets the value of the strong property.voidsetWeak(boolean value) Sets the value of the weak property.voidvoidvoidvoidvoid
-
Field Details
-
none
-
password
-
weak
-
strong
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
isSetCertificate
public boolean isSetCertificate() -
unsetCertificate
public void unsetCertificate()
-