Class SecurityDetails

java.lang.Object
org.orcid.jaxb.model.message.SecurityDetails
All Implemented Interfaces:
Serializable

public class SecurityDetails extends Object implements 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 Details

  • Constructor Details

    • SecurityDetails

      public SecurityDetails()
  • Method Details

    • getEncryptedPassword

      public EncryptedPassword getEncryptedPassword()
      Gets the value of the encryptedPassword property.
      Returns:
      possible object is EncryptedPassword
    • setEncryptedPassword

      public void setEncryptedPassword(EncryptedPassword value)
      Sets the value of the encryptedPassword property.
      Parameters:
      value - allowed object is EncryptedPassword
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object