public class SecurityDetails extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.orcid.org/ns/orcid}encrypted-password"/>
<element ref="{http://www.orcid.org/ns/orcid}security-question-id" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}encrypted-security-answer" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}encrypted-verification-code"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EncryptedPassword |
encryptedPassword |
protected EncryptedSecurityAnswer |
encryptedSecurityAnswer |
protected EncryptedVerificationCode |
encryptedVerificationCode |
protected SecurityQuestionId |
securityQuestionId |
| Constructor and Description |
|---|
SecurityDetails() |
| Modifier and Type | Method and Description |
|---|---|
EncryptedPassword |
getEncryptedPassword()
Gets the value of the encryptedPassword property.
|
EncryptedSecurityAnswer |
getEncryptedSecurityAnswer()
Gets the value of the encryptedSecurityAnswer property.
|
EncryptedVerificationCode |
getEncryptedVerificationCode()
Gets the value of the encryptedVerificationCode property.
|
SecurityQuestionId |
getSecurityQuestionId()
Gets the value of the securityQuestionId property.
|
void |
setEncryptedPassword(EncryptedPassword value)
Sets the value of the encryptedPassword property.
|
void |
setEncryptedSecurityAnswer(EncryptedSecurityAnswer value)
Sets the value of the encryptedSecurityAnswer property.
|
void |
setEncryptedVerificationCode(EncryptedVerificationCode value)
Sets the value of the encryptedVerificationCode property.
|
void |
setSecurityQuestionId(SecurityQuestionId value)
Sets the value of the securityQuestionId property.
|
protected EncryptedPassword encryptedPassword
protected SecurityQuestionId securityQuestionId
protected EncryptedSecurityAnswer encryptedSecurityAnswer
protected EncryptedVerificationCode encryptedVerificationCode
public EncryptedPassword getEncryptedPassword()
EncryptedPasswordpublic void setEncryptedPassword(EncryptedPassword value)
value - allowed object is
EncryptedPasswordpublic SecurityQuestionId getSecurityQuestionId()
SecurityQuestionIdpublic void setSecurityQuestionId(SecurityQuestionId value)
value - allowed object is
SecurityQuestionIdpublic EncryptedSecurityAnswer getEncryptedSecurityAnswer()
EncryptedSecurityAnswerpublic void setEncryptedSecurityAnswer(EncryptedSecurityAnswer value)
value - allowed object is
EncryptedSecurityAnswerpublic EncryptedVerificationCode getEncryptedVerificationCode()
EncryptedVerificationCodepublic void setEncryptedVerificationCode(EncryptedVerificationCode value)
value - allowed object is
EncryptedVerificationCodeCopyright © 2017. All rights reserved.