CorvusStatusQueryResponseData

public class CorvusStatusQueryResponseData extends KVPairData

The CorvusStatusQueryResponseData is the data structure representing the general response data set for status query web services in corvus level. This is the sample WSDL request for the status query WS request.

   <status> The current status of message </status>
<statusDescription> The current status description of message </statusDescription>
<ackMessageId> The message id of acknowledgment / receipt if any </ackMessageId>
<ackStatus> The status of acknowledgment / receipt if any </ackStatus>
<ackStatusDescription> The status description of acknowledgment / receipt if any </ackStatusDescription>

Creation Date: 10/05/2007

Author:Twinsen Tsang

Constructors

CorvusStatusQueryResponseData

public CorvusStatusQueryResponseData(String[] paramKeySet)

Default Constructor.

Methods

getACKMessageId

public String getACKMessageId()
Returns:the message ID of the acknowledgment corresponding to the message being queried.

getACKStatus

public String getACKStatus()
Returns:the status of the acknowledgment corresponding to the message being queried.

getACKStatusDescription

public String getACKStatusDescription()
Returns:the status description of the acknowledgment corresponding to the message being queried.

getMessageId

public String getMessageId()
Returns:the message ID of the message being queried.

getStatus

public String getStatus()
Returns:the current status of Message.

getStatusDescription

public String getStatusDescription()
Returns:the current status description of Message.