public class Authentication extends Object
Java class for Authentication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Authentication">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="password" type="{http://www.anwiba.net/mail/account}Password"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Password |
password |
protected String |
userName |
| Constructor and Description |
|---|
Authentication() |
| Modifier and Type | Method and Description |
|---|---|
Password |
getPassword()
Gets the value of the password property.
|
String |
getUserName()
Gets the value of the userName property.
|
void |
setPassword(Password value)
Sets the value of the password property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
public String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic Password getPassword()
PasswordCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.