public class Credentials extends Object
Java class for Credentials complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Credentials">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="User" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Pass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
pass |
protected String |
user |
| Constructor and Description |
|---|
Credentials() |
Credentials(String user,
String pass) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPass()
Gets the value of the pass property.
|
String |
getUser()
Gets the value of the user property.
|
void |
setPass(String value)
Sets the value of the pass property.
|
void |
setUser(String value)
Sets the value of the user property.
|
public String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic String getPass()
StringCopyright © 2020. All rights reserved.