public abstract class RSP_K21_Common extends AbstractQuery
Represents a RSP_K21 message structure (see chapter 3.2.56). This structure contains the following elements:
0: MSH (Message Header) SINGLE_COMPULSARY| Modifier and Type | Method and Description |
|---|---|
void |
addSoftwareSegment(ISingleCollection<SFT> objSFTSegmentCollection)
Adds collection of Software Segment(SFT) to this message.
|
void |
addSoftwareSegment(SFT objSFT)
Adds Software Segment(SFT) to this message.
|
DSC |
getContinuationPointerSegment()
Retrieves the Continuation Pointer(DSC) Segment present in this message
|
ERR |
getErrorSegment()
Retrieves 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
|
IGroup |
getQueryResponseGroup()
Retrieves QUERY RESPONSE Group present in this message.
|
ISingleCollection<SFT> |
getSoftwareSegments()
Retrieves Collection of Software Segments(SFT) 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 |
setErrorSegment(ERR objERR)
Sets value of Error 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 |
setQueryResponseGroup(IGroup objGroup)
Sets value of QUERY RESPONSE Group for this message,overwrites if already present.
|
void |
setUserAuthenticationCredentialSegment(UAC objUAC)
Sets value of User Authentication Credential 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 void addSoftwareSegment(SFT objSFT)
objSFT - Specified Software Segment(SFT)to be added in message.public void addSoftwareSegment(ISingleCollection<SFT> objSFTSegmentCollection)
objSFTSegmentCollection - Collection of Software Segments to add in this messagepublic ISingleCollection<SFT> getSoftwareSegments()
public UAC getUserAuthenticationCredentialSegment()
public void setUserAuthenticationCredentialSegment(UAC objUAC)
objUAC - Specified UAC Segmentpublic MSA getMessageAcknowledgmentSegment()
public void setMessageAcknowledgmentSegment(MSA objMSA)
objMSA - Specified Message Acknowledgment Segmentpublic ERR getErrorSegment()
public void setErrorSegment(ERR objERR)
objERR - Specified Error Segmentpublic 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 IGroup getQueryResponseGroup()
public void setQueryResponseGroup(IGroup objGroup)
objGroup - Specified QUERY RESPONSE Grouppublic DSC getContinuationPointerSegment()
public void setContinuationPointerSegment(DSC objDSC)
objDSC - Specified Continuation Pointer Segment