|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HTTPCredentials
A representation of the model object 'HTTP Credentials'.
The following features are supported:
HeadersPackage.getHTTPCredentials()
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
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 |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
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)
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |