public final class EHC_E04 extends Message
Represents a EHC_E04 message structure (see chapter 16.3.5). This structure contains the following elements:
0: MSH (Message Header segment)Following is the step to create message
Before that, respective Message Source and Message Recipient to be set on Message Factory.
EHC_E04 objE04 = (EHC_E04)MessageFactory.createInstance().createSendSupportedMessage("EHC", "E04");
| Modifier and Type | Method and Description |
|---|---|
void |
addReassessmentRequestInfoGroup(IGroup objGroup)
Adds REASSESSMENT_REQUEST_INFO to this message.
|
void |
addReassessmentRequestInfoGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of REASSESSMENT_REQUEST_INFO 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.
|
void |
addUserAuthenticationCredentialSegment(ISingleCollection<UAC> objUACSegmentCollection)
Adds collection of User Authentication Credential Segment(UAC) to this message.
|
void |
addUserAuthenticationCredentialSegment(UAC objUAC)
Adds User Authentication Credential Segment(UAC) to this message.
|
ISingleCollection<IGroup> |
getReassessmentRequestInfoGroups()
Retrieves Collection of REASSESSMENT_REQUEST_INFO present in this message.
|
ISingleCollection<SFT> |
getSoftwareSegments()
Retrieves Collection of Software Segments(SFT) present in this message.
|
ISingleCollection<UAC> |
getUserAuthenticationCredentialSegments()
Retrieves Collection of User Authentication Credential Segments(UAC) present in this message.
|
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 message to this message.public void addSoftwareSegment(ISingleCollection<SFT> objSFTSegmentCollection)
objSFTSegmentCollection - Collection of Software Segments to add in this messagepublic ISingleCollection<UAC> getUserAuthenticationCredentialSegments()
public void addUserAuthenticationCredentialSegment(UAC objUAC)
objUAC - Specified User Authentication Credential Segment(UAC) to be added in this message to this message.public void addUserAuthenticationCredentialSegment(ISingleCollection<UAC> objUACSegmentCollection)
objUACSegmentCollection - Collection of User Authentication Credential Segments to add in this messagepublic ISingleCollection<IGroup> getReassessmentRequestInfoGroups()
public void addReassessmentRequestInfoGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - - Specified REASSESSMENT_REQUEST_INFO Collection.public void addReassessmentRequestInfoGroup(IGroup objGroup)
objGroup - Specified REASSESSMENT_REQUEST_INFO.