Package org.orcid.jaxb.model.message
Class SecurityDetails
java.lang.Object
org.orcid.jaxb.model.message.SecurityDetails
- All Implemented Interfaces:
Serializable
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"/>
<element ref="{http://www.orcid.org/ns/orcid}encrypted-security-answer"/>
<element ref="{http://www.orcid.org/ns/orcid}encrypted-verification-code"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the encryptedPassword property.inthashCode()voidSets the value of the encryptedPassword property.
-
Field Details
-
encryptedPassword
-
-
Constructor Details
-
SecurityDetails
public SecurityDetails()
-
-
Method Details
-
getEncryptedPassword
Gets the value of the encryptedPassword property.- Returns:
- possible object is
EncryptedPassword
-
setEncryptedPassword
Sets the value of the encryptedPassword property.- Parameters:
value- allowed object isEncryptedPassword
-
equals
-
hashCode
public int hashCode()
-