Class Password
- java.lang.Object
-
- net.anwiba.commons.mail.schema.account.Password
-
public class Password extends java.lang.ObjectJava class for Password complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Password"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="encrypted" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Password()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetValue()Gets the value of the value property.booleanisEncrypted()Gets the value of the encrypted property.voidsetEncrypted(java.lang.Boolean value)Sets the value of the encrypted property.voidsetValue(java.lang.String value)Sets the value of the value property.
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(java.lang.String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
isEncrypted
public boolean isEncrypted()
Gets the value of the encrypted property.- Returns:
- possible object is
Boolean
-
setEncrypted
public void setEncrypted(java.lang.Boolean value)
Sets the value of the encrypted property.- Parameters:
value- allowed object isBoolean
-
-