public abstract class RequestAbstractType extends MessageAbstractType
| Modifier and Type | Field and Description |
|---|---|
protected String |
originalRequestId |
protected PendingNotificationType |
pendingNotification |
protected List<String> |
respondWith |
protected BigInteger |
responseLimit |
protected List<String> |
responseMechanism |
id, messageExtension, nonce, opaqueClientData, service, signature| Constructor and Description |
|---|
RequestAbstractType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOriginalRequestId()
Gets the value of the originalRequestId property.
|
PendingNotificationType |
getPendingNotification()
Gets the value of the pendingNotification property.
|
List<String> |
getRespondWith()
Gets the value of the respondWith property.
|
BigInteger |
getResponseLimit()
Gets the value of the responseLimit property.
|
List<String> |
getResponseMechanism()
Gets the value of the responseMechanism property.
|
void |
setOriginalRequestId(String value)
Sets the value of the originalRequestId property.
|
void |
setPendingNotification(PendingNotificationType value)
Sets the value of the pendingNotification property.
|
void |
setResponseLimit(BigInteger value)
Sets the value of the responseLimit property.
|
getId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignatureprotected PendingNotificationType pendingNotification
protected String originalRequestId
protected BigInteger responseLimit
public List<String> getResponseMechanism()
Stringpublic List<String> getRespondWith()
Stringpublic PendingNotificationType getPendingNotification()
PendingNotificationTypepublic void setPendingNotification(PendingNotificationType value)
value - allowed object is
PendingNotificationTypepublic String getOriginalRequestId()
Stringpublic void setOriginalRequestId(String value)
value - allowed object is
Stringpublic BigInteger getResponseLimit()
BigIntegerpublic void setResponseLimit(BigInteger value)
value - allowed object is
BigIntegerApache CXF