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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the certificate property.boolean
isNone()
Gets the value of the none property.boolean
Gets the value of the password property.boolean
boolean
boolean
boolean
boolean
boolean
isStrong()
Gets the value of the strong property.boolean
isWeak()
Gets the value of the weak property.void
setCertificate
(boolean value) Sets the value of the certificate property.void
setNone
(boolean value) Sets the value of the none property.void
setPassword
(boolean value) Sets the value of the password property.void
setStrong
(boolean value) Sets the value of the strong property.void
setWeak
(boolean value) Sets the value of the weak property.void
void
void
void
void
-
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()
-