public final class QBP_E03 extends AbstractQuery
Represents a QBP_E03 message structure (see chapter 16.3.3). This structure contains the following elements:
0: MSH (Message Header segment)Following is the step to create message
Before that, respective Message Source and Message Recipient to be set on Message Factory.
QBP_E03 objE03 = (QBP_E03)MessageFactory.createInstance().createSendSupportedMessage("QBP", "E03");
| Modifier and Type | Method and Description |
|---|---|
void |
addQueryInformationGroup(IGroup objGroup)
Adds QUERY_INFORMATION to this message.
|
void |
addQueryInformationGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of QUERY_INFORMATION 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<IGroup> |
getQueryInformationGroups()
Retrieves Collection of QUERY_INFORMATION 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 |
isQuery()
Verifies whether message is Query.
|
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 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 ISingleCollection<IGroup> getQueryInformationGroups()
public void addQueryInformationGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - - Specified QUERY_INFORMATION Collection.public void addQueryInformationGroup(IGroup objGroup)
objGroup - Specified QUERY_INFORMATION.