Apache CXF API

org.apache.cxf.xkms.model.xkms
Class PendingRequestType

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.PendingRequestType
Direct Known Subclasses:
StatusRequestType

public class PendingRequestType
extends RequestAbstractType

Java class for PendingRequestType complex type.

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

 <complexType name="PendingRequestType">
   <complexContent>
     <extension base="{http://www.w3.org/2002/03/xkms#}RequestAbstractType">
       <attribute name="ResponseId" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String responseId
           
 
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
PendingRequestType()
           
 
Method Summary
 String getResponseId()
          Gets the value of the responseId property.
 void setResponseId(String value)
          Sets the value of the responseId 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

responseId

protected String responseId
Constructor Detail

PendingRequestType

public PendingRequestType()
Method Detail

getResponseId

public String getResponseId()
Gets the value of the responseId property.

Returns:
possible object is String

setResponseId

public void setResponseId(String value)
Sets the value of the responseId property.

Parameters:
value - allowed object is String

Apache CXF API

Apache CXF