Class AbstractUserPasswordAuthentification
- java.lang.Object
-
- net.anwiba.commons.mail.schema.account.AbstractAuthentification
-
- net.anwiba.commons.mail.schema.account.AbstractUserPasswordAuthentification
-
- Direct Known Subclasses:
LoginAuthentification,PlainAuthentification
public class AbstractUserPasswordAuthentification extends AbstractAuthentification
Java class for AbstractUserPasswordAuthentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractUserPasswordAuthentification"> <complexContent> <extension base="{http://www.anwiba.net/mail/account}AbstractAuthentification"> <sequence> <element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="password" type="{http://www.anwiba.net/mail/account}Password"/> </sequence> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description AbstractUserPasswordAuthentification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PasswordgetPassword()Gets the value of the password property.java.lang.StringgetUser()Gets the value of the user property.voidsetPassword(Password value)Sets the value of the password property.voidsetUser(java.lang.String value)Sets the value of the user property.
-
-
-
Field Detail
-
user
protected java.lang.String user
-
password
protected Password password
-
-
Method Detail
-
getUser
public java.lang.String getUser()
Gets the value of the user property.- Returns:
- possible object is
String
-
setUser
public void setUser(java.lang.String value)
Sets the value of the user property.- Parameters:
value- allowed object isString
-
getPassword
public Password getPassword()
Gets the value of the password property.- Returns:
- possible object is
Password
-
-