public final class EHC_E15 extends Message
Represents a EHC_E15 message structure (see chapter 16.3.9). 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_E15 objE15 = (EHC_E15)MessageFactory.createInstance().createSendSupportedMessage("EHC", "E15");
| Modifier and Type | Method and Description |
|---|---|
void |
addAdjustmentPayeeGroup(IGroup objGroup)
Adds ADJUSTMENT_PAYEE to this message.
|
void |
addAdjustmentPayeeGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ADJUSTMENT_PAYEE to this message.
|
void |
addPaymentRemittanceDetailInfoGroup(IGroup objGroup)
Adds PAYMENT_REMITTANCE_DETAIL_INFO to this message.
|
void |
addPaymentRemittanceDetailInfoGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PAYMENT_REMITTANCE_DETAIL_INFO to this message.
|
void |
addPaymentRemittanceHeaderInfoGroup(IGroup objGroup)
Adds PAYMENT_REMITTANCE_HEADER_INFO to this message.
|
void |
addPaymentRemittanceHeaderInfoGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PAYMENT_REMITTANCE_HEADER_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> |
getAdjustmentPayeeGroups()
Retrieves Collection of ADJUSTMENT_PAYEE present in this message.
|
ISingleCollection<IGroup> |
getPaymentRemittanceDetailInfoGroups()
Retrieves Collection of PAYMENT_REMITTANCE_DETAIL_INFO present in this message.
|
ISingleCollection<IGroup> |
getPaymentRemittanceHeaderInfoGroups()
Retrieves Collection of PAYMENT_REMITTANCE_HEADER_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> getPaymentRemittanceHeaderInfoGroups()
public void addPaymentRemittanceHeaderInfoGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - - Specified PAYMENT_REMITTANCE_HEADER_INFO Collection.public void addPaymentRemittanceHeaderInfoGroup(IGroup objGroup)
objGroup - Specified PAYMENT_REMITTANCE_HEADER_INFO.public ISingleCollection<IGroup> getPaymentRemittanceDetailInfoGroups()
public void addPaymentRemittanceDetailInfoGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - - Specified PAYMENT_REMITTANCE_DETAIL_INFO Collection.public void addPaymentRemittanceDetailInfoGroup(IGroup objGroup)
objGroup - Specified PAYMENT_REMITTANCE_DETAIL_INFO.public ISingleCollection<IGroup> getAdjustmentPayeeGroups()
public void addAdjustmentPayeeGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - - Specified ADJUSTMENT_PAYEE Collection.public void addAdjustmentPayeeGroup(IGroup objGroup)
objGroup - Specified ADJUSTMENT_PAYEE.