public final class MFN_M04 extends Message
Represents a MFN_M04 message structure (see chapter 8.10.1). 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.
MFN_M04 objM04 = (MFN_M04)MessageFactory.createInstance().createSendSupportedMessage("MFN", "M04");
| Modifier and Type | Method and Description |
|---|---|
void |
addMfCdmGroup(IGroup objGroup)
Adds MF_CDM GROUP to this message.
|
void |
addMfCdmGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of MF_CDM GROUP to this message.
|
void |
addNotesAndCommentsSegment(ISingleCollection<NTE> objNTESegmentCollection)
Adds collection of Notes And Comments(NTE) Segment to this message.
|
void |
addNotesAndCommentsSegment(NTE objNTE)
Adds Notes And Comments(NTE) Segment 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.
|
MFI |
getMasterFileIdentificationSegment()
Retrieves Master File Identification (MFI) segment present in this message
|
ISingleCollection<IGroup> |
getMfCdmGroups()
Retrieves Collection of MF_CDM GROUP present in this message.
|
ISingleCollection<NTE> |
getNotesAndCommentsSegments()
Retrieves Collection of Notes And Comments(NTE) Segment 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 |
setMasterFileIdentificationSegment(MFI objMFI)
Sets value of Master File 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.
|
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 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 MFI getMasterFileIdentificationSegment()
public void setMasterFileIdentificationSegment(MFI objMFI)
objMFI - Specified Master File Identification Segmentpublic ISingleCollection<NTE> getNotesAndCommentsSegments()
public void addNotesAndCommentsSegment(NTE objNTE)
objNTE - Specified Notes And Comments(NTE) Segment to be added in this message.public void addNotesAndCommentsSegment(ISingleCollection<NTE> objNTESegmentCollection)
objNTESegmentCollection - Collection of Notes And Comments(NTE) Segment to add in this messagepublic ISingleCollection<IGroup> getMfCdmGroups()
public void addMfCdmGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - Specified MF_CDM GROUP Collection.public void addMfCdmGroup(IGroup objGroup)
objGroup - Specified MF_CDM GROUP.