public class HttpBasicAuthType extends Object
Java class for HttpBasicAuthType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HttpBasicAuthType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="userName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="password" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
password |
protected String |
userName |
| Constructor and Description |
|---|
HttpBasicAuthType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Gets the value of the password property.
|
String |
getUserName()
Gets the value of the userName property.
|
boolean |
isSetPassword() |
boolean |
isSetUserName() |
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 boolean isSetUserName()
public String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic boolean isSetPassword()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.