public final class UDM_Q05 extends AbstractQuery
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.
UDM_Q05 objQ05 = (UDM_Q05)MessageFactory.createInstance().createSendSupportedMessage("UDM", "Q05");
| Modifier and Type | Method and Description |
|---|---|
void |
addDisplayDataSegment(DSP objDSP)
Adds the Display Data(DSP) to this message.
|
void |
addDisplayDataSegments(ISingleCollection<DSP> objDSPSegmentCollection)
Adds the collection of Display Data Segment(DSP) to this message.
|
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.
|
DSC |
getContinuationPointerSegment()
Retrieves the Continuation Pointer(DSC) Segment present in this message
|
DSP |
getDisplayDataSegment()
Retrieves the Display Data(DSP) Segment 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 |
setContinuationPointerSegment(DSC objDSC)
Set the value of Continuation Pointer 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 DSP getDisplayDataSegment()
public void addDisplayDataSegment(DSP objDSP)
objDSP - Specified Display Data Segment(DSP)to this message.public void addDisplayDataSegments(ISingleCollection<DSP> objDSPSegmentCollection)
objDSPSegmentCollection - Collection of Display Data Segments to add in this messagepublic DSC getContinuationPointerSegment()
public void setContinuationPointerSegment(DSC objDSC)
objDSC - Specified Continuation Pointer Segment