public final class RSP_Z88 extends AbstractQuery
Represents a RSP_Z88 message structure (see chapter 5.9.2.1.1). 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_Z88 objZ88 = (RSP_Z88)MessageFactory.createInstance().createSendSupportedMessage("RSP", "Z88");
| Modifier and Type | Method and Description |
|---|---|
void |
addQueryResponseGroup(IGroup objGroup)
Adds QUERY_RESPONSE Group to this message.
|
void |
addQueryResponseGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of QUERY_RESPONSE Group to this message.
|
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 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 Query Acknowledgement(QAK) segment present in this message
|
QPD |
getQueryParameterDefinitionSegment()
Retrieves Query Parameter Definition(QPD) segment present in this message
|
ISingleCollection<IGroup> |
getQueryResponseGroups()
Retrieves Collection of QUERY_RESPONSE GROUP present in this message.
|
RCP |
getResponseControlParameterSegment()
Retrieves Response Control Parameter(RCP) segment 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)
Sets value of Continuation Pointer segment for this message,overwrites if already present.
|
void |
setErrorSegment(ERR objERR)
Sets value of ERR 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)
Sets value of Query Acknowledgement segment for this message,overwrites if already present.
|
void |
setQueryParameterDefinitionSegment(QPD objQPD)
Sets value of Query Parameter Definition segment for this message,overwrites if already present.
|
void |
setResponseControlParameterSegment(RCP objRCP)
Sets value of Response Control Parameter 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 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 RCP getResponseControlParameterSegment()
public void setResponseControlParameterSegment(RCP objRCP)
objRCP - Specified Response Control Parameter Segmentpublic ISingleCollection<IGroup> getQueryResponseGroups()
public void addQueryResponseGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - Specified QUERY_RESPONSE Group Collection.public void addQueryResponseGroup(IGroup objGroup)
objGroup - Specified QUERY_RESPONSE Group.public DSC getContinuationPointerSegment()
public void setContinuationPointerSegment(DSC objDSC)
objDSC - Specified Continuation Pointer Segment