public final class QBP_Z73 extends AbstractQuery
Represents a QBP_Z73 message structure (see chapter 4.6.2). 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.
QBP_Z73 objZ73 = (QBP_Z73)MessageFactory.createInstance().createSendSupportedMessage("QBP", "Z73");
| Modifier and Type | Method and Description |
|---|---|
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.
|
QPD |
getQueryParameterDefinitionSegment()
Retrives the Query Parameter Definition(QPD) Segment present in this message
|
RCP |
getResponseControlParameterSegment()
Retrives the Response Control Parameter(RCP) Segment present in this message
|
ISingleCollection<SFT> |
getSoftwareSegments()
Retrieves the Collection of Software Segments(SFT) present in this message.
|
boolean |
isQuery()
Veifies whether message is Query.
|
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 Response Control Parameter 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, isResponse, populate, removeGroup, removeSegment, removeSegment, removeSegmentAttribute, removeSegmentAttribute, removeSegmentAttribute, removeSegments, setHeader, setSubscriptionType, updateSegmentAttribute, updateSegmentAttribute, validate, writeToXML, writeToXMLpublic boolean isQuery()
public 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 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 Segment