public final class RSP_K25 extends AbstractQuery
Represents a RSP_K25 message structure (see chapter 15.3.7). This structure contains the following elements:
0: MSH (Message Header) SINGLE_COMPULSARYFollowing is the step to create message
Before that, respective Message Source and Message Recipient to be set on Message Factory.
RSP_K25 objK25 = (RSP_K25)MessageFactory.createInstance().createSendSupportedMessage("RSP", "K25");
| Modifier and Type | Method and Description |
|---|---|
void |
addErrorSegment(ERR objERR)
Adds the Error (ERR) Segment to this message.
|
void |
addErrorSegments(ISingleCollection<ERR> objERRSegmentCollection)
Adds the collection of Error (ERR) Segment to this message.
|
void |
addSoftwareSegment(ISingleCollection<SFT> objSFTSegmentCollection)
Adds the collection of Software Segment(SFT) to this message.
|
void |
addSoftwareSegment(SFT objSFT)
Adds the Software Segment(SFT) to this message.
|
void |
addStaffGroup(IGroup objGroup)
Adds STAFF GROUP to this message.
|
void |
addStaffGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of STAFF GROUP to this message.
|
DSC |
getContinuationPointerSegment()
Retrieves the Continuation Pointer(DSC) Segment present in this message
|
ISingleCollection<ERR> |
getErrorSegments()
Retrieves the Collection of Error(ERR) Segment present in this message.
|
MSA |
getMessageAcknowledgmentSegment()
Retrieves Message Acknowledgment(MSA) segment present in this message
|
QAK |
getQueryAcknowledgementSegment()
Retrieves the Query Acknowledgement(QAK) Segment present in this message
|
QPD |
getQueryParameterDefinitionSegment()
Retrieves the Query Parameter Definition(QPD) Segment present in this message
|
RCP |
getResponseControlParameterSegment()
Retrieves the Response Control Parameter(RCP) Segment present in this message
|
ISingleCollection<SFT> |
getSoftwareSegments()
Retrieves the Collection of Software Segments(SFT) present in this message.
|
ISingleCollection<IGroup> |
getStaffGroups()
Retrieves Collection of STAFF GROUP present in this message.
|
UAC |
getUserAuthenticationCredentialSegment()
Retrieves User Authentication Credential(UAC) segment present in this message
|
boolean |
isResponse()
Veifies whether message is Response.
|
void |
setContinuationPointerSegment(DSC objDSC)
Set the value of Continuation Pointer Segment for this message,overwrites if already present.
|
void |
setMessageAcknowledgmentSegment(MSA objMSA)
Sets value of Message Acknowledgment segment for this message,overwrites if already present.
|
void |
setQueryAcknowledgementSegment(QAK objQAK)
Set the value of Query Acknowledgement Segment for this message,overwrites if already present.
|
void |
setQueryParameterDefinitionSegment(QPD objQPD)
Set the value of Query Parameter Definition Segment for this message,overwrites if already present.
|
void |
setResponseControlParameterSegment(RCP objRCP)
Set the value of Query Parameter Definition Segment for this message,overwrites if already present.
|
void |
setUserAuthenticationCredentialSegment(UAC objUAC)
Sets value of User Authentication Credential(UAC) segment for this message, overwrites if already present.
|
getQueryIdentifier, getQuerySegments, isBatchRSPExpected, isCanceledQuery, isCanceledResponse, isDeferred, isInteractiveQuery, isInteractiveResponse, setIsCanceledQuery, setIsCanceledResponse, setIsInteractiveQuery, setIsInteractiveResponsecontains, dumpMessage, dumpMessage, getACKMode, getGroup, getGroupMap, getHeader, getMessageCode, getMessageControlID, getMessageStructure, getQueryUserParameters, getSegment, getSegmentSet, getSubscriptionType, getTriggerEvent, isQuery, populate, removeGroup, removeSegment, removeSegment, removeSegmentAttribute, removeSegmentAttribute, removeSegmentAttribute, removeSegments, setHeader, setSubscriptionType, updateSegmentAttribute, updateSegmentAttribute, validate, writeToXML, writeToXMLpublic boolean isResponse()
isResponse in class Messagepublic ISingleCollection<SFT> getSoftwareSegments()
public void addSoftwareSegment(SFT objSFT)
objSFT - Specified Software Segment(SFT) to be added in this messageto this message.public void addSoftwareSegment(ISingleCollection<SFT> objSFTSegmentCollection)
objSFTSegmentCollection - Collection of Software Segments to add in this messagepublic UAC getUserAuthenticationCredentialSegment()
public void setUserAuthenticationCredentialSegment(UAC objUAC)
objUAC - Specified UAC Segmentpublic MSA getMessageAcknowledgmentSegment()
public void setMessageAcknowledgmentSegment(MSA objMSA)
objMSA - Specified Message Acknowledgment Segmentpublic ISingleCollection<ERR> getErrorSegments()
public void addErrorSegment(ERR objERR)
objERR - Specified Error (ERR) Segment to this message.public void addErrorSegments(ISingleCollection<ERR> objERRSegmentCollection)
objERRSegmentCollection - Collection of Error Segments to add in this messagepublic QAK getQueryAcknowledgementSegment()
public void setQueryAcknowledgementSegment(QAK objQAK)
objQAK - Specified Query Acknowledgement Segmentpublic QPD getQueryParameterDefinitionSegment()
public void setQueryParameterDefinitionSegment(QPD objQPD)
objQPD - Specified Query Parameter Definition Segmentpublic RCP getResponseControlParameterSegment()
public void setResponseControlParameterSegment(RCP objRCP)
objRCP - Specified Response Control Parameter Segmentpublic ISingleCollection<IGroup> getStaffGroups()
public void addStaffGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - Specified STAFF GROUP Collection.public void addStaffGroup(IGroup objGroup)
objGroup - Specified STAFF GROUP.public DSC getContinuationPointerSegment()
public void setContinuationPointerSegment(DSC objDSC)
objDSC - Specified Continuation Pointer Segment