Apache CXF API

org.apache.cxf.xkms.model.xkms
Class ReissueRequestType

java.lang.Object
  extended by org.apache.cxf.xkms.model.xkms.MessageAbstractType
      extended by org.apache.cxf.xkms.model.xkms.RequestAbstractType
          extended by org.apache.cxf.xkms.model.xkms.ReissueRequestType

public class ReissueRequestType
extends RequestAbstractType

Java class for ReissueRequestType complex type.

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

 <complexType name="ReissueRequestType">
   <complexContent>
     <extension base="{http://www.w3.org/2002/03/xkms#}RequestAbstractType">
       <sequence>
         <element ref="{http://www.w3.org/2002/03/xkms#}ReissueKeyBinding"/>
         <element ref="{http://www.w3.org/2002/03/xkms#}Authentication"/>
         <element ref="{http://www.w3.org/2002/03/xkms#}ProofOfPossession" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  AuthenticationType authentication
           
protected  ProofOfPossessionType proofOfPossession
           
protected  KeyBindingType reissueKeyBinding
           
 
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
ReissueRequestType()
           
 
Method Summary
 AuthenticationType getAuthentication()
          Gets the value of the authentication property.
 ProofOfPossessionType getProofOfPossession()
          Gets the value of the proofOfPossession property.
 KeyBindingType getReissueKeyBinding()
          Gets the value of the reissueKeyBinding property.
 void setAuthentication(AuthenticationType value)
          Sets the value of the authentication property.
 void setProofOfPossession(ProofOfPossessionType value)
          Sets the value of the proofOfPossession property.
 void setReissueKeyBinding(KeyBindingType value)
          Sets the value of the reissueKeyBinding 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reissueKeyBinding

protected KeyBindingType reissueKeyBinding

authentication

protected AuthenticationType authentication

proofOfPossession

protected ProofOfPossessionType proofOfPossession
Constructor Detail

ReissueRequestType

public ReissueRequestType()
Method Detail

getReissueKeyBinding

public KeyBindingType getReissueKeyBinding()
Gets the value of the reissueKeyBinding property.

Returns:
possible object is KeyBindingType

setReissueKeyBinding

public void setReissueKeyBinding(KeyBindingType value)
Sets the value of the reissueKeyBinding 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

getProofOfPossession

public ProofOfPossessionType getProofOfPossession()
Gets the value of the proofOfPossession property.

Returns:
possible object is ProofOfPossessionType

setProofOfPossession

public void setProofOfPossession(ProofOfPossessionType value)
Sets the value of the proofOfPossession property.

Parameters:
value - allowed object is ProofOfPossessionType

Apache CXF API

Apache CXF