public final class DEL_O46 extends Message
Represents a DEL_O46 message structure (see chapter 4.16.13). This structure contains the following elements:
0: MSH (Message Header) SINGLE_COMPULSARY| Modifier and Type | Method and Description |
|---|---|
void |
addNotesAndCommentsSegment(ISingleCollection<NTE> objNTESegmentCollection)
Adds collection of Notes and Comments Segment(NTE) to this message.
|
void |
addNotesAndCommentsSegment(NTE objNTE)
Adds Notes and Comments Segment(NTE) 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.
|
DON |
getDonationSegment()
Retrieves Donation(DON) segment present in this message.
|
IGroup |
getDonorGroup()
Retrieves DONOR Group present in this message.
|
ISingleCollection<NTE> |
getNotesAndCommentsSegments()
Retrieves Collection of Notes and Comments Segments(NTE) 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 |
setDonationSegment(DON objDON)
Sets value of Donation(DON) segment for this message,overwrites if already present.
|
void |
setDonorGroup(IGroup objGroup)
Sets value of DONOR Group for this message,overwrites if already present.
|
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 this messageto this 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 IGroup getDonorGroup()
public void setDonorGroup(IGroup objGroup)
objGroup - Specified DONOR Grouppublic DON getDonationSegment()
public void setDonationSegment(DON objDON)
objDON - Specified Donation(DON) Segmentpublic ISingleCollection<NTE> getNotesAndCommentsSegments()
public void addNotesAndCommentsSegment(NTE objNTE)
objNTE - Specified Notes and Comments Segment(NTE)to add in this message.public void addNotesAndCommentsSegment(ISingleCollection<NTE> objNTESegmentCollection)
objNTESegmentCollection - Collection of Notes and Comments Segments to add in this message