public abstract class QCN_J01_Common extends AbstractQuery
Represents a QCN_J01 message structure (see chapter 5.4.6). This structure contains the following elements:
0: MSH (Message Header) SINGLE_COMPULSARY| 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.
|
QID |
getQueryIdentificationSegment()
Retrieves the Query identification Segment(QID) present in this message
|
ISingleCollection<SFT> |
getSoftwareSegments()
Retrieves the Collection of Software Segments(SFT) present in this message.
|
UAC |
getUserAuthenticationCredentialSegment()
Retrieves User Authentication Credential(UAC) segment present in this message
|
boolean |
isQuery()
Veifies whether message is Query.
|
void |
setQueryIdentificationSegment(QID objQID)
Set the value of Query identification 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, 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 UAC getUserAuthenticationCredentialSegment()
public void setUserAuthenticationCredentialSegment(UAC objUAC)
objUAC - Specified UAC Segmentpublic QID getQueryIdentificationSegment()
public void setQueryIdentificationSegment(QID objQID)
objQID - Specified Query identification Segment