Class RecoverRequestType


public class RecoverRequestType extends RequestAbstractType

Java class for RecoverRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RecoverRequestType">
   <complexContent>
     <extension base="{http://www.w3.org/2002/03/xkms#}RequestAbstractType">
       <sequence>
         <element ref="{http://www.w3.org/2002/03/xkms#}RecoverKeyBinding"/>
         <element ref="{http://www.w3.org/2002/03/xkms#}Authentication"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • RecoverRequestType

      public RecoverRequestType()
  • Method Details

    • getRecoverKeyBinding

      public KeyBindingType getRecoverKeyBinding()
      Gets the value of the recoverKeyBinding property.
      Returns:
      possible object is KeyBindingType
    • setRecoverKeyBinding

      public void setRecoverKeyBinding(KeyBindingType value)
      Sets the value of the recoverKeyBinding property.
      Parameters:
      value - allowed object is KeyBindingType
    • getAuthentication

      public AuthenticationType getAuthentication()
      Gets the value of the authentication property.
      Returns:
      possible object is AuthenticationType
    • setAuthentication

      public void setAuthentication(AuthenticationType value)
      Sets the value of the authentication property.
      Parameters:
      value - allowed object is AuthenticationType