SFRMStatusQueryResponseData

public class SFRMStatusQueryResponseData extends KVPairData

The SFRMStatusQueryResponseData is the data structure representing the response data set for SFRM Message Status Query serivce. This is the sample WSDL response for the SFRM status query WS request.

<messageInfo>
<status> The current status of message </status>
<statusDescription> The current status description of message </statusDescription>
<numberOfSegments> Maximum number of segments </numberOfSegments>
<numberOfProcessedSegments> Number of processed segments </numberOfProcessedSegments>
<lastUpdatedTime>  The last updated timestamp  </lastUpdatedTime>
</messageInfo>

Creation Date: 10/5/2007

Author:Twinsen Tsang

Fields

PARAM_KEY_SET

public static final String[] PARAM_KEY_SET

This is the key set for XML serialization / de-serialization.

Constructors

SFRMStatusQueryResponseData

public SFRMStatusQueryResponseData()

Default Constructor.

Methods

getLastUpdatedTimestamp

public Timestamp getLastUpdatedTimestamp()

The last updated timestamp define the last time that the SFRM message was being processing. (last activity time).

Returns:the last active time for thie SFRM Message.

getMessageId

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

getNumberOfProcessedSegments

public int getNumberOfProcessedSegments()
Returns:the number of processed segments for this SFRM Message.

getNumberOfSegments

public int getNumberOfSegments()
Returns:the number of segments for this SFRM Message.

getStatus

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

getStatusDescription

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