public final class EHC_E24 extends Message
Represents a EHC_E24 message structure (see chapter 16.3.11). 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.
EHC_E24 objE24 = (EHC_E24)MessageFactory.createInstance().createSendSupportedMessage("EHC", "E24");
| Modifier and Type | Method and Description |
|---|---|
void |
addAuthorizationResponseInfoGroup(IGroup objGroup)
Adds AUTHORIZATION_RESPONSE_INFO to this message.
|
void |
addAuthorizationResponseInfoGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of AUTHORIZATION_RESPONSE_INFO to this message.
|
void |
addErrorSegment(ERR objERR)
Adds Error Segment(ERR) to this message.
|
void |
addErrorSegment(ISingleCollection<ERR> objERRSegmentCollection)
Adds collection of Error Segment(ERR) 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> |
getAuthorizationResponseInfoGroups()
Retrieves Collection of AUTHORIZATION_RESPONSE_INFO present in this message.
|
ISingleCollection<ERR> |
getErrorSegments()
Retrieves Collection of Error Segments(ERR) present in this message.
|
MSA |
getMessageAcknowledgmentSegment()
Retrieves Message Acknowledgment(MSA) segment 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.
|
void |
setMessageAcknowledgmentSegment(MSA objMSA)
Sets value of Message Acknowledgment 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 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 MSA getMessageAcknowledgmentSegment()
public void setMessageAcknowledgmentSegment(MSA objMSA)
objMSA - Specified Message Acknowledgment Segmentpublic ISingleCollection<ERR> getErrorSegments()
public void addErrorSegment(ERR objERR)
objERR - Specified Error Segment(ERR) to be added in this message to this message.public void addErrorSegment(ISingleCollection<ERR> objERRSegmentCollection)
objERRSegmentCollection - Collection of Error Segments to add in this messagepublic ISingleCollection<IGroup> getAuthorizationResponseInfoGroups()
public void addAuthorizationResponseInfoGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - - Specified AUTHORIZATION_RESPONSE_INFO Collection.public void addAuthorizationResponseInfoGroup(IGroup objGroup)
objGroup - Specified AUTHORIZATION_RESPONSE_INFO.