public class AuthorizationPolicy extends Object
Java class for AuthorizationPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthorizationPolicy">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AuthorizationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Authorization" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
authorization |
protected String |
authorizationType |
protected String |
password |
protected String |
userName |
| Constructor and Description |
|---|
AuthorizationPolicy() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorization()
Gets the value of the authorization property.
|
String |
getAuthorizationType()
Gets the value of the authorizationType property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getUserName()
Gets the value of the userName property.
|
boolean |
isSetAuthorization() |
boolean |
isSetAuthorizationType() |
boolean |
isSetPassword() |
boolean |
isSetUserName() |
void |
setAuthorization(String value)
Sets the value of the authorization property.
|
void |
setAuthorizationType(String value)
Sets the value of the authorizationType property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
protected String userName
protected String password
protected String authorizationType
protected String authorization
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()
public String getAuthorizationType()
Stringpublic void setAuthorizationType(String value)
value - allowed object is
Stringpublic boolean isSetAuthorizationType()
public String getAuthorization()
Stringpublic void setAuthorization(String value)
value - allowed object is
Stringpublic boolean isSetAuthorization()
Apache CXF