Package org.apache.cxf.xkms.model.xkms
Class RecoverRequestType
- java.lang.Object
-
- org.apache.cxf.xkms.model.xkms.MessageAbstractType
-
- org.apache.cxf.xkms.model.xkms.RequestAbstractType
-
- org.apache.cxf.xkms.model.xkms.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 Summary
Fields Modifier and Type Field Description protected AuthenticationTypeauthenticationprotected KeyBindingTyperecoverKeyBinding-
Fields inherited from class org.apache.cxf.xkms.model.xkms.RequestAbstractType
originalRequestId, pendingNotification, respondWith, responseLimit, responseMechanism
-
Fields inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType
id, messageExtension, nonce, opaqueClientData, service, signature
-
-
Constructor Summary
Constructors Constructor Description RecoverRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationTypegetAuthentication()Gets the value of the authentication property.KeyBindingTypegetRecoverKeyBinding()Gets the value of the recoverKeyBinding property.voidsetAuthentication(AuthenticationType value)Sets the value of the authentication property.voidsetRecoverKeyBinding(KeyBindingType value)Sets the value of the recoverKeyBinding property.-
Methods inherited from class org.apache.cxf.xkms.model.xkms.RequestAbstractType
getOriginalRequestId, getPendingNotification, getRespondWith, getResponseLimit, getResponseMechanism, setOriginalRequestId, setPendingNotification, setResponseLimit
-
Methods inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType
getId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignature
-
-
-
-
Field Detail
-
recoverKeyBinding
protected KeyBindingType recoverKeyBinding
-
authentication
protected AuthenticationType authentication
-
-
Method Detail
-
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 isKeyBindingType
-
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 isAuthenticationType
-
-