public final class NMD_N02 extends Message
Represents a NMD_N02 message structure (see chapter 14.3.2). This structure contains the following elements:
0: MSH (Message Header Segment) SINGLE_COMPULSARYFollowing is the step to create message
Before that, respective Message Source and Message Recipient to be set on Message Factory.
NMD_N02 objN02 = (NMD_N02)MessageFactory.createInstance().createSendSupportedMessage("NMD", "N02");
| Modifier and Type | Method and Description |
|---|---|
void |
addClockAndStatsWithNotesGroups(IGroup objGroup)
Adds CLOCK_AND_STATS_WITH_NOTES GROUP to this message.
|
void |
addClockAndStatsWithNotesGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of CLOCK_AND_STATS_WITH_NOTES GROUP 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.
|
ISingleCollection<IGroup> |
getClockAndStatsWithNotesGroups()
Retrieves Collection of CLOCK_AND_STATS_WITH_NOTES GROUP present in this message.
|
ISingleCollection<SFT> |
getSoftwareSegments()
Retrieves Collection of Software Segments(SFT) present in this message.
|
UAC |
getUserAuthenticationCredentialSegment()
Retrieves User Authentication Credential(UAC) segment present in this message
|
void |
setUserAuthenticationCredentialSegment(UAC objUAC)
Sets value of User Authentication Credential segment for this message,overwrites if already present.
|
contains, dumpMessage, dumpMessage, getACKMode, getGroup, getGroupMap, getHeader, getMessageCode, getMessageControlID, getMessageStructure, getQueryUserParameters, getSegment, getSegmentSet, getSubscriptionType, getTriggerEvent, isQuery, isResponse, populate, removeGroup, removeSegment, removeSegment, removeSegmentAttribute, removeSegmentAttribute, removeSegmentAttribute, removeSegments, setHeader, setSubscriptionType, updateSegmentAttribute, updateSegmentAttribute, validate, writeToXML, writeToXMLpublic void addSoftwareSegment(SFT objSFT)
objSFT - Specified Software Segment(SFT)to be added in message.public void addSoftwareSegment(ISingleCollection<SFT> objSFTSegmentCollection)
objSFTSegmentCollection - Collection of Software Segments to add in this messagepublic ISingleCollection<SFT> getSoftwareSegments()
public UAC getUserAuthenticationCredentialSegment()
public void setUserAuthenticationCredentialSegment(UAC objUAC)
objUAC - Specified UAC Segmentpublic ISingleCollection<IGroup> getClockAndStatsWithNotesGroups()
public void addClockAndStatsWithNotesGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - Specified CLOCK_AND_STATS_WITH_NOTES GROUP Collection to add in this message.public void addClockAndStatsWithNotesGroups(IGroup objGroup)
objGroup - Specified CLOCK_AND_STATS_WITH_NOTES GROUP to add in this message.