public final class RSP_E03 extends AbstractQuery
Represents a RSP_E03 message structure (see chapter 16.3.4). 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_E03 objE03 = (RSP_E03)MessageFactory.createInstance().createSendSupportedMessage("RSP", "E03");
| Modifier and Type | Method and Description |
|---|---|
void |
addErrorSegment(ERR objERR)
Adds Error Segment(ERR) to this message.
|
void |
addErrorSegment(ISingleCollection<ERR> objERRSegmentCollection)
Adds collection of Error Segment(ERR) to this message.
|
void |
addQueryACKIPRGroup(IGroup objGroup)
Adds QUERY_ACK_IPR to this message.
|
void |
addQueryACKIPRGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of QUERY_ACK_IPR 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.
|
void |
addUserAuthenticationCredentialSegment(ISingleCollection<UAC> objUACSegmentCollection)
Adds collection of User Authentication Credential Segment(UAC) to this message.
|
void |
addUserAuthenticationCredentialSegment(UAC objUAC)
Adds User Authentication Credential Segment(UAC) to this message.
|
ISingleCollection<ERR> |
getErrorSegments()
Retrieves Collection of Error Segments(ERR) present in this message.
|
MSA |
getMessageAcknowledgmentSegment()
Retrieves Message Acknowledgment(MSA) segment present in this message
|
ISingleCollection<IGroup> |
getQueryACKIPRGroups()
Retrieves Collection of QUERY_ACK_IPR present in this message.
|
ISingleCollection<SFT> |
getSoftwareSegments()
Retrieves Collection of Software Segments(SFT) present in this message.
|
ISingleCollection<UAC> |
getUserAuthenticationCredentialSegments()
Retrieves Collection of User Authentication Credential Segments(UAC) present in this message.
|
boolean |
isResponse()
Veifies whether message is Response.
|
void |
setMessageAcknowledgmentSegment(MSA objMSA)
Sets value of Message Acknowledgment 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 message to this message.public void addSoftwareSegment(ISingleCollection<SFT> objSFTSegmentCollection)
objSFTSegmentCollection - Collection of Software Segments to add in this messagepublic ISingleCollection<UAC> getUserAuthenticationCredentialSegments()
public void addUserAuthenticationCredentialSegment(UAC objUAC)
objUAC - Specified User Authentication Credential Segment(UAC) to be added in this message to this message.public void addUserAuthenticationCredentialSegment(ISingleCollection<UAC> objUACSegmentCollection)
objUACSegmentCollection - Collection of User Authentication Credential Segments to add in this messagepublic MSA getMessageAcknowledgmentSegment()
public void setMessageAcknowledgmentSegment(MSA objMSA)
objMSA - Specified Message Acknowledgment Segmentpublic ISingleCollection<ERR> getErrorSegments()
public void addErrorSegment(ERR objERR)
objERR - Specified Error Segment(ERR) to be added in this message to this message.public void addErrorSegment(ISingleCollection<ERR> objERRSegmentCollection)
objERRSegmentCollection - Collection of Error Segments to add in this messagepublic ISingleCollection<IGroup> getQueryACKIPRGroups()
public void addQueryACKIPRGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - - Specified QUERY_ACK_IPR Collection.public void addQueryACKIPRGroup(IGroup objGroup)
objGroup - Specified QUERY_ACK_IPR.