public interface CredentialType
The following features are supported:
MemberPackage.getCredentialType()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLogonID()
Returns the value of the 'Logon ID' attribute.
|
java.lang.String |
getPassword()
Returns the value of the 'Password' attribute.
|
SecurityHintType |
getSecurityHint()
Returns the value of the 'Security Hint' containment reference.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
void |
setLogonID(java.lang.String value)
Sets the value of the '
Logon ID ' attribute. |
void |
setPassword(java.lang.String value)
Sets the value of the '
Password ' attribute. |
void |
setSecurityHint(SecurityHintType value)
Sets the value of the '
Security Hint ' containment reference. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
java.lang.String getLogonID()
setLogonID(String)
,
MemberPackage.getCredentialType_LogonID()
void setLogonID(java.lang.String value)
Logon ID
' attribute.
value
- the new value of the 'Logon ID' attribute.getLogonID()
java.lang.String getPassword()
setPassword(String)
,
MemberPackage.getCredentialType_Password()
void setPassword(java.lang.String value)
Password
' attribute.
value
- the new value of the 'Password' attribute.getPassword()
SecurityHintType getSecurityHint()
setSecurityHint(SecurityHintType)
,
MemberPackage.getCredentialType_SecurityHint()
void setSecurityHint(SecurityHintType value)
Security Hint
' containment reference.
value
- the new value of the 'Security Hint' containment reference.getSecurityHint()
UserDataType getUserData()
setUserData(UserDataType)
,
MemberPackage.getCredentialType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()