Package org.apache.cxf.xkms.model.xkms
Class StatusRequestType
- java.lang.Object
-
- org.apache.cxf.xkms.model.xkms.MessageAbstractType
-
- org.apache.cxf.xkms.model.xkms.RequestAbstractType
-
- org.apache.cxf.xkms.model.xkms.PendingRequestType
-
- org.apache.cxf.xkms.model.xkms.StatusRequestType
-
public class StatusRequestType extends PendingRequestType
Java class for StatusRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusRequestType"> <complexContent> <extension base="{http://www.w3.org/2002/03/xkms#}PendingRequestType"> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.xkms.model.xkms.PendingRequestType
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
Constructors Constructor Description StatusRequestType()
-
Method Summary
-
Methods inherited from class org.apache.cxf.xkms.model.xkms.PendingRequestType
getResponseId, setResponseId
-
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
-
-