public class UserAuth extends Object
Java class for user_auth complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="user_auth">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="user_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
password |
protected String |
userName |
| Constructor and Description |
|---|
UserAuth() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Gets the value of the password property.
|
String |
getUserName()
Gets the value of the userName property.
|
void |
setPassword(String 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 String getPassword()
StringCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.