public class AuthenticationLevel
extends java.lang.Object
Java class for authenticationLevel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="authenticationLevel">
<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.w3.org/2001/XMLSchema}string"/>
<element name="domain" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AuthenticationLevel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDomain()
Gets the value of the domain property.
|
java.lang.String |
getPassword()
Gets the value of the password property.
|
java.lang.String |
getUsername()
Gets the value of the username property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
void |
setPassword(java.lang.String value)
Sets the value of the password property.
|
void |
setUsername(java.lang.String value)
Sets the value of the username property.
|
public java.lang.String getUsername()
Stringpublic void setUsername(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPassword()
Stringpublic void setPassword(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDomain()
Stringpublic void setDomain(java.lang.String value)
value - allowed object is
StringCopyright © 2010 All Rights Reserved.