Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPassword()
Returns the value of the 'Password' attribute.
|
java.lang.String |
getUserId()
Returns the value of the 'User Id' attribute.
|
boolean |
isSetPassword()
Returns whether the value of the '
Password ' attribute is set |
boolean |
isSetUserId()
Returns whether the value of the '
User Id ' attribute is set |
void |
setPassword(java.lang.String value)
Sets the value of the '
Password ' attribute |
void |
setUserId(java.lang.String value)
Sets the value of the '
User Id ' attribute |
void |
unsetPassword()
Unsets the value of the '
Password ' attribute |
void |
unsetUserId()
Unsets the value of the '
User Id ' attribute |
static final java.lang.String COPYRIGHT
java.lang.String getUserId()
isSetUserId()
,
unsetUserId()
,
setUserId(String)
,
HeadersPackage.getHTTPCredentials_UserId()
void setUserId(java.lang.String value)
User Id
' attribute.
value
- the new value of the 'User Id' attribute.isSetUserId()
,
unsetUserId()
,
getUserId()
void unsetUserId()
User Id
' attribute.
isSetUserId()
,
getUserId()
,
setUserId(String)
boolean isSetUserId()
User Id
' attribute is set.
unsetUserId()
,
getUserId()
,
setUserId(String)
java.lang.String getPassword()
isSetPassword()
,
unsetPassword()
,
setPassword(String)
,
HeadersPackage.getHTTPCredentials_Password()
void setPassword(java.lang.String value)
Password
' attribute.
value
- the new value of the 'Password' attribute.isSetPassword()
,
unsetPassword()
,
getPassword()
void unsetPassword()
Password
' attribute.
isSetPassword()
,
getPassword()
,
setPassword(String)
boolean isSetPassword()
Password
' attribute is set.
unsetPassword()
,
getPassword()
,
setPassword(String)